[mm-common] Prepare for mm-common 0.6 release



commit 64fbdc551b3027d88046ef5d26f7bad880498ea4
Author: Daniel Elstner <danielk openismus com>
Date:   Thu Aug 20 09:37:42 2009 +0200

    Prepare for mm-common 0.6 release
    
    * configure.ac (AC_INIT): Bump version number to 0.6.
    * NEWS: Summarize changes since mm-common 0.5.

 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d87121e..99d6aba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+mm-common 0.6 "Slash" (2009-08-20)
+
+	To slash or not to slash? This release is all about slashes.
+
+	* The external documentation magic now pleases both Doxygen
+	  and doc-install.pl: no more double slashes or accidentally
+	  concatenated words.
+	* Absolute local paths are converted to file:// URIs for the
+	  XML and HTML documentation output.
+	* The documentation generation is disabled automatically if the
+	  utilities required to build it are missing at configure time.
+
 mm-common 0.5 "RTFM!" (2009-08-17)
 
 	First tarball release of mm-common, the shiny new shared
diff --git a/configure.ac b/configure.ac
index 60d3350..199b933 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.5], [gtkmm-list gnome org], [mm-common])
+AC_INIT([mm-common], [0.6], [gtkmm-list gnome org], [mm-common])
 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]