diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-02-14 00:18:43 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-02-14 00:18:43 +0800 |
commit | 649a29b30f3fcaecac02f009c746f0bfb3ddaf3c (patch) | |
tree | 21c533cbf7b141c14e8fa04e062bc7267c487694 | |
parent | cec6ae502becc24010dcc2743d91b2257ce089b3 (diff) | |
download | gsoc2013-evolution-649a29b30f3fcaecac02f009c746f0bfb3ddaf3c.tar gsoc2013-evolution-649a29b30f3fcaecac02f009c746f0bfb3ddaf3c.tar.gz gsoc2013-evolution-649a29b30f3fcaecac02f009c746f0bfb3ddaf3c.tar.bz2 gsoc2013-evolution-649a29b30f3fcaecac02f009c746f0bfb3ddaf3c.tar.lz gsoc2013-evolution-649a29b30f3fcaecac02f009c746f0bfb3ddaf3c.tar.xz gsoc2013-evolution-649a29b30f3fcaecac02f009c746f0bfb3ddaf3c.tar.zst gsoc2013-evolution-649a29b30f3fcaecac02f009c746f0bfb3ddaf3c.zip |
Release updates, version bump. ***** Release 2.5.91 *****
2006-02-13 Harish Krishnaswamy <kharish@novell.com>
* NEWS, configure.in: Release updates, version bump.
***** Release 2.5.91 *****
svn path=/trunk/; revision=31508
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 35 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-02-13 Harish Krishnaswamy <kharish@novell.com> + + * NEWS, configure.in: Release updates, version bump. + ***** Release 2.5.91 ***** + 2006-02-13 Andre Klapper <a9016009@gmx.de> * data/evolution.desktop.in.in: changed the Comment value. Fixes bug 329744 also to my satisfaction. ;-) @@ -1,3 +1,32 @@ +Evolution 2.5.91 2006-01-13 +--------------------------- + +Bug fixes since last release : +http://go-evolution.org/Evo2.5.91#Evolution + +Updated Translations: + + - bg (Vladimir Petkov) + - ca (Xavier Conde, Jordi Mas) + - cs (Lukas Novotny) + - cy (Rhys Jones) + - en_CA (Adam Weinberger) + - es (Francisco Javier F. Serrador) + - et (Ivar Smolin) + - fi (Ilkka Tuohela) + - gl (Ignacio Casal Quinteiro) + - gu (Ankit Patel) + - lt (Žygimantas Beručka) + - nb, no (Kjartan Maraas) + - nl (Tino Meinen) + - pt_BR (Raphael Higino) + - sq (Laurent Dhima) + - sr, sr@Latn (Slobodan Sredojevic) + - th (Theppitak Karoonboonyanan) + - vi (Clytie Siddall) + - zh_CN (Funda Wang) + - zh_TW, zh_HK (Chao-Hsiung Liao) + Evolution 2.5.90 2006-01-30 --------------------------- diff --git a/configure.in b/configure.in index cec35705b7..632815ae90 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.5.90, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.5.91, 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. |