aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2007-10-17 12:27:11 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-10-17 12:27:11 +0800
commit967975985c00625b8440c8cee2efdb89fb246949 (patch)
treeab430786fcdab30d9279b7577a6a043967c71d08
parentdff35b5a6fc3f89e64726457137e04b74bfdd321 (diff)
downloadgsoc2013-evolution-967975985c00625b8440c8cee2efdb89fb246949.tar.gz
gsoc2013-evolution-967975985c00625b8440c8cee2efdb89fb246949.tar.zst
gsoc2013-evolution-967975985c00625b8440c8cee2efdb89fb246949.zip
Evolution 2.12.1 release
2007-10-15 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.12.1 release svn path=/branches/gnome-2-20/; revision=34394
-rw-r--r--ChangeLog4
-rw-r--r--NEWS23
-rw-r--r--configure.in6
3 files changed, 30 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a9ddfcf7d..f3e5c5257a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-15 Srinivasa Ragavan <sragavan@novell.com>
+
+ * NEWS, configure.in: Evolution 2.12.1 release
+
2007-09-23 Karsten Bräckelmann <guenther@rudersport.de>
* configure.in (libgtkhtml_minimum_version): Bump required GtkHTML
diff --git a/NEWS b/NEWS
index 7396153058..e1c58b8e22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Evolution 2.12.1 2007-10-15
+----------------------------
+
+Bug fixes:
+ #311179: Prevent label from gaining focus by <Tab> (Milan Crha)
+ #324472: Tasks marked as complete using multiple selection are now saved (Milan Crha)
+ #337539: Omit left column when showing list of contacts (Milan Crha)
+ #340748: Notifies others about field change (Milan Crha)
+ #468736: Fixed an infinite loop when printing calendar events (Srinivasa Ragavan)
+ #474557: Fix runtime warnings when changing views in contacts (Milan Crha)
+ #478757: Bump required GtkHTML minimum version to 3.16 (Karsten Bräckelmann)
+ #478871: Show proper 'Fields shown' description for all tables (Milan Crha)
+ #480804: Fix a crash on missing glade file (Pedro Villavicencio Garrido)
+
+Updated Translations:
+ Gintautas Miliauskas (lt)
+ Ignacio Casal Quinteiro (gl)
+ Priit Laes (et)
+ Luca Ferretti (it)
+ Stéphane Raimbault (fr)
+ Takeshi AIHANA (ja)
+ Changwoo Ryu (ko)
+
Evolution 2.12.0 2007-09-17
----------------------------
diff --git a/configure.in b/configure.in
index ba16d69a74..f662d5990d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(evolution, 2.12.0, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.12.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
# Some requirements have versioned package names
@@ -1696,11 +1696,11 @@ plugins_base_always="calendar-file calendar-http calendar-weather itip-formatter
plugins_base="$plugins_base_always $SA_JUNK_PLUGIN $BF_JUNK_PLUGIN $EXCHANGE_PLUGIN $MONO_PLUGIN"
all_plugins_base="$plugins_base_always sa-junk-plugin bogo-junk-plugin exchange-operations mono"
-plugins_standard_always="bbdb subject-thread save-calendar select-one-source copy-tool mail-to-task mark-calendar-offline audio-inline mailing-list-actions new-mail-notify default-mailer import-ics-attachments prefer-plain mail-notification attachment-reminder face"
+plugins_standard_always="bbdb subject-thread save-calendar select-one-source copy-tool mail-to-task mark-calendar-offline audio-inline mailing-list-actions new-mail-notify default-mailer import-ics-attachments prefer-plain mail-notification attachment-reminder face backup-restore"
plugins_standard="$plugins_standard_always"
all_plugins_standard="$plugins_standard"
-plugins_experimental_always="backup-restore folder-unsubscribe mail-to-meeting mail-remote save-attachments"
+plugins_experimental_always="folder-unsubscribe mail-to-meeting mail-remote save-attachments"
plugins_experimental="$plugins_experimental_always $IPOD_SYNC $TNEF_ATTACHMENTS"
all_plugins_experimental="$plugins_experimental_always ipod-sync tnef-attachments"