summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-02-16 21:45:22 +0000
committerDavid King <amigadave@amigadave.com>2015-02-16 21:45:22 +0000
commitc8b4d0d38184aa0337ae08f87471a762fac6550b (patch)
tree1f2452ade77da31e42b6b6b1077c29f5daa30577 /NEWS
parent5c98c8d5ba6f59a6e51b45839efdaf227eb890d7 (diff)
Update NEWS for 3.15.90 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index da11bca6..86d67a21 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,29 @@
ChangeLog for Cheese
--------------------
+version 3.15.90
+ - Avoid warnings from -Wswitch-enum
+ Check switch statements where several cases are intentionally not
+ handled by using an if instead.
+ - Avoid a preprocessor warning
+ - Fix const cast warnings
+ - Fix signedness comparison error
+ - Fix shadowed variable
+ - Remove old-style function definitions
+ - Fix signed comparison warning in camera service
+ - Update gtkdoc_jh_path_xml_catalog.m4 from gtk-doc
+ - Remove use of GSEAL_ENABLE
+ It is no longer useful with GTK+ 3, where every widget has been sealed.
+ - Remove use of GNOME_MAINTAINER_MODE_DEFINES
+ https://wiki.gnome.org/Projects/GnomeCommon/Migration
+ - Drop use of gnome-autogen.sh
+ https://wiki.gnome.org/Projects/GnomeCommon/Migration
+ - preferences: resolve ambiguous 'ListStore' usage
+ There is now a GLib.ListStore as well, so make sure we use the full name
+ Gtk.ListStore to avoid an ambiguous reference.
+ - Added/Updated Translations
+ - an, courtesy of Daniel Martinez
+
version 3.15.4
- Ignore intermediate file with Automake 1.15
- Removed obsolete variables in autogen.sh