diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2006-02-27 22:11:28 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-02-27 22:11:28 +0800 |
commit | 812f4f23dfc7ef29f6e72309d358be5646ae4bfa (patch) | |
tree | 2a63e5338e96a26e1cdfedb030278d098edd82db | |
parent | edb4c4aed21709637cad49c5b1bbe56bbb5e1d2f (diff) | |
download | gsoc2013-evolution-812f4f23dfc7ef29f6e72309d358be5646ae4bfa.tar.gz gsoc2013-evolution-812f4f23dfc7ef29f6e72309d358be5646ae4bfa.tar.zst gsoc2013-evolution-812f4f23dfc7ef29f6e72309d358be5646ae4bfa.zip |
Release updates, version bump. ***** Release 2.5.92 *****
2006-02-13 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Release updates, version bump.
***** Release 2.5.92 *****
svn path=/trunk/; revision=31594
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 31 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 37 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-02-13 Srinivasa Ragavan <sragavan@novell.com> + + * NEWS, configure.in: Release updates, version bump. + ***** Release 2.5.92 ***** + 2006-02-21 Arangel Angov <ufo@linux.net.mk> * configure.in: Added "mk" to ALL_LINGUAS. @@ -1,3 +1,34 @@ +Evolution 2.5.92 2006-02-27 +--------------------------- + +Bug fixes since last release : +http://go-evolution.org/Evo2.5.92#Evolution + +Updated Translations: + + - ca (Jordi Mas) + - cs (Miloslav Trmac) + - el (Kostas Papadimas) + - es (Francisco Javier F. Serrador) + - et (Priit Laes) + - fi (Ilkka Tuohela) + - gl (Ignacio Casal Quinteiro) + - gu (Ankit Patel) + - ja (Takeshi AIHaNA) + - ka (Clytie Siddall) + - lt (Žygimantas BeruÄka) + - nb (Kjartan Maraas) + - nl (Vincent van Adrighem) + - no (Kjartan Maraas) + - ru (Leonid Kanter) + - sr (Slobodan D. Sredojevic) + - th (Theppitak Karoonboonyanan) + - vi (Clytie Siddall) + - zh_CN (Funda Wang) + - zh_HK (Chao-Hsiung Liao) + - zh_TW (Chao-Hsiung Liao) + + Evolution 2.5.91 2006-01-13 --------------------------- diff --git a/configure.in b/configure.in index fb9bb03789..4150a39034 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.91, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.5.92, 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. |