aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2009-05-19 13:14:55 +0800
committerSrinivasa Ragavan <sragavan@novell.com>2009-05-19 13:14:55 +0800
commit95a53ebce00ccc9c8e9e6caf1bba99c24826a372 (patch)
tree54951a5894ca2998c84dc33fca355cae806e060f
parentdec362e9f929b06f77a8432e6f0aa6dc98404060 (diff)
downloadgsoc2013-evolution-95a53ebce00ccc9c8e9e6caf1bba99c24826a372.tar
gsoc2013-evolution-95a53ebce00ccc9c8e9e6caf1bba99c24826a372.tar.gz
gsoc2013-evolution-95a53ebce00ccc9c8e9e6caf1bba99c24826a372.tar.bz2
gsoc2013-evolution-95a53ebce00ccc9c8e9e6caf1bba99c24826a372.tar.lz
gsoc2013-evolution-95a53ebce00ccc9c8e9e6caf1bba99c24826a372.tar.xz
gsoc2013-evolution-95a53ebce00ccc9c8e9e6caf1bba99c24826a372.tar.zst
gsoc2013-evolution-95a53ebce00ccc9c8e9e6caf1bba99c24826a372.zip
Evolution 2.26.2 releaseEVOLUTION_2_26_2
-rw-r--r--ChangeLog4
-rw-r--r--NEWS35
-rw-r--r--configure.in2
3 files changed, 39 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b0ca0b8aa9..e8c3b35ede 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-18 Srinivasa Ragavan <sragavan@novell.com>
+
+ * NEWS: Evolution 2.26.2 release
+
2009-04-12 Matthew Barnes <mbarnes@redhat.com>
** Remove a bunch of juvenile comments. Source code should
diff --git a/NEWS b/NEWS
index 1c0b2b1870..7fe2ffd97d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,38 @@
+Evolution 2.26.2 2009-05-18
+---------------------------
+
+Bug fixes:
+ #471083 (bnc) - Do not allow deletion of system folders. (Chenthill)
+ #561312 - Fix recurrence issues (Chenthill)
+ #467659 - Fix description for send mail (Chenthill)
+ #578685 - Copy string. Avoids SIGSEGV (Sebastien Bacher)
+ #569507 - Don't translate gconf/key values (khaledh)
+ #574842 - Fix Catalan translation issue (Gil Forcada Codinachs)
+ #571272 - Possible leak (Milan Crha)
+ #573704 - Don't close dialog after error (Milan Crha)
+ #579306 - Fix crash on delete folder (Milan Crha)
+ #491755 - Sanitize values from GConf before using them (Milan Crha)
+ #579635 - Hide last junked message too from the non-junk folder (Milan Crha)
+ #579550 - Do not mark newly recognized Junk messages Read (Milan Crha)
+ #578355 - Store username in a source URL in CalDAV (Milan Crha)
+ #575242 – New composer window not autosaved until modification (Michel Dänzer)
+ #581032 – Some links can't be opened (Matthew Barnes)
+ #573170 - Add back support for vfolder of vfolders (Srinivasa Ragavan)
+ #580163 - Resize alarm notifier correctly (Ritesh Khadgaray)
+ #578478 – Composer shows not all "From" information (Matthew Barnes)
+ #582744 – CC field autofill doesn't work for replies (Matthew Barnes)
+ #578176 – "Send message to contact" does not honor "always BCC" (Matthew Barnes)
+
+Updated translatios:
+ Ihar Hrachyshka (be)
+ Christian Kirbach (de)
+ Jorge Gonzalez (es)
+
+Other fixes:
+ Fix win32 filename/uri issues (Fridrich Strba)
+
Evolution 2.26.0 2009-03-16
-----------------------------
+---------------------------
What is new in 2.26.0?
diff --git a/configure.in b/configure.in
index 34fdc6f324..fc40ba96fd 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
m4_define([evo_major_version], [2])
m4_define([evo_minor_version], [26])
-m4_define([evo_micro_version], [1])
+m4_define([evo_micro_version], [2])
m4_define([evo_version],
[evo_major_version.evo_minor_version.evo_micro_version])
m4_define([evo_stable_version],