[librsvgmm] Prepare NEWS for initial release



commit 9969438734b21998b5a207c160da0a4a0ff6d355
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Sat Jul 11 21:20:28 2009 +0200

    Prepare NEWS for initial release
    
    * configure.ac (AM_INIT_AUTOMAKE): Add check-news option.
    * NEWS: Create entry for the initial 2.25.0 release.

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index e69de29..36bd994 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,8 @@
+librsvgmm 2.25.0 (2009-07-11) "Just in case"
+
+	This is the very first release of the C++ binding for the
+	librsvg SVG viewer library.  At the same time, it is the final
+	release candidate before the stable 2.26.0 release.
+
+	This is an unstable release, so ABI changes could still happen
+	until the final 2.26.0 release is out.
diff --git a/configure.ac b/configure.ac
index 0da6da9..ad051b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_CONFIG_MACRO_DIR([build])
 AC_CONFIG_HEADERS([build/config.h])
 
 # The ustar format supports longer filenames
-AM_INIT_AUTOMAKE([1.10 -Wno-portability no-define nostdinc tar-ustar])
+AM_INIT_AUTOMAKE([1.10 -Wno-portability check-news no-define nostdinc tar-ustar])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 



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