diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 27 insertions, 3 deletions
@@ -1,10 +1,15 @@ +2006-06-12 Harish Krishnaswamy <kharish@novell.com> + + * NEWS: Release updates. + * configure.in: Bump version. Evolution 2.7.3 release. + 2006-06-12 simon.zheng <simon.zheng@sun.com> - Fix for #336453 + Fix for #336453 * acinclude.m4: * configure.in: - Add SunLDAP library support - a variant of Netscape LDAP. + Add SunLDAP library support - a variant of Netscape LDAP. 2006-06-02 Iain Buchanan <iaindb@netspace.net.au> @@ -1,3 +1,22 @@ +Evolution 2.7.3 2006-06-12 +-------------------------- + +Updated Translations contributed by +Ilkka Tuohela, Ignacio Casal Quinteiro, Kjartan Maraas, +Ankit Patel, Francisco Javier F. Serrador, +Funda Wang, Pema Geyleg, Vincent van Adrighem, +Clytie Siddall, Stanislav Brabec, Priit Laes, +Alexander Shopov. + +Bug fixes and other changes : +Srinivasa Ragavan, Li Yuan, Harish Krishnaswamy, +Chris Heath, Jeffrey Stedfast, Gary Coady, Tor Lillqvist, +Frederic Peters, Wang Xin, Hiroyuki Ikezoe, Li Yuan, +Parthasarathi Susarla, Simon Zheng, Devashish Sharma, +Roozbeh Pournader, Johnny Jacob, Federico Mena Quintero +Ed Catmur, Carlos Garcia Campos, Sushma Rai, Sankar P, +David Richards, Chenthill Palanisamy, + Evolution 2.7.1 2006-04-24 --------------------------- diff --git a/configure.in b/configure.in index 4aace1c63c..dc83664b5d 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.7.2.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.7.3, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Gross hack to enable 'make dist' on automake 1.9+tar 1.14. |