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
9
Merge Requests
9
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
5ce24ac0
Commit
5ce24ac0
authored
Oct 13, 2014
by
David King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update NEWS for 3.14.1 release
parent
d93ab1bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
NEWS
NEWS
+11
-0
configure.ac
configure.ac
+2
-2
No files found.
NEWS
View file @
5ce24ac0
ChangeLog for Cheese
--------------------
version 3.14.1
- Use LT_LIB_M to find the math library
libcheese-gtk needs to link with -lm to find the fmod function.
- Avoid dereferencing an uninitialized variable
Found with Coverity (CID 56653).
- Post-release version bump to 3.14.1
- Added/Updated Translations
- fa, courtesy of Arash Mousavi
- it, courtesy of Milo Casagrande
- te, courtesy of Krishnababu Krothapalli
version 3.14.0
- Add gstreamer-plugins-bad-1.0 to GStreamer check
It is needed for the camerabin2 header.
...
...
configure.ac
View file @
5ce24ac0
...
...
@@ -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:
29
:0])
AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:1
3
:1])
AC_SUBST([LIBCHEESE_LT_VERSION], [7:
30
:0])
AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:1
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