summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2009-10-09 01:19:07 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2009-10-09 01:19:07 +0200
commit5d07a589bf4c0dbccd53f62679bbcfd2dda41266 (patch)
treec6b0c964dd7ffe4f34d67521b423f909855d10ae
parentaae2ee1d47627c09261f85a4c18eb88405811b90 (diff)
downloadmm-common-5d07a589bf4c0dbccd53f62679bbcfd2dda41266.tar.gz
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.
-rw-r--r--NEWS11
-rw-r--r--configure.ac3
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])