aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-11-30 01:52:16 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-11-30 01:52:16 +0800
commit21579dd2d910295c163a5110f8f97abc5abaa9ec (patch)
tree225a24194fccd62beb52c376535c36df38d8bcd5
parentad0bc590f54d7132c8c505d538b109429288052f (diff)
downloadgsoc2013-evolution-21579dd2d910295c163a5110f8f97abc5abaa9ec.tar
gsoc2013-evolution-21579dd2d910295c163a5110f8f97abc5abaa9ec.tar.gz
gsoc2013-evolution-21579dd2d910295c163a5110f8f97abc5abaa9ec.tar.bz2
gsoc2013-evolution-21579dd2d910295c163a5110f8f97abc5abaa9ec.tar.lz
gsoc2013-evolution-21579dd2d910295c163a5110f8f97abc5abaa9ec.tar.xz
gsoc2013-evolution-21579dd2d910295c163a5110f8f97abc5abaa9ec.tar.zst
gsoc2013-evolution-21579dd2d910295c163a5110f8f97abc5abaa9ec.zip
bump version, requires
2004-11-29 JP Rosevear <jpr@novell.com> * configure.in: bump version, requires svn path=/trunk/; revision=28011
-rw-r--r--ChangeLog4
-rw-r--r--NEWS77
-rw-r--r--configure.in8
3 files changed, 85 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f894acb71..c8923e5b26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-29 JP Rosevear <jpr@novell.com>
+
+ * configure.in: bump version, requires
+
2004-11-09 Rodney Dawes <dobey@novell.com>
* configure.in: Add AC_SUBST for plugins_base also
diff --git a/NEWS b/NEWS
index 3882b2c4af..5b97946d50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,80 @@
+Evolution 2.1.1, 2004-11-28
+----------------------------
+
+Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
+
+ * Addressbook
+
+ #28725 - should not say "no items in this view" until the backend is done responding (Sushma)
+ #61065 - Evolution should be spelled with uppercase E in evolution message (Joan Sanfeliu)
+ #61976 - Near-identical strings, should be made identical (Rodney)
+ #67656 - almost the same email address are considrered identical (Siva)
+ #61966 - Typo in string: Word "be" missing (Andre Klapper)
+ #69079 - Data repeated after save with bad date format (Siva)
+ #66854 - Some strings are missed to translation (partial, Rodney)
+
+ * Mail
+
+ #68787 - Crash when migrating 1.4 data to 2.0.2 (Michael)
+ #69109 - EHLO or HELO with ip addresses does not conform rfc 821 (Michael)
+ #69408 - Evolution hang in message fetching with ima4rev1 (Jeff)
+ #69145 - toplevel message/rfc822 parts are broken for IMAP (Michael)
+ #69241 - base64 attachement holding PGP block (Jeff)
+ #69160 - IMAP4 dont freez on scaning imap folders (Jeff)
+ #67496 - html email not rendered in preview pane (Michael)
+
+ * Calendar
+
+ #68624 - Requires URL to have http:// or webcal:// at beginning (Diego Sevilla Ruiz)
+ #47529 - Date in reminder window appears in UTF-8 in non-UTF-8 locale (Rodney)
+ #6767 - Fix hardcode colors in day, week, month views (Li Yuan)
+ #68707 - Events ending at 12:00 AM show as ending at 12:00 pm (JP)
+
+ * Shell
+
+ #61065 - Evolution should be spelled with uppercase E in evolution message (Joan Sanfeliu)
+
+Other bugs
+
+ * Address Book
+
+ - Handle required fields (Siva)
+ - a11y fixes (Hao Sheng)
+ - make shift-F10 popup menu (Hao Sheng)
+ - don't show error dialog when cancelling operation (Siva)
+
+ * Mail
+
+ - Reduce memory for vfolder operations (Michael)
+ - Use unix sockets for spam checking (Radek)
+
+ * Calendar
+
+ - warn is summary is blank (Chen)
+ - allow creating new calendar with right click on a group (Harish)
+ - EConfigize new calendar and calendar properties (David Trowbridge)
+ - make sure switch between 12/24h time shows immediately (JP)
+
+ * Plugins
+
+ - set "base" plugin target (Michael)
+ - add webcal config plugin (David Trowbridge)
+ - mailing list actions plugin (Meilof Venningen)
+ - plugin manager plugin (Michael)
+
+Updated translations:
+
+ - da (Martin Willemoes Hansen)
+ - lt (Žygimantas Beručka)
+ - nl (Vincent van Adrighem)
+ - de (Hendrik Richter)
+ - it (Marco Ciampa)
+ - ca (Jordi Mallach)
+ - fa (Meelad Zakaria)
+ - sq (Laurent Dhima)
+ - fr (Sebastien Bacher)
+ - cs (Juraj Kubelka)
+
Evolution 2.1.0, 2004-11-01
----------------------------
diff --git a/configure.in b/configure.in
index d9a946fc64..2fa9580e72 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.1.0, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.1.1, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
@@ -1098,11 +1098,11 @@ fi
dnl --- Required version numbers
-GAL_REQUIRED=2.3.0
+GAL_REQUIRED=2.3.1
GAL_PACKAGE=2.4
-GTKHTML_REQUIRED=3.5.0
+GTKHTML_REQUIRED=3.5.1
GTKHTML_PACKAGE=3.6
-EDS_REQUIRED=1.1.0
+EDS_REQUIRED=1.1.1
EDS_PACKAGE=1.2
BONOBOUI_REQUIRED=2.4.2