[mm-common] Bump version to 0.8 and update news



commit e9d913017037ad00b083482c5943e832e22a1b66
Author: Daniel Elstner <danielk openismus com>
Date:   Mon Sep 21 14:25:02 2009 +0200

    Bump version to 0.8 and update news
    
    * configure.ac (AC_INIT): Increment version number to 0.8.
    * NEWS: Update top news entry for the mm-common 0.8 release.

 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1140499..9dfc1d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+mm-common 0.8 "STFU!" (2009-09-21)
+
+	Enjoy the silence.
+
+	* Support for Automake 1.11 silent rules has been implemented
+	  in the shared Automake include files.
+	* The base path of the Devhelp file is now correctly translated
+	  at installation time even with Automake 1.11.
+	* A number of output directories are now created automatically
+	  at build time if needed, so that it is no longer necessary to
+	  put dummy files into otherwise empty directories.
+	* The automatically generated ChangeLog file now omits merge
+	  commits.
+	* The skeleton source tree now includes an examples/ directory
+	  a skeletonmm.h single-include header file.
+	* The skeleton Doxygen configuration file has been corrected
+	  and updated for Doxygen 1.6.1.
+	* The doc-install.pl utility no longer splits glob patterns
+	  with embedded whitespace into multiple patterns.
+
 mm-common 0.7.4 "Example" (2009-09-15)
 
 	Id est exempli gratia.
diff --git a/configure.ac b/configure.ac
index 04bb3a3..61d097d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU General Public License
 ## along with mm-common.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([mm-common], [0.7.4], [gtkmm-list gnome org], [mm-common], [http://www.gtkmm.org/])
+AC_INIT([mm-common], [0.8], [gtkmm-list gnome org], [mm-common], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 AC_CONFIG_SRCDIR([util/mm-common-prepare.in])
 



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