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
61ff7a2c
Commit
61ff7a2c
authored
Sep 10, 2019
by
David King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update NEWS for 3.34.0 release
parent
7132edd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
3 deletions
+25
-3
NEWS
NEWS
+22
-0
meson.build
meson.build
+3
-3
No files found.
NEWS
View file @
61ff7a2c
ChangeLog for Cheese
--------------------
version 3.34.0
- build: Don't use 'lib' prefix in find_library
Meson passes it directly to -l option, so an extra 'lib' can cause error
because it tells the linker to find liblibcanberra-gtk3.so.
- Add translator comments to the desktop file
- Added/Updated Translations
- ca, courtesy of Gil Forcada
- cs, courtesy of Marek Černocký
- en_GB, courtesy of Bruce Cowan
- fa, courtesy of Arash Mousavi
- fi, courtesy of Jiri Grönroos
- gl, courtesy of Fran Dieguez
- it, courtesy of Milo Casagrande
- ja, courtesy of sicklylife
- ko, courtesy of Changwoo Ryu
- lt, courtesy of Aurimas Černius
- lv, courtesy of Rūdolfs Mazurs
- pl, courtesy of Piotr Drąg
- sr, courtesy of Марко М. Костић
- tr, courtesy of Çağatay Yiğit Şahin
- vi, courtesy of Trần Ngọc Quân
version 3.33.91
- Drop libcanberra-gtk (GTK 2) dependency introduced in previous release
...
...
meson.build
View file @
61ff7a2c
project(
'cheese', ['c', 'vala'],
version: '3.3
3.90.1
',
version: '3.3
4.0
',
license: 'GPL2',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0',
...
...
@@ -35,12 +35,12 @@ cheese_namespace = 'org.gnome.Cheese'
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
current = 8
revision = 1
3
revision = 1
4
age = 0
libcheese_version = '@0@.@1@.@2@'.format(current - age, age, revision)
current = 26
revision =
3
revision =
4
age = 1
libcheese_gtk_version = '@0@.@1@.@2@'.format(current - age, age, revision)
...
...
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