[gnome-sound-recorder/gnome-3-12] Prepare for release 3.12.2
- From: Meg Ford (Margaret) <megford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder/gnome-3-12] Prepare for release 3.12.2
- Date: Tue, 13 May 2014 00:36:05 +0000 (UTC)
commit 4b383813b92cdea12d497c16a1663755dde00f23
Author: Meg Ford <megford gnome org>
Date: Mon May 12 16:21:19 2014 -0500
Prepare for release 3.12.2
NEWS | 8 ++++++++
configure.ac | 2 +-
src/application.js | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index eefb89e..abb706e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+ 3.12.2
+ =======
+
+ Fix GSchema settings
+ Use filesink instead of urisink
+ Use GstCaps.can_intersect to check the codec type
+ Remove window title when 0 sounds by Damián Nohales
+
3.12.1
=======
diff --git a/configure.ac b/configure.ac
index f67ddb0..b98402f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-sound-recorder],[3.12.1],[gnome-sound-recorder])
+AC_INIT([gnome-sound-recorder],[3.12.2],[gnome-sound-recorder])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
diff --git a/src/application.js b/src/application.js
index e077f10..878a233 100644
--- a/src/application.js
+++ b/src/application.js
@@ -155,7 +155,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.1';
+ aboutDialog.version = '3.12.2';
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]