[brasero] Bump release to 2.31.5 and update NEWS



commit 8b9806efca181939087bb2915df14ca071fac7a6
Author: Luis Medinas <lmedinas gnome org>
Date:   Tue Jul 13 12:16:20 2010 +0100

    Bump release to 2.31.5 and update NEWS

 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.in |    4 ++--
 2 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9358b93..a915ca1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+14-07-2010: 2.31.5
+
+Features:
+- Bump GTK+ and libcanberra to 3.0
+- Fix bgo #622332 - Port to GApplication
+- Allow to build with gtk2 and gtk3
+
+Bug Fixes:
+- Fix bgo #623484 - No estimated drive speed shown
+- Fix session logging for tool dialogs (sum+blank)
+- Fix bgo #623545 - "Increase compatibility with Windows" only cuts the
+  length of ONE single filename to 64 characters
+- Close any GtkFileChooserDialog if the user clicks to display the
+  side pane
+- Fix bgo #622968 - Add File Selector mis-behaves: No Places
+  pane. Ctrl/click action wrong.
+- Fix bgo #614229 - Please review strings for translation
+- Misc fixes
+
+- Updated translations
+
+Homepage: http://www.gnome.org/projects/brasero
+
+Please report bugs to: http://bugzilla.gnome.org/browse.cgi?product=brasero
+
+Mailing List for User and Developer discussion: brasero-list gnome org
+
+GIT Repository: http://git.gnome.org/cgit/brasero/
+
+Thanks to all the people who contributed to this release through patches, translation, advices, artwork, bug reports.
+
 28-06-2010: 2.31.4
 
 Third development release:
diff --git a/configure.in b/configure.in
index 3dbf70e..ab3ef13 100644
--- a/configure.in
+++ b/configure.in
@@ -1,10 +1,10 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([brasero],[2.31.4])
+AC_INIT([brasero],[2.31.5])
 AC_CONFIG_SRCDIR(src/main.c)
 
 BRASERO_MAJOR_VERSION=2
 BRASERO_MINOR_VERSION=31
-BRASERO_SUB=4
+BRASERO_SUB=5
 BRASERO_VERSION=$BRASERO_MAJOR_VERSION.$BRASERO_MINOR_VERSION.$BRASERO_SUB
 
 AC_SUBST(BRASERO_MAJOR_VERSION)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]