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
41
Issues
41
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
c6752857
Commit
c6752857
authored
Sep 15, 2014
by
David King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update NEWS for 3.13.92 release
parent
9a1f25e1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
5 deletions
+32
-5
Makefile.am
Makefile.am
+1
-1
NEWS
NEWS
+28
-1
configure.ac
configure.ac
+3
-3
No files found.
Makefile.am
View file @
c6752857
...
...
@@ -560,7 +560,7 @@ dist_noinst_SCRIPTS = \
autogen.sh
CLEANFILES
=
\
$(app
data
_XML)
\
$(app
stream
_XML)
\
$(desktop_DATA)
\
$(pkgconfig_DATA)
\
$(enum_data)
\
...
...
NEWS
View file @
c6752857
ChangeLog for Cheese
--------------------
version 3.13.91
version 3.13.92
- Remove outdated GTK+ version check
- Use APPSTREAM_XML instead of APPDATA_XML
- Remove outdated intltool build rules
The intltool-* scripts are not included in the distribution any longer.
- Update .pc file Requires and Requires.private
- Remove some unnecessary pkg-config dependencies
- Fix crash when animating countdown
https://bugzilla.gnome.org/show_bug.cgi?id=735285
- Post-release version bump to 3.13.91
- Added/Updated Translations
- bn_IN
- de, courtesy of Wolfgang Stoeggl
- el, courtesy of Tom Tryfonidis
- fi, courtesy of Jiri Grönroos
- fr, courtesy of Alain Lojewski
- gu
- kn
- ko, courtesy of Changwoo Ryu
- lv, courtesy of Rūdolfs Mazurs
- or, courtesy of Manoj Kumar Giri
- pl, courtesy of Piotr Drąg
- ru, courtesy of Yuri Myasoedov
- sk, courtesy of Dušan Kazik
- sl, courtesy of Matej Urbančič
- sl, courtesy of Shantha Kumar
version 3.13.90.1
- Explicitly link gnome-camera-service to libraries
https://bugzilla.gnome.org/show_bug.cgi?id=735040
- Fix libcheese header include in camera service
...
...
configure.ac
View file @
c6752857
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
AC_INIT([Cheese],
[3.13.9
1
],
[3.13.9
2
],
[https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
[cheese],
[https://wiki.gnome.org/Apps/Cheese])
...
...
@@ -41,8 +41,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:2
7
:0])
AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:1
1
:1])
AC_SUBST([LIBCHEESE_LT_VERSION], [7:2
8
:0])
AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:1
2
: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