[paperbox] Preparing for a release



commit dd45fcc020aa352fa8bcc4629dec0e1d4e601e7a
Author: Marko Anastasov <marko renderedtext com>
Date:   Tue May 5 23:25:50 2009 +0200

    Preparing for a release
---
 ChangeLog-20090417 => ChangeLog.pregit |    0
 NEWS                                   |   20 ++++++++++++++++++++
 configure.ac                           |    2 +-
 src/main-window.cc                     |    2 +-
 4 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/ChangeLog-20090417 b/ChangeLog.pregit
similarity index 100%
rename from ChangeLog-20090417
rename to ChangeLog.pregit
diff --git a/NEWS b/NEWS
index 7a6b455..488bb7b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+= 0.4.2
+
+ - Visible performance improvements. Thumbnails are fetched
+   when turning pages, all documents are instantly available
+   and all metadata retrieval is done strictly in idle time.
+
+ - Added menu and shortcuts for quick page navigation.
+
+ - Dropped dependency on the boost library.
+
+ - Updated translations:
+
+     cs: Zdenek Hatas, Lucas Lommer
+     de: Mario Blättermann
+     es: Jorge Gonzalez
+     et: Mattias Põldaru
+     eu: Inaki Larranaga Murgoitio
+     pt: Filipe Gomes
+     sv: Daniel Nylander
+
 = 0.4.1
 
  - Fixed #563395 â?? Build fails on Ubuntu 8.10
diff --git a/configure.ac b/configure.ac
index 5cc7ca8..abe072c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 ### Copyright (C) 2007, 2008 Marko Anastasov
 
-AC_INIT([Paperbox], [0.5], [http://bugzilla.gnome.org/enter_bug.cgi?product=paperbox], [paperbox])
+AC_INIT([Paperbox], [0.4.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=paperbox], [paperbox])
 AC_PREREQ(2.59)
 
 AC_CONFIG_SRCDIR([src/main.cc])
diff --git a/src/main-window.cc b/src/main-window.cc
index 9731a37..61ffb2d 100644
--- a/src/main-window.cc
+++ b/src/main-window.cc
@@ -449,7 +449,7 @@ namespace paperbox {
         list<Glib::ustring> authors;
         authors.push_back("Marko Anastasov <marko anastasov gmail com>");
         dialog.set_authors(authors);
-        dialog.set_copyright("Copyright \xc2\xa9 2007-2008 Marko Anastasov");
+        dialog.set_copyright("Copyright \xc2\xa9 2007-2009 Marko Anastasov");
 
         dialog.set_website("http://live.gnome.org/PaperBox";);
 



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