[pdfmod] Update NEWS, configure.ac etc for 0.9.1



commit 66ab60efb8f6b3aa5bc9600e0a970bf2f58a0ada
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Thu Mar 3 12:27:05 2011 -0600

    Update NEWS, configure.ac etc for 0.9.1

 NEWS             |   12 +++++++++---
 README.releasing |   10 ++++++++++
 configure.ac     |    2 +-
 pdfmod.doap      |    6 +++---
 4 files changed, 23 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2db4863..292f0be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,13 @@
-=============================
-Version 0.9.1 - NOT YET RELEASED
-=============================
+===========================
+Version 0.9.1 - Mar 3, 2011
+===========================
 
 Contributors:
 Gabriel Burt, Robson Roberto Souza Peixoto, Thomas Klausner
 
+Enhancements:
+* Make removing many pages much faster (bgo#630012)
+
 Bugs Fixed:
 * Fix being able to load files with : in their path (bgo#631456)
 * Fix build on Mono 2.8
@@ -12,6 +15,9 @@ Bugs Fixed:
 * Fix poppler-sharp.dll.config for NetBSD (bgo#638852)
 * Fix scrolling the view while dragging
 * Don't crash if Outlines point to null (bgo#642379)
+* Fix issue with saving landscape pages (bgo#597215)
+* Fix crash on page click due to ExportImagesAction (bgo#631889)
+* Fix crash if Catalog.Outlines is PdfNull (bgo#633123)
 
 Translators:
 Andrej ŽnidarÅ¡iÄ?, Aron Xu, Bruno Brouard, Carles Ferrando, Daniel Butum,
diff --git a/README.releasing b/README.releasing
new file mode 100644
index 0000000..edd2186
--- /dev/null
+++ b/README.releasing
@@ -0,0 +1,10 @@
+To make a release:
+
+* Bump version in configure.ac
+* Update AUTHORS, and the contributors list in src/PdfMod/Gui/Actions.cs
+* Update NEWS and pdfmod.doap
+* Run make distcheck
+* Tag it: `git tag -a -m "0.N.N release" 0.N.N && git push origin 0.N.N`
+* Upload tarball to master.gnome.org and run install-module on it
+* Update http://live.gnome.org/PdfMod
+* Announce to pdfmod-list gnome org and gnome-announce-list gnome org
diff --git a/configure.ac b/configure.ac
index e55b8be..e3b4570 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Warning: This is an automatically generated file, do not edit!
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.54])
-AC_INIT([pdfmod], [0.9.0])
+AC_INIT([pdfmod], [0.9.1])
 AM_INIT_AUTOMAKE([foreign dist-bzip2 tar-ustar])
 AM_MAINTAINER_MODE
 AC_SUBST([ACLOCAL_AMFLAGS], ["-I . \${ACLOCAL_FLAGS}"])
diff --git a/pdfmod.doap b/pdfmod.doap
index af88474..5d2ecb4 100644
--- a/pdfmod.doap
+++ b/pdfmod.doap
@@ -19,10 +19,10 @@
   <!-- Current Releases -->
   <release>
     <Version>
-      <name>0.9.0</name>
+      <name>0.9.1</name>
       <branch>stable</branch>
-      <created>2010-09-28</created>
-      <revision>0.9.0</revision>
+      <created>2011-03-03</created>
+      <revision>0.9.1</revision>
       <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/pdfmod/"; />
     </Version>
   </release>



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