summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-08-27 19:00:15 +0000
committerJP Rosevear <jpr@src.gnome.org>2004-08-27 19:00:15 +0000
commit2d72817b8f66d2dbd0cfa0aa5cc6012ab8d0e43c (patch)
tree17646b57b15a98cfef11e4d1c52dd61dddab5dce
parent51df12d4c874be08fb3cd3135f169024efca84bf (diff)
downloadevolution-data-server-gnome-2-8-base.tar.gz
bump verision, libtool numbersgnome-2-8-baseEVOLUTION_DATA_SERVER_0_0_99
2004-08-26 JP Rosevear <jpr@novell.com> * configure.in: bump verision, libtool numbers
-rw-r--r--ChangeLog4
-rw-r--r--NEWS57
-rw-r--r--configure.in10
3 files changed, 66 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 47cf5796f..fd12e3ba0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-26 JP Rosevear <jpr@novell.com>
+
+ * configure.in: bump verision, libtool numbers
+
2004-08-26 Not Zed <NotZed@Ximian.com>
** See bug #63051.
diff --git a/NEWS b/NEWS
index e69de29bb..3ac08ecb0 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,57 @@
+Evolution Data Server 0.0.99, 2004-08-27
+----------------------------------------
+
+Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
+
+ * Addressbook
+
+ #63844 - avoid locking if authentication needed during auto completion (Siva)
+ #63255 - ignore name prefixes when completing (Siva)
+
+ * Calendar
+
+ #62857 - display recurring events upon creation for groupwise (Chen)
+ #61782 - handle importing objects with no UID (Rodrigo)
+ #62655 - don't crash with NULL uri (Hans)
+
+ * All
+
+ #63051 - solaris build fixes (notzed)
+
+Other bugs
+
+ * Calendar
+
+ - add has-alarms-in-range query type (Rodrigo)
+ - always set return value for e_cal_set_default_timezone (Frederic Crozat)
+ - don't set the same default timezone multiple times (JP)
+ - don't get all items from the groupwise server every time (Chen)
+
+ * Addressbook
+
+ - and thread safety flag for libdb (Toshok)
+ - throw error when deleting system address book (Siva)
+ - avoid unfiltered system address book searchs (Siva)
+ - use cursors to populate the groupwise cache (Siva)
+ - prevent groupwise server crash by not doing to cursor requests at the same time (Chen)
+ - immediately show meeting status updates in GUI for groupwise (Chen)
+
+ * All
+
+ - fix warnings (Frederic Crozat)
+ - set cache file name properly (Siva)
+
+ - pt_BR (Gustavo Maciel Dias Vieira)
+ - es (Francisco Javier F. Serrador)
+ - da (Martin Willemoes Hansen)
+ - de (Christian Neumair)
+ - hu (Laszlo Dvornik)
+ - nb (Kjartan Maraas)
+ - no (Kjartan Maraas)
+ - sq (Laurent Dhima)
+ - uk (Maxim Dziumanenko)
+ - az (Metin Amiroff)
+ - ja (Takeshi AIHANA)
+ - pt (Duarte Loreto)
+ - fi (Ilkka Tuohela, Tommi Vainikainen)
+
diff --git a/configure.in b/configure.in
index 80eab36d1..edbdb6046 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-data-server, 0.0.98)
+AC_INIT(evolution-data-server, 0.0.99)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
@@ -9,15 +9,15 @@ AM_CONFIG_HEADER(config.h)
# Libtool versioning
LIBEDATASERVER_CURRENT=5
-LIBEDATASERVER_REVISION=0
+LIBEDATASERVER_REVISION=1
LIBEDATASERVER_AGE=2
LIBECAL_CURRENT=7
-LIBECAL_REVISION=3
+LIBECAL_REVISION=4
LIBECAL_AGE=1
LIBEDATACAL_CURRENT=6
-LIBEDATACAL_REVISION=3
+LIBEDATACAL_REVISION=4
LIBEDATACAL_AGE=1
LIBEDATABOOK_CURRENT=1
@@ -213,7 +213,7 @@ AC_SUBST(EVOLUTION_CALENDAR_CFLAGS)
AC_SUBST(EVOLUTION_CALENDAR_LIBS)
dnl --- Groupwise flags
-LIBSOUP_REQUIRED="2.1.13"
+LIBSOUP_REQUIRED="2.2.0"
AC_SUBST(LIBSOUP_REQUIRED)
EVO_SET_COMPILE_FLAGS(SOUP, libsoup-2.2 >= $LIBSOUP_REQUIRED)
AC_SUBST(SOUP_CFLAGS)