various release preparations

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@341 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2007-03-26 20:35:08 +00:00
parent 6e3319bb47
commit 1bbbec4440
6 changed files with 50 additions and 9 deletions

View File

@ -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:

View File

@ -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

30
NEWS
View File

@ -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":

12
README
View File

@ -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

5
debian/changelog vendored
View File

@ -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

2
debian/control vendored
View File

@ -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