summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2013-10-28 21:59:35 +0000
committerDavid King <amigadave@amigadave.com>2013-10-28 22:17:24 +0000
commit4fcd399e49a3441dd3c0251515d91cafc7a8cd0d (patch)
tree7ebc0fb88b5f82cae5735bd7ddea567f80968cdb
parent7645c6ca28f421cecfe8c73573211dc87b91ea06 (diff)
downloadcheese-4fcd399e49a3441dd3c0251515d91cafc7a8cd0d.tar.gz
Update NEWS for 3.11.1 release3.11.1
-rw-r--r--NEWS61
-rw-r--r--configure.ac4
2 files changed, 63 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e9e1a0e4..8e16b048 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,67 @@
ChangeLog for Cheese
--------------------
+version 3.11.1
+ - Add CheeseAvatarWidget to API reference
+ - Fix CheeseAvatarChooser test
+
+ There is no longer a button with the label "Take a Photo", so remove the
+ test which tries to find it.
+ - Distribute cheese-avatar-widget.h
+ - Add CheeseAvatarWidget
+ A stand-alone widget for avatar capture, like the avatar chooser but
+ without the precanned dialogue.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=710874
+ - Set a reasonable default size for avatar cropping
+ The default is based on the minimum 48x48 size. Instead we should be
+ cropping to nearly the maximum size of the image, which would still show
+ the crop handles but would not discard most of the captured image.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=710874
+ - Add margins to CheeseAvatarChooser
+ https://bugzilla.gnome.org/show_bug.cgi?id=710874
+ - Rename the CheeseAvatarChooser buttons
+ As per mockups:
+ https://raw.github.com/gnome-design-team/gnome-mockups/master/avatar-chooser/avatar-chooser.png
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=710874
+ - Style the CheeseAvatarChooser button bar
+ Style the button bar underneath the video widget properly.
+
+ As per mockups:
+ https://raw.github.com/gnome-design-team/gnome-mockups/master/avatar-chooser/avatar-chooser.png
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=710874
+ - Set a nice default size on CheeseWidget
+ As per mockups:
+
+ https://raw.github.com/gnome-design-team/gnome-mockups/master/avatar-chooser/avatar-chooser.png
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=710874
+ - Avoid warnings with no pixbuf in UmCropArea
+ https://bugzilla.gnome.org/show_bug.cgi?id=710874
+ - Use a layout manager instead of constraints
+ This reduces property changes for every little change in the stage's
+ properties.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=710821
+ - Update TotemAspectFrame from totem
+ https://bugzilla.gnome.org/show_bug.cgi?id=710821
+ - Remove gdk_threads* calls
+ And bump the GDK and GTK+ required version to 3.6.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=710821
+ - Adapt to Automake test-driver changes
+ Distribute test-driver script and do not use cd in TESTS_ENVIRONMENT.
+ - Post-release version bump to 3.11.1
+ - Added/Updated Translations
+ - ca@valencia, courtesy of Josep Sànchez
+ - fa, courtesy of Arash Mousavi
+ - pt, courtesy of António Lima
+ - Added/Updated Documentation
+ - fr, courtesy of Mickael Albertus
+
version 3.10.0
- Post-release version bump to 3.10.0
- Added/Updated Translations
diff --git a/configure.ac b/configure.ac
index fff5ad42..22d3bdd1 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:15:0])
-AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [23:15:0])
+AC_SUBST([LIBCHEESE_LT_VERSION], [7:16:0])
+AC_SUBST([LIBCHEESE_GTK_LT_VERSION], [24:0:1])
#*******************************************************************************
# Internationalization