summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2014-08-18 21:51:16 +0100
committerDavid King <amigadave@amigadave.com>2014-08-18 21:51:16 +0100
commitd27e998f05a4adb069edfeb266d52458bfce149b (patch)
treeda4ed615650c8dcbdb9a3a5e2ac3fc376020debd
parent66c1f3550a70bc3020eb75289877f34578a8b788 (diff)
downloadcheese-d27e998f05a4adb069edfeb266d52458bfce149b.tar.gz
Update NEWS for 3.13.90 release3.13.90
-rw-r--r--NEWS41
-rw-r--r--configure.ac4
2 files changed, 43 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6a2e7ac1..a1be4ff0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,47 @@
ChangeLog for Cheese
--------------------
+version 3.13.90
+ - Add simple service client example
+ - Import basic camera D-Bus service
+ - Use new metadata_license in AppData description
+ - Use config.h instead of cheese-config.h
+ Use a standard filename for the genereated configuration header.
+ - Use GtkIconTheme built-in RTL support
+ - Move thumbview popup menu to GtkBuilder file
+ - Refactor thumb view popup menu handling
+ Popup the thumb view context menu in response to the popup-menu signal
+ on GtkWidget.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=724905
+ - Optionally use a header bar in the preferences
+ Make the preferences dialog pay attention to the gtk-dialogs-use-header
+ GtkSetting.
+ - doap category apps
+ - Fix button alignment in main window
+ - Avoid using deprecated GtkAlignment in main window
+ - Avoid xalign property in preferences dialog
+ Use halign on GtkWidget instead.
+ - Avoid deprecated margin-left GtkWidget property
+ Use margin-start instead.
+ - Avoid GtkCellArea critical warnings in thumb view
+ GTK+ switched from using constructor() to constructed() in GtkIconView,
+ which exposed that Cheese does not chain up in the CheeseThumbView (a
+ GtkIconView subclass) constructed() vfunc. Chain up at the start of
+ constructed() so that the construct-only properties of the GtkIconView
+ are set before calling icon view API.
+ - Avoid using deprecated GtkAlignment
+ - Post-release version bump to 3.13.90
+ - Added/Updated Translations
+ - as, courtesy of Nilamdyuti Goswami
+ - ca, courtesy of Gil Forcada
+ - ca@valencia, courtesy of Gil Forcada
+ - eu, courtesy of Iñaki Larrañaga Murgoitio
+ - lt, courtesy of Aurimas Černius
+ - sv, courtesy of Anders Jonsson
+ - Added/Updated Documentation
+ - hu, courtesy of Balázs Úr
+
version 3.13.4
- Track flash opacity explicitly
Retrieving the opacity of the flash, reducing it by an exponentially
diff --git a/configure.ac b/configure.ac
index b904858a..6e0fd950 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,8 +41,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:25:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:9:1])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:26:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:10:1])
#*******************************************************************************
# Internationalization