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
346938ab
Commit
346938ab
authored
Nov 10, 2014
by
David King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update NEWS for 3.14.2 release
parent
a0eb380c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
3 deletions
+22
-3
NEWS
NEWS
+19
-0
configure.ac
configure.ac
+3
-3
No files found.
NEWS
View file @
346938ab
ChangeLog for Cheese
--------------------
version 3.14.2
- Add name and summary elements to AppData
Pacify appstream-util validate.
- Limit default size for avatar cropping
Commit c605ad3578ff66452bd7b01d257f31c64e7905ef enlarged default size
for cropping avatars thus crop rectangle could be easily bigger then
image. The crop rectagle can't be modified and cc_crop_area_get_picture
causes errors if the rectangle is bigger, because it has negative
coordinates. Limit the default size to fit the image also.
https://bugzilla.gnome.org/show_bug.cgi?id=739870
- Substitute bindir and libexecdir in Makefile.am
Rather than substituting the values of libexecdir and bindir during
configure, which might include some unexpanded shell variables, expand
and substitute them as targets in Makefile.am instead.
https://bugzilla.gnome.org/show_bug.cgi?id=726095
- Use AC_PROG_SED in configure.ac
- Bump required Vala version for get_menu_by_id()
Used to get the given menu from GtkApplication.
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.
...
...
configure.ac
View file @
346938ab
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
AC_INIT([Cheese],
[3.14.
1
],
[3.14.
2
],
[https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
[cheese],
[https://wiki.gnome.org/Apps/Cheese])
...
...
@@ -45,8 +45,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:3
0
:0])
AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:1
4
:1])
AC_SUBST([LIBCHEESE_LT_VERSION], [7:3
1
:0])
AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:1
5
: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