summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS40
-rw-r--r--configure.in18
3 files changed, 55 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 34a632402..732667f9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-24 JP Rosevear <jpr@novell.com>
+
+ * NEWS: update
+
+ * configure.in: bump version, libtool numbers
+
2004-09-23 Not Zed <NotZed@Ximian.com>
** See bug #66209
diff --git a/NEWS b/NEWS
index a9a42bd57..b2d64d607 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Evolution Data Server 1.0.1, 2004-09-24
+----------------------------------------
+
+Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
+
+ * Calendar
+
+ #66383 - Warning fixes in calendar code (Dave Malcom)
+ #64955 - C99-ism in libecal (Vincent Noel)
+ #59904 - Calendar query caching (Rodrigo)
+ #65167 - Crash sending task to GroupWise (Chen)
+ #64685 - Appointment requests that have been replied to give "Invalid Object" error (Chen)
+ #63513 - G/W appointment acceptance fails ('invalid object') (Chen)
+ #64688 - mixing UTC and localtime in Appointment view (Chen)
+
+ * All
+
+ #66209 - only first source color change is saved to gconf (Michael)
+ #64062 - new all day recurring events do not show busy time or as all day appts (Chen)
+
+Other bugs
+
+ * Address Book
+ - disable debugging noise (William Jon McCann)
+ - don't search summary for groupwise system address book (Siva)
+
+ * Calendar
+ - support groupwise all day events
+
+ * All
+ - fix e-d-s issues on NPTL and AMD machines (Chris, Frederic Crozat, Hans, Dave Malcolm)
+
+Updated Translations:
+ - fr (Craig Jeffares)
+ - zh_TW (Craig Jeffares)
+ - sk (Stanislav Visnovsky)
+ - fa (Roozbeh Pournader)
+ - id (Mohammad DAMT)
+ - ar (Arafat Medini)
+
Evolution Data Server 1.0.0, 2004-09-13
----------------------------------------
diff --git a/configure.in b/configure.in
index 7ec4dbf48..cd4b21c89 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, 1.0.0)
+AC_INIT(evolution-data-server, 1.0.1)
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=1
+LIBEDATASERVER_REVISION=2
LIBEDATASERVER_AGE=2
-LIBECAL_CURRENT=7
-LIBECAL_REVISION=4
-LIBECAL_AGE=1
+LIBECAL_CURRENT=8
+LIBECAL_REVISION=0
+LIBECAL_AGE=2
LIBEDATACAL_CURRENT=6
-LIBEDATACAL_REVISION=4
+LIBEDATACAL_REVISION=5
LIBEDATACAL_AGE=1
LIBEDATABOOK_CURRENT=1
@@ -25,12 +25,12 @@ LIBEDATABOOK_REVISION=1
LIBEDATABOOK_AGE=0
LIBEBOOK_CURRENT=8
-LIBEBOOK_REVISION=3
+LIBEBOOK_REVISION=4
LIBEBOOK_AGE=0
-LIBEGROUPWISE_CURRENT=4
+LIBEGROUPWISE_CURRENT=5
LIBEGROUPWISE_REVISION=0
-LIBEGROUPWISE_AGE=0
+LIBEGROUPWISE_AGE=1
AC_SUBST(LIBEDATASERVER_CURRENT)
AC_SUBST(LIBEDATASERVER_REVISION)