Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2007-09-17 16:24:25 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-09-17 16:24:25 (GMT)
commit2343a9c9cdd1a485d355b2fe0a1ccb9e150d609a (patch)
treee15b21121af1c5a5d26c855385f72a26f50d3c4c
parent71cea58275509f85d7d93fa5b8939590b025767b (diff)
Update for release 2.20.0
2007-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 2.20.0 svn path=/trunk/; revision=2684
-rw-r--r--ChangeLog9
-rw-r--r--NEWS27
-rw-r--r--configure.ac2
3 files changed, 36 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f70f4af..3ac8610 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
+2007-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * NEWS:
+ * configure.ac:
+
+ Update for release 2.20.0
+
2007-09-12 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pdf/ev-poppler.cc:
Remove #ifdef HAVE_FORMS, so that forms support works again.
-
+
2007-09-05 Götz Waschk <waschk@mandriva.org>
* configure.ac:
diff --git a/NEWS b/NEWS
index 77ff1c1..08a8918 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,31 @@
===============
+Evince 2.20.0
+===============
+
+Bug fixes:
+
+ * Forms support broken by forgotten ifdef fix (Carlos Garcia Campos)
+ * Issue with making a copy and xfer to different file system (Carlos Garcia Campos)
+ * Desktop file fixes (Götz Waschk)
+
+Translations:
+
+ Youssef Chahibi (ar)
+ Alexander Shopov (bg)
+ Peter Bach (da)
+ Ivar Smolin (et)
+ Ignacio Casal Quinteiro (gl)
+ Francesco Marletta (it)
+ Gintautas Miliauskas (lt)
+ Espen Stefansen (nb)
+ Yannig Marchegay (Kokoyaya) (oc)
+ Mişu Moldovan (ro)
+ Peter Tuhársky (sk)
+ Laurent Dhima (sq)
+ Горан Ракић (sr)
+ Maxim Dziumanenko (uk)
+
+===============
Evince 2.19.92
===============
diff --git a/configure.ac b/configure.ac
index e303929..ffb18ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT([Evince],[2.19.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[2.20.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
AM_CONFIG_HEADER(config.h)