[gnome-power-manager] GNOME Power Manager 3.5.90



commit a692b6db9bca07806616de30527b46bde5276d7b
Author: Richard Hughes <richard hughsie com>
Date:   Fri Aug 24 13:44:41 2012 +0100

    GNOME Power Manager 3.5.90

 NEWS         |   13 +++++++++++++
 RELEASE      |    4 ++--
 configure.ac |   23 +----------------------
 3 files changed, 16 insertions(+), 24 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1bb08ae..5261744 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Version 3.5.90
+~~~~~~~~~~~~~~
+Released: 2012-08-24
+
+* Translations
+ - Updated Assamese translation (Nilamdyuti Goswami)
+ - Updated Galician translations (Fran DiÃguez)
+ - Updated Marathi Translations (Sandeep Sheshrao Shedmake)
+
+* Bugfix:
+ - Update gtk+ version requirements (Alexandre Rostovtsev)
+ - Remove -Werror for development builds (Richard Hughes)
+
 Version 3.4.0
 ~~~~~~~~~~~~~
 Released: 2012-03-26
diff --git a/RELEASE b/RELEASE
index f22fc7d..15a5cfb 100644
--- a/RELEASE
+++ b/RELEASE
@@ -16,8 +16,8 @@ Released: 2012-xx-xx
 
 Run "make distcheck", correct any problems encountered
 
-git commit -a -m "GNOME Power Manager 3.5.1"
-git tag -s GNOME_POWER_MANAGER_3_5_1 -m "==== Version 3.5.1 ===="
+git commit -a -m "GNOME Power Manager 3.5.90"
+git tag -s GNOME_POWER_MANAGER_3_5_90 -m "==== Version 3.5.90 ===="
 <wait>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index fbb2ec9..a0b7f43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.63)
 
-AC_INIT([gnome-power-manager],[3.5.1])
+AC_INIT([gnome-power-manager],[3.5.90])
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar])
@@ -21,27 +21,6 @@ GNOME_COMPILE_WARNINGS
 
 AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
 
-dnl ---------------------------------------------------------------------------
-dnl - Use strict options (default enabled for devs, disabled in releases)
-dnl ---------------------------------------------------------------------------
-dnl if .git directory is present, considering we are working in the repository
-if test -d "${srcdir}/.git"; then
-	default_strict=yes
-else
-	default_strict=no
-fi
-
-AC_ARG_ENABLE([strict],
-              [AS_HELP_STRING([--enable-strict],
-                              [Enable strict compilation options])],
-              [enable_strict=$enableval],
-              [enable_strict=$default_strict])
-if test x$enable_strict != xno; then
-	if test "$GCC" = "yes"; then
-		WARNINGFLAGS="$WARNINGFLAGS -Werror"
-	fi
-fi
-
 if test "$GCC" = "yes"; then
 	WARNINGFLAGS="$WARNINGFLAGS -Wall"
 	WARNINGFLAGS="$WARNINGFLAGS -Wcast-align -Wno-uninitialized"



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