diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 34 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 39 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2008-09-01 Srinivasa Ragavan <sragavan@novell.com> + + * NEWS: Evolution 2.23.91 release and version bump + 2008-09-02 Sankar P <psankar@novell.com> License Changes @@ -1,3 +1,37 @@ +Evolution 2.23.91 2008-09-01 +---------------------------- + +Bug Fixes: + #458512: Delete the accessibility tag from the User button (Matthew Barnes) + #509647: Do not expunge folder when something goes wrong (Milan Crha) + #523327: Show description in monospace font and wrap lines too. (Milan Crha) + #525555: Evolution forgets Google Calendar credentials (Milan Crha) + #534762: Change "addressbook" to "address book" in translatable strings (Philip Withnall) + #544430: Better formed translatable strings for quota usage (Matthew Barnes) + #546926: New function to simply call camel_shutdown() (Matthew Barnes) + #547822: Make it show "Tasks" for printing tasks list and "Calendar" for printing a calendar (Rouslan Solomakhin) + #547822: Use g_malloc() and g_free() instead of malloc() and free() (Matthew Barnes) + #548348: Add a libecontactprint_la_LIBADD stanza so we link to the correct libemiscwidgets and libeutil (Matthew Barnes) + #549554: Drop sentence about an "Automatic" option (Paul Bolle) + +Updated Translations: + Andre Klapper (de) + Yannick Tailliez and Bruno Brouard (fr) + Mark Krapivner(he) + Ignacio Casal Quinteiro (gl) + Jorge Gonzalez (es) + Inaki Larranaga Murgoitio (eu) + Ivar Smolin (et) + Hendrik Richter (de) + Kjartan Maraas (nb) + Ilkka Tuohela (fi) + Daniel Nylander (sv) + Goran Rakić(sr, sr@Latin) + Shankar Prasad (kn) + Chao-Hsiung Liao (zh_HK, zh_TW) + Åsmund Skjæveland (nn) + Jovan Naumovski (mk) + Evolution 2.23.90 2008-08-18 ---------------------------- diff --git a/configure.in b/configure.in index e208e51769..09440a1480 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.23.91, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.23.92, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Some requirements have versioned package names |