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
355c121c
Commit
355c121c
authored
Mar 12, 2018
by
David King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update NEWS for 3.28.0 release
parent
671d27c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
3 deletions
+34
-3
NEWS
NEWS
+31
-0
configure.ac
configure.ac
+3
-3
No files found.
NEWS
View file @
355c121c
ChangeLog for Cheese
--------------------
version 3.28.0
- Add new device monitor methods to documentation
- monitor: Implement GAsyncInitable interface
Monitor initialization may block if external camera is connected,
probably due to some kernel bug. It causes freezes for applications,
which is not acceptable. Let's implement GAsyncInitable interface,
so it can be initialized asynchronously.
https://bugzilla.gnome.org/show_bug.cgi?id=782627
- Remove the OMF file
It’s a gnome-doc-utils/ScrollKeeper leftover.
- help: Remove unused blurry images (screenshots?) that bloat the
tarball
- Added/Updated Translations
- af, courtesy of Pieter Schalk Schoeman
- ca@valencia, courtesy of Xavi Ivars
- eo, courtesy of Anders JONSSON
- et, courtesy of Mart Raudsepp
- fa, courtesy of Arash Mousavi
- hi, courtesy of G Karunakar
- hr, courtesy of gogo
- is, courtesy of Sveinn í Felli
- ja, courtesy of Jiro Matsuzawa
- ne, courtesy of Pawan Chitrakar
- Added/Updated Documentation
- el, courtesy of Efstathios Iosifidis
- fr, courtesy of Charles Monzat
- gl, courtesy of marcos
- nl, courtesy of Justin van Steijn
- pl, courtesy of Piotr Drąg
version 3.26.0
- Added/Updated Translations
- bg, courtesy of Alexander Shopov
...
...
configure.ac
View file @
355c121c
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
AC_INIT([Cheese],
[3.2
6
.0],
[3.2
8
.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:
9
:0])
AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [2
5:9:0
])
AC_SUBST([LIBCHEESE_LT_VERSION], [8:
10
:0])
AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [2
6:0: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