aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@src.gnome.org>2005-05-18 16:43:57 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-05-18 16:43:57 +0800
commitc780968accce9d39e56b2ac21d0c751e1c2b0a91 (patch)
treeb6dfb80beb30644d73a53e3561227b9a7e50d3bb
parent2a8848295e73fa230ae82c18a4c7b3c1652ae44f (diff)
downloadgsoc2013-evolution-c780968accce9d39e56b2ac21d0c751e1c2b0a91.tar
gsoc2013-evolution-c780968accce9d39e56b2ac21d0c751e1c2b0a91.tar.gz
gsoc2013-evolution-c780968accce9d39e56b2ac21d0c751e1c2b0a91.tar.bz2
gsoc2013-evolution-c780968accce9d39e56b2ac21d0c751e1c2b0a91.tar.lz
gsoc2013-evolution-c780968accce9d39e56b2ac21d0c751e1c2b0a91.tar.xz
gsoc2013-evolution-c780968accce9d39e56b2ac21d0c751e1c2b0a91.tar.zst
gsoc2013-evolution-c780968accce9d39e56b2ac21d0c751e1c2b0a91.zip
Bump version
svn path=/trunk/; revision=29379
-rw-r--r--ChangeLog4
-rw-r--r--NEWS56
-rw-r--r--configure.in2
3 files changed, 61 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c81265d91..4cc18fb767 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-18 Harish Krishnaswamy <kharish@novell.com>
+
+ * configure.in : Bump version
+
2005-05-13 Rodney Dawes <dobey@novell.com>
* plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets
diff --git a/NEWS b/NEWS
index 8a43014abf..f34a6b4399 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,59 @@
+Evolution 2.3.2, 2005-05-18
+---------------------------
+
+Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
+
+#269129 replying to a newsgroup post from a vfolder gets group wrong (Jeffrey Stedfast)
+#271679 "make this occurrence movable" unusable (Rodrigo Moya)
+#274406 alarm notify crasher (Chenthill)
+#209416 Mini-card view for mailing list is wrong (Srinivasa Ragavan)
+
+
+i18n :
+272242 action "Print" doesn't have dots at the end of name (Vivek)
+Fixes #301459 - A collection of typos from the Evolution .po file (Chenthill)
+"all the deleted message" typo in Evolution mail-errors.xml (Sarfraaz)
+273075 - "cert" slang in Evolution certificate manager" (Sarfraaz)
+#300477 - Evolution account assistent does not have label (Mengjie Yu)
+#268906 - improve date selection for recurring appointments (Sushma)
+#229794 - When creating a recurrent appointment, current weekday can't be deselected (Harish)
+ Patch from jack jia.
+#269416 - Drag/drop between task lists copies instead of moving (Srinivasa Ragavan)
+#301350 - alarms totally unreliable . (Rodrigo Moya)
+#261079 - Please add translator comments for "%s %s" messages in evolution (Vivek)
+#272464 - Error message on GW server needs to be clarified (Chenthill)
+#261969 - Bad plural form: foo(s) in addressbook-errors.xml (Sushma)
+#272005 - Click on 'Help' in 'Send Options' popup, this popup closes (Shreyas)
+#273096 - Double spacing in Evolution widget message (Harish)
+#273097 - Unnecessary trailing spaces in Evolution widget messages (Harish)
+
+Other fixes and features :
+
+ New menu layout - Rodney Dawes
+ Attachment Expander changes - Srinivas
+ Remove wizard related code and use eplugin (JP)
+ Evolution Force shutdown fixes (Harish)
+ Pkg config fixes for evolution exchange (Amish)
+ Move e-error to e-util (Michael Zucchi)
+ Prevent crash if D-BUS session bus is not running (Timo Hoenig)
+ Fixes for Bug #73099 and Bug #73098 - rdf, csv formats (Philip Van Hoof)
+ moved widgets/misc/e-system-errors to e-util/e-system.error (Michael Zucchi)
+ Memory leak fixes (Ross burton)
+ Miscellaneous config fixes (Harish)
+ Potfiles - remove dead files (JP)
+
+New plugins :
+
+- mono, mail-remote, profiler (Michael Zucchi)
+
+Updated Translations:
+
+ - bg (Rostislav Raykov)
+ - el (Kostas Papadimas)
+ - ne (Pawan Chitrakar)
+ - fa (Meelad Zakaria and Roozbeh Pournader)
+ - es (Francisco Javier F. Serrador)
+
Evolution 2.3.1, 2005-04-26
---------------------------------------
diff --git a/configure.in b/configure.in
index d7519e9fa8..ac5d43af3e 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.3.1, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 2.3.2, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)