diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-07-31 Veerapuram Varadhan <vvaradhan@novell.com> + + * NEWS, configure.in: Evolution 2.11.6.1 release + 2007-07-30 Veerapuram Varadhan <vvaradhan@novell.com> * NEWS, configure.in: Evolution 2.11.6 release @@ -1,3 +1,10 @@ +Evolution 2.11.6.1 2007-07-31 +----------------------------- +Changes: + Handle mails from delegates appropriately, rather than showing the + pretty-on-behalf-of band for all mails containing a Sender field + (Veerapuram Varadhan) + Evolution 2.11.6 2007-07-30 --------------------------- diff --git a/configure.in b/configure.in index e8b55b229d..da8b8ec235 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.11.6, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.11.6.1, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Some requirements have versioned package names |