summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2007-03-26 20:35:08 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2007-03-26 20:35:08 +0000
commit1bbbec4440a558b7e73114b63434dbd1b83b2795 (patch)
treeeac92fe191a2bb92bf501af5cd453232b35d6a80
parent6e3319bb472326468bda40f3203e01dcf1874ba4 (diff)
various release preparations
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@341 15ad00c4-1369-45f4-8270-35d70d36bdcd
-rw-r--r--ChangeLog7
-rw-r--r--HACKING3
-rw-r--r--NEWS30
-rw-r--r--README12
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
6 files changed, 50 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 34e945eb..c1e15db3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-03-26 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * configure.in: streamlined dependencies and their checking
+
+ * src/Makefile.am, configure.in:
+ do not remove src/client-api unless it was copied by configure
+
2007-03-25 Patrick Ohly <Patrick.Ohly@gmx.de>
* src/Makefile.am, HACKING, configure.in, debian/rules:
diff --git a/HACKING b/HACKING
index f378f30a..dd5bbd1f 100644
--- a/HACKING
+++ b/HACKING
@@ -109,7 +109,8 @@ Building a Release
------------------
- increase version number in configure.in/AM_INIT_AUTOMAKE
-- ensure ChangeLog and NEW are up-to-date
+- ensure files were updated:
+ ./ChangeLog ./NEW debian/changelog
- make distcheck
- compile binary .tar.gz packages for different Evolution versions;
done automatically by runtests.py on estamos.de (= Debian 3.0), using different Garnome
diff --git a/NEWS b/NEWS
index 7754c8cb..9356d11b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+SyncEvolution 0.5 -> 0.6, 26.03.2006
+------------------------------------
+* C++ client library: CVS snapshot from 26.03.2006
+* added support for synchronizing Evolution notes (aka memos) as
+ iCal 2.0 journal
+* added --enable-static-cxa = linking C++ runtime statically:
+ binaries produced for 0.6 will have less external
+ dependencies than the 0.5 binaries
+* added hacks for Maemo/Nokia 770, including a build
+ mode with dynamically loadable modules (--enable-shared, --enable-maemo,
+ --with-patched-dbus)
+* implemented synccompare as pure Perl script using Algorithm::Diff
+ instead of external diff tool
+* synccompare did not figure out width of shell window as it should have
+* better error handling if creating the before/after database dumps
+ fails (SF #1685637)
+* example configs are now installed in share/doc/syncevolution,
+ enabled message limit and large object support in them
+* workaround for Funambol 3.0 trailing = parser bug
+
+UPGRADING
+
+Old config files continue to work, but it is recommended
+to set the following options to enable message size limits:
+ maxMsgSize = 8192
+ maxObjSize = 500000
+ loSupport = 1
+
+
+
SyncEvolution 0.4 -> 0.5, 12.11.2006
------------------------------------
* C++ client library revision "syncevolution-0-5":
diff --git a/README b/README
index 1e436e21..e0e537b8 100644
--- a/README
+++ b/README
@@ -174,10 +174,14 @@ Each data source is configured in
See "etc/localhost_1/spds/syncml/config.txt" for options in the server
configuration and "etc/localhost_1/spds/sources/addressbook_1/config.txt"
-for options in the data source configuration. Without changes this
-example configuration can be used immediately with a local Funambol
-installation for testing the operation of SyncEvolution, see "Exchanging
-Data" below.
+for options in the data source configuration. In packages of SyncEvolution
+these files might be installed in [/usr/local]/shared/doc/syncevolution
+and use the name of specific SyncML servers instead of the generic
+"localhost".
+
+Without changes this example configuration can be used immediately
+with a local Funambol installation for testing the operation of
+SyncEvolution, see "Exchanging Data" below.
Normally at least the following configuration options need to be adapted:
spds/syncml
diff --git a/debian/changelog b/debian/changelog
index a1c2acc6..6cf002c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-syncevolution (0.6-CVS-1) unstable; urgency=low
+syncevolution (0.6-pre1) unstable; urgency=low
* Initial release as .deb file
- -- Patrick Ohly <patrick@patrick.estamos.de> Mon, 12 Mar 2007 20:07:30 +0100
-
+ -- Patrick Ohly <patrick@patrick.estamos.de> Mon, 26 Mar 2007 21:46:30 +0200
diff --git a/debian/control b/debian/control
index 96f3ecde..82bd4ead 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: syncevolution
Section: unknown
Priority: extra
Maintainer: Patrick Ohly <patrick.ohly@gmx.de>
-Build-Depends: debhelper (>= 4), autotools-dev, evolution-data-server-dev, libcurl3-dev
+Build-Depends: debhelper (>= 4), autotools-dev, libedataserver-dev, libcurl3-dev
Standards-Version: 3.7.2
Package: syncevolution