[pdfmod] [release] Update NEWS, doap, configure.ac for 0.9.0 release



commit 15b2ebc7484d570d6ab91d6ef6cd098956695309
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Sep 28 15:30:01 2010 -0500

    [release] Update NEWS, doap, configure.ac for 0.9.0 release

 NEWS            |   37 +++++++++++++++++++++++++++++++++++++
 configure.ac    |    2 +-
 pdfmod.doap     |    6 +++---
 src/Makefile.am |    7 +++----
 4 files changed, 44 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7dcc363..4918716 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+=============================
+Version 0.9.0 - Sept 28, 2010
+=============================
+
+Contributors:
+Chow Loong Jin, Gabriel Burt, Å?ukasz JernaÅ?
+
+Enhancements:
+* Bookmarks support (bgo#627747)
+
+    Can add, edit, and remove bookmarks (aka outlines).
+
+* Make Export Images a page action
+
+    It acts on the selected pages (like extract page and rotate
+    do).  It now displays the number of images that will be
+    exported, and is insensitive if none can be exported (bgo#594457)
+    
+* Add zoom slider/buttons in bottom-right (bgo#614378, bgo#628437)
+* Allow compiling with external poppler-sharp
+
+Bugs Fixed:
+* Fix double-width page icon rendering (bgo#590744)
+* Make SaveAs not require unsaved changes (bgo#628449)
+* Fix crash with export images by escaping output path
+* Better handling of files dropped from nautilus
+* Avoid XDG-related crash in file chooser (bgo#619073)
+* Mark missing string as translatable (bgo#618596)
+* Escape directory and filenames properly before making them (bgo#606432)
+* Fix page tooltip logic
+
+Translators:
+Andrej ŽnidarÅ¡iÄ?, Aron Xu, Bruno Brouard, Claude Paroz, Daniel Nylander,
+Fran Diéguez, Jorge González, Å?ukasz JernaÅ?, Marek Ä?ernocký, Mario Blättermann,
+Matej UrbanÄ?iÄ?, Mattias Põldaru, Petr Kovar, Priit Laes, Takeshi AIHANA,
+Wouter Bolsterlee, YunQiang Su
+
 ===========================
 Version 0.8.3 - May 6, 2010
 ===========================
diff --git a/configure.ac b/configure.ac
index cd522a6..51204d4 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.8.3])
+AC_INIT([pdfmod], [0.9.0])
 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 14c029a..af88474 100644
--- a/pdfmod.doap
+++ b/pdfmod.doap
@@ -19,10 +19,10 @@
   <!-- Current Releases -->
   <release>
     <Version>
-      <name>0.8.3</name>
+      <name>0.9.0</name>
       <branch>stable</branch>
-      <created>2010-05-06</created>
-      <revision>0.8.3</revision>
+      <created>2010-09-28</created>
+      <revision>0.9.0</revision>
       <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/pdfmod/"; />
     </Version>
   </release>
diff --git a/src/Makefile.am b/src/Makefile.am
index 69ae223..9eb4c74 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -69,7 +69,8 @@ REFERENCES =  \
 	-pkg:hyena \
 	-pkg:hyena.gui \
 	System \
-	System.Core
+	System.Core \
+	-r:../bin/PdfSharp.dll
 
 PROJECT_REFERENCES = ../bin/PdfSharp.dll
 
@@ -81,8 +82,6 @@ else
 REFERENCES += -pkg:poppler-sharp
 endif
 
-DLL_REFERENCES = ../bin/PdfSharp.dll 
-
 CLEANFILES = $(PROGRAMFILES) $(BINARIES)
 
 include $(top_srcdir)/Makefile.include
@@ -103,7 +102,7 @@ $(build_xamlg_list): %.xaml.g.cs: %.xaml
 
 $(ASSEMBLY_MDB): $(ASSEMBLY)
 
-$(ASSEMBLY): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
+$(ASSEMBLY): $(build_sources) $(build_resources) $(build_datafiles) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
 	mkdir -p $(shell dirname $(ASSEMBLY))
 	cp $(BUNDLE_ASSEMBLIES) $(BUILD_DIR)
 	cp $(BUNDLE_FILES) $(BUILD_DIR)



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