diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-11-15 03:39:41 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-11-15 03:39:41 +0800 |
commit | c8cb4d5f00cdca93a1cfdcdde217539490ac1c39 (patch) | |
tree | f4b10054d929ed3468be4de7c5e975f7048005ba | |
parent | 4a9622a04a159b718ad5e028d836e7bd50674375 (diff) | |
download | gsoc2013-evolution-c8cb4d5f00cdca93a1cfdcdde217539490ac1c39.tar gsoc2013-evolution-c8cb4d5f00cdca93a1cfdcdde217539490ac1c39.tar.gz gsoc2013-evolution-c8cb4d5f00cdca93a1cfdcdde217539490ac1c39.tar.bz2 gsoc2013-evolution-c8cb4d5f00cdca93a1cfdcdde217539490ac1c39.tar.lz gsoc2013-evolution-c8cb4d5f00cdca93a1cfdcdde217539490ac1c39.tar.xz gsoc2013-evolution-c8cb4d5f00cdca93a1cfdcdde217539490ac1c39.tar.zst gsoc2013-evolution-c8cb4d5f00cdca93a1cfdcdde217539490ac1c39.zip |
Release updates, version bump. ***** Release 2.5.2 *****
2005-11-14 Harish Krishnaswamy <kharish@novell.com>
* NEWS, configure.in: Release updates, version bump.
***** Release 2.5.2 *****
svn path=/trunk/; revision=30616
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 53 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 59 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-11-14 Harish Krishnaswamy <kharish@novell.com> + + * NEWS, configure.in: Release updates, version bump. + ***** Release 2.5.2 ***** + 2005-10-27 Erdal Ronahi <erdal.ronahi@gmail.com> * configure.in: Added ku (Kurdish) to ALL_LINGUAS @@ -1,3 +1,56 @@ +Evolution 2.5.2 2005-10-25 +-------------------------- + +New Features: + - New Event / Meeting Editor dialog (Srinivasa Ragavan & + Chenthill) + - Hula Account setup plugin (Harish) + +Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): + + #302974 - Added accelerators for Next and Previous message + (Sankar) + #314638 - Fixes a memory build-up, while creating a new meeting + with new category (Chakravarthi) + #313538 - Fix to show Free/Busy information for organiser + (Chenthil) + #321088 - Fix to reduce the size of time window in free/busy to + avoid the scroll of widget in the wrong direction. + It Shows only 35 days in the canvas. (Chenthill) + #273322 - Fixed a crash in evolution, when calendar is removed, + remove it from publishing. (Dinesh) + #316710 - Fixed a alarm issue to popup for exchange, by + obtaining correct key for a authenticated calendar (Chakravarthi) + #319217 - Show only alarms starting from today for missed alarms + (Chakravarthi) + #316280 - Fix to addressbook print to use specified page size + (Evan Yan) + #229972 - In contact editor, move focus automatically to next + field, after setting phone from the menus (Devashish) + #301081 - Fix to rememberpublishing recipents in converting mail + to task plugin (Mubeen) + #308752 - Renamed 'Meetings and Tasks' to 'Calendar and Tasks' + in Preferences (Dinesh) + +Other Fixes: + + - Category syncing in todo-conduits (Nathen Owens) + - Adjust the Date/Time widgets to take actual size in + meeting/event page (Chenthill) + - Automatic file extention filling in saving a calendar (Dinesh) + - Code Cleanup (Harish) + +Update Translations: + + - bg (Alexander Shopov) + - ca (Adam Weinberger) + - es (Francisco Javier F. Serrador) + - et (Priit Laes) + - fi (Ilkka Tuohela) + - gl (Ignacio Casal Quinteiro) + - ku (Erdal Ronahi) + - lt (Žygimantas Beručka) + Evolution 2.5.1 2005-10-25 -------------------------- New !! Evolution Memos component (Nathan Owens) diff --git a/configure.in b/configure.in index 081e653922..96bf200c14 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.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.5.2, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |