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



commit 5d07a589bf4c0dbccd53f62679bbcfd2dda41266
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Fri Oct 9 01:19:07 2009 +0200

    Bump version to 0.8.1 and update news
    
    * configure.ac (AC_INIT): Increment version number to 0.8.1.  Change
    the address for reporting bugs to GNOME Bugzilla, product mm-common.
    * NEWS: Write news entry for the upcoming mm-common 0.8.1 release.

 NEWS         |   11 +++++++++++
 configure.ac |    3 ++-
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ceddb9c..0764afe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+mm-common 0.8.1 "Bugzilla" (2009-10-09)
+
+	Skeleton regurgitated by the lizard of Moz.
+
+	* A number of small mistakes in the skeleton C++ binding files
+	  have been corrected.
+	* The sample XML file for the obsolete documentation override
+	  mechanism has been removed from the skeleton project.
+	* The tranformation from Doxygen to Devhelp has been extended
+	  to produce a hierarchy of class chapters grouped by scope.
+
 mm-common 0.8 "STFU!" (2009-09-21)
 
 	Enjoy the silence.
diff --git a/configure.ac b/configure.ac
index 61d097d..11e882c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,8 @@
 ## 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.8], [gtkmm-list gnome org], [mm-common], [http://www.gtkmm.org/])
+AC_INIT([mm-common], [0.8.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common],
+        [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]