summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS45
-rw-r--r--configure.ac2
-rw-r--r--help/ChangeLog4
-rw-r--r--plugins/ChangeLog4
-rw-r--r--po/ChangeLog4
6 files changed, 64 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c946ec2..299b2591 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-03 Felix Riemann <friemann@svn.gnome.org>
+
+ * NEWS:
+ * configure.ac:
+ Update for 2.25.1.
+
2008-10-27 Claudio Saavedra <csaavedra@igalia.com>
* src/*.[ch]: remove trailing whitespaces.
diff --git a/NEWS b/NEWS
index 9e06ea03..e0cfe132 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+Version 2.25.1
+--------------
+
+ * Improvements to the JPEG metadata reader (Felix Riemann)
+ * Fix progress reporting when images only need copying during "Save As" (Felix Riemann)
+ * Fix some critical warnings (Claudio Saavedra, Vincent Untz)
+ * Do not open some images at 98% or 99% (Felix Riemann)
+ * Install metadata related headers properly (Pierre-Luc Beaudoin)
+ * Avoid possible markup "injection attack" (Martin Olsson)
+ * Copy non-local images locally when setting them as wallpaper (Claudio Saavedra)
+ * Allow DnD without an enabled collection (Claudio Saavedra)
+ * Use less deprecated APIs (Felix Riemann, Diego Escalante Urrelo)
+ * Code & Docs cleanups + improvements
+
+Bug fixes:
+
+- #553232, copy remote wallpapers locally (Claudio Saavedra)
+- #476709, I need to drag & drop images from eog's simple viewer (Claudio Saavedra)
+- #530447, Eye of GNOME opens images resized at 98% or 99% zoom (Felix Riemann)
+- #555940, eog is vulnerable to pango injection attack :-) (Martin Olsson)
+- #555942, Not all public EXIF API headers are installed (Pierre-Luc Beaudoin)
+- #556086, Use gtk_show_uri instead of gnome_help (Diego Escalante Urrelo)
+- #555916, drop libglade dependency; use GtkBuilder (Felix Riemann)
+- #556029, Drop gnome-desktop dependency (Felix Riemann)
+
+New and updated translations:
+
+- OsamaKhalid [ar]
+- Alexander Shopov [bg]
+- Adrian Guniš [cs]
+- Pierros Papadeas [el]
+- Takeshi AIHANA [ja]
+- Jovan Naumovski [mk]
+- Wouter Bolsterlee [nl]
+- Vladimir Melo [pt_BR]
+- Laurent Dhima [sq]
+- Daniel Nylander [sv]
+- Maxim Dziumanenko [uk]
+
+New and updated manual translations:
+
+- Osama K [ar]
+- Mario Blättermann [de]
+- Sira Nokyoongtong [th]
+
Version 2.24.0
--------------
diff --git a/configure.ac b/configure.ac
index 0f1105d2..224ac7a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.59)
m4_define(eog_major_version, 2)
-m4_define(eog_minor_version, 24)
+m4_define(eog_minor_version, 25)
m4_define(eog_micro_version, 1)
m4_define(eog_version, eog_major_version.eog_minor_version.eog_micro_version)
diff --git a/help/ChangeLog b/help/ChangeLog
index 6c0d3508..af5ad463 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-03 Felix Riemann <friemann@svn.gnome.org>
+
+ * 2.25.1 version marker.
+
2008-10-20 Felix Riemann <friemann@svn.gnome.org>
* de/de.po: Fix typo. Avoids XML validation warning. Fixes bug #556842.
diff --git a/plugins/ChangeLog b/plugins/ChangeLog
index f0d929ff..f03c24d2 100644
--- a/plugins/ChangeLog
+++ b/plugins/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-03 Felix Riemann <friemann@svn.gnome.org>
+
+ * 2.25.1 version marker.
+
2008-09-22 Felix Riemann <friemann@svn.gnome.org>
* 2.24.0 version marker.
diff --git a/po/ChangeLog b/po/ChangeLog
index 354810d8..ca87ad35 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-03 Felix Riemann <friemann@svn.gnome.org>
+
+ * 2.25.1 version marker.
+
2008-10-30 Maxim Dziumanenko <dziumanenko@gmail.com>
* uk.po: Update Ukrainian translation.