summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippo Argiolas <filippo.argiolas@gmail.com>2009-05-05 00:59:04 +0200
committerFilippo Argiolas <filippo.argiolas@gmail.com>2009-05-05 00:59:04 +0200
commite955b30a3ec3423860bb2fd9923b6e13f9aaa191 (patch)
treecf0f62785f1655bda38c68e228963a26aea284ec
parenta9a473c87c03a3e10359c66cb376060a4936c22d (diff)
downloadcheese-e955b30a3ec3423860bb2fd9923b6e13f9aaa191.tar.gz
update NEWS file2.27.1
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 66bc5fc8..ae48d3c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,24 @@
ChangeLog for Cheese
--------------------
+version 2.27.1
+ - Improve preferences dialog making it more consistent with other GNOME
+ applications.
+ - Add support for brightness, contrast, saturation and hue adjustments,
+ fixes bug #558970.
+ - Replace deprecated gtk_action_connect_proxy calls with
+ gtk_activatable_set_related_action, fixes bug #571383.
+ - Bump gtk+ dependency to 2.16 (needed for gtk_scale_add_mark and
+ gtk_activatable_set_related_action).
+ - Archive old ChangeLog and autogenerate it on distribution from git log.
+ - Added cheese.doap file
+ - Added Filippo Argiolas to MAINTAINERS
+ - added/updated translations
+ - ar, courtesy of Khaled Hosny
+ - be, courtesy of Ягор Кур'яновіч
+ - es, courtesy of Jorge González
+ - kn, courtesy of Shankar Prasad
+
version 2.26.0
- Lock gdk mutex in photo-saved and video-saved callbacks Those signals are emitted
within a gstreamer callback so outside the mainloop, hence the need for locking.