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
70cd4457
Commit
70cd4457
authored
Mar 12, 2019
by
David King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update NEWS for 3.32.0 release
parent
2fb2da02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
3 deletions
+37
-3
NEWS
NEWS
+34
-0
configure.ac
configure.ac
+3
-3
No files found.
NEWS
View file @
70cd4457
ChangeLog for Cheese
--------------------
version 3.32.0
- Added/Updated Translations
- cs, courtesy of Marek Černocký
- da, courtesy of Alan Mortensen
- de, courtesy of Tim Sabsch
- el, courtesy of Efstathios Iosifidis
- es, courtesy of Daniel Mustieles
- et, courtesy of Mart Raudsepp
- fi, courtesy of Jiri Grönroos
- fr, courtesy of Charles Monzat
- fur, courtesy of Fabio Tomat
- gl, courtesy of Fran Dieguez
- hu, courtesy of Balázs Úr
- id, courtesy of Kukuh Syafaat
- it, courtesy of Milo Casagrande
- ja, courtesy of sicklylife
- kk, courtesy of Baurzhan Muftakhidinov
- ko, courtesy of Changwoo Ryu
- lt, courtesy of Aurimas Černius
- lv, courtesy of Rūdolfs Mazurs
- nb, courtesy of Kjartan Maraas
- nl, courtesy of Nathan Follens
- pt_BR, courtesy of Rafael Fontenelle
- ro, courtesy of Daniel Șerbănescu
- ru, courtesy of Stas Solovey
- sl, courtesy of Matej Urbančič
- sr, courtesy of Марко М. Костић
- sv, courtesy of Anders Jonsson
- tr, courtesy of Emin Tufan Çetin
- vi, courtesy of Trần Ngọc Quân
- zh_TW, courtesy of pan93412
- Added/Updated Documentation
- fr, courtesy of Charles Monzat
version 3.31.90
- Remove app menu
https://wiki.gnome.org/Initiatives/GnomeGoals/AppMenuRetirement
...
...
configure.ac
View file @
70cd4457
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
AC_INIT([Cheese],
[3.3
1.9
0],
[3.3
2.
0],
[https://bugzilla.gnome.org/enter_bug.cgi?product=cheese],
[cheese],
[https://wiki.gnome.org/Apps/Cheese])
...
...
@@ -48,8 +48,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], [8:1
1
:0])
AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [26:
1
:1])
AC_SUBST([LIBCHEESE_LT_VERSION], [8:1
2
:0])
AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [26:
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