Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
cheese
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
42
Issues
42
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
cheese
Commits
7f488886
Commit
7f488886
authored
Apr 28, 2015
by
David King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update NEWS for 3.17.1 release
parent
76d67096
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
NEWS
NEWS
+15
-0
configure.ac
configure.ac
+3
-3
No files found.
NEWS
View file @
7f488886
ChangeLog for Cheese
--------------------
version 3.17.1
- Silence a gtk-doc undeclared symbol warning
Split the typedef of CheeseVideoFormat out, so that gtk-doc does not
report an undeclared symbol.
- Use G_DECLARE_FINAL_TYPE where possible
- icon: install symbolic to symbolic size
rather than installing to scalable size, we install
to symbolic due to the nominal size of 16x16
- Provide a symbolic variant of the application icon
Used for the High Contrast theme.
The symbolic size has been introduced to hicolor to cope with
the nominal size of 16x16 rather than the backward compatible
128x128.
https://bugzilla.gnome.org/show_bug.cgi?id=747013
version 3.16.0
- Added/Updated Translations
- vi, courtesy of Trần Ngọc Quân
...
...
configure.ac
View file @
7f488886
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
AC_INIT([Cheese],
[3.1
6.0
],
[3.1
7.1
],
[https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
[cheese],
[https://wiki.gnome.org/Apps/Cheese])
...
...
@@ -44,8 +44,8 @@ GNOME_COMPILE_WARNINGS([maximum])
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
AC_SUBST([LIBCHEESE_LT_VERSION], [7:
38
:0])
AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:2
2
:1])
AC_SUBST([LIBCHEESE_LT_VERSION], [7:
40
:0])
AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:2
4
:1])
#*******************************************************************************
# Internationalization
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment