[gnome-sound-recorder] Prepare for release 3.12.1



commit 24ea362123a10ead258aefc1bddaadf78e9b3329
Author: Meg Ford <megford gnome org>
Date:   Mon Apr 14 13:28:04 2014 -0500

    Prepare for release 3.12.1

 NEWS               |   15 ++++++++++++++-
 configure.ac       |    2 +-
 src/application.js |    2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 59ad7f3..eefb89e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+ 3.12.1
+ =======
+ 
+ Change Done button in Preferences dialog to close by Yosef Or Boczko
+ Add title to header bar in Info dialog
+ Add accelerator for quit action by David King
+ Avoid calls to undefined vars in case of invalid audio settings by Felipe Borges
+
+
+ 3.12.0
+ =======
+
+ Preview Release
+
  3.11.92
  =======
  
@@ -15,7 +29,6 @@
  3.11.9
  ======
  
- Initial preview release
  Theming improvements
  Improve the preferences dialog layout
  Delete the empty file if the recording fails
diff --git a/configure.ac b/configure.ac
index 4fc11c2..f67ddb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-sound-recorder],[3.12.0],[gnome-sound-recorder])
+AC_INIT([gnome-sound-recorder],[3.12.1],[gnome-sound-recorder])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
diff --git a/src/application.js b/src/application.js
index 4550160..a1a3f31 100644
--- a/src/application.js
+++ b/src/application.js
@@ -127,7 +127,7 @@ const Application = new Lang.Class({
         aboutDialog.copyright = 'Copyright ' + String.fromCharCode(0x00A9) + ' 2013' + 
String.fromCharCode(0x2013) + 'Meg Ford';
         aboutDialog.license_type = Gtk.License.GPL_2_0;
         aboutDialog.logo_icon_name = 'audio-input-microphone';
-        aboutDialog.version = '3.12.0';
+        aboutDialog.version = '3.12.1';
         aboutDialog.website = 'http://live.gnome.org/GnomeSoundRecorder';
         aboutDialog.wrap_license = true;
         aboutDialog.modal = true;


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