diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-30 20:28:59 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-30 20:28:59 +0800 |
commit | e169c6fc339f58c103c77c06e0ccab779f5a177c (patch) | |
tree | be9e1f78a841602773faa2d02d03aca12aa6b3ee | |
parent | f8176cb325d4876c21ce36c6b0b26cd95571b9f3 (diff) | |
download | gsoc2013-evolution-e169c6fc339f58c103c77c06e0ccab779f5a177c.tar gsoc2013-evolution-e169c6fc339f58c103c77c06e0ccab779f5a177c.tar.gz gsoc2013-evolution-e169c6fc339f58c103c77c06e0ccab779f5a177c.tar.bz2 gsoc2013-evolution-e169c6fc339f58c103c77c06e0ccab779f5a177c.tar.lz gsoc2013-evolution-e169c6fc339f58c103c77c06e0ccab779f5a177c.tar.xz gsoc2013-evolution-e169c6fc339f58c103c77c06e0ccab779f5a177c.tar.zst gsoc2013-evolution-e169c6fc339f58c103c77c06e0ccab779f5a177c.zip |
Release updates, version bump. ***** Release 2.5.90 *****
2006-01-30 Harish Krishnaswamy <kharish@novell.com>
* configure.in, NEWS: Release updates, version bump.
***** Release 2.5.90 *****
svn path=/trunk/; revision=31373
-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-01-30 Harish Krishnaswamy <kharish@novell.com> + + * configure.in, NEWS: Release updates, version bump. + ***** Release 2.5.90 ***** + 2006-01-30 Kjartan Maraas <kmaraas@gnome.org> * tools/evolution-launch-composer.c: (do_send): @@ -1,3 +1,32 @@ +Evolution 2.5.90 2006-01-30 +--------------------------- + +What's new : + +Bug fixes since 2.5.5 : +http://bugzilla.gnome.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Desktop&product=Evolution&long_desc_type=substring&long_desc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&resolution=WONTFIX&resolution=DUPLICATE&resolution=NOTABUG&resolution=NOTGNOME&resolution=INCOMPLETE&resolution=INVALID&resolution=GNOME1.x&resolution=MOVED&resolution=OBSOLETE&resolution=NOTXIMIAN&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&chfieldfrom=2006-01-17&chfieldto=Now&chfield=bug_status&chfieldvalue=RESOLVED&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= + +Updated Translations: + + - bg (Vladimir Petkov) + - el (Kostas Papadimas) + - en_CA (Adam Weinberger) + - es (Francisco Javier F. Serrador) + - et (Ivar Smolin) + - fi (Ilkka Tuohela) + - gl (Ignacio Casal Quinteiro) + - gu (Ankit Patel) + - ko (Changwoo Ryu) + - nb, no (Kjartan Maraas) + - nl (Vincent van Adrighem) + - pt_BR (Evandro Fernandes Giovanini) + - sr, sr@Latn (Slobodan D. Sredojevic) + - vi (Clytie Siddall) + - zh_CN (Funda Wang) + - zh_TW, zh_HK (Chao-Hsuing Liao) + - POTFILES.in (Adam Weinberger) + - POTFILES.in (Harish) + Evolution 2.5.5 2006-01-16 -------------------------- diff --git a/configure.in b/configure.in index aec6f1d1f7..5cc25a9d0c 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.5, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.5.90, 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. |