summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorniko <niko>2012-11-11 13:22:15 (GMT)
committerniko <niko>2012-11-11 13:22:15 (GMT)
commit81aa60c7c043403f200dcf7f7717c61cfdbf2f0a (patch)
tree29479d173155ec5d4f649b3579b2ad4b33e685ba
parentd42e9c30fc2147e68bc5b54e27bd5156dbaa6cda (diff)
downloadsynckolab-81aa60c7c043403f200dcf7f7717c61cfdbf2f0a.tar.gz
version 3.0.0
-rw-r--r--src/changelog.txt24
-rw-r--r--src/chrome/content/synckolab/config.js2
-rw-r--r--src/chrome/content/synckolab/wndConfig.xul2
-rw-r--r--src/install.rdf2
4 files changed, 26 insertions, 4 deletions
diff --git a/src/changelog.txt b/src/changelog.txt
index 0d202c6..5c23710 100644
--- a/src/changelog.txt
+++ b/src/changelog.txt
@@ -1,7 +1,29 @@
+SyncKolab 3.0.0
+===============
+
+Version Bump
+
SyncKolab 2.9.0
===============
* Add support for kolab3
-* Add unit test framework
+* Add unit test framework
+* Locking problem on windows
+* complete rewrite of message parsing
+* #25166 added UU Encoding support
+* Remove com. prefix to allow unit testing
+* #25035 Sync hangs on sensitivity
+* Fix typo
+* Fix distribution list problems (hopefully for good):
+ * kolab2 xml writing: use json intermediate format
+ * kolab3: initial support
+ * kolab1: fix uid listing
+ * create missing contacts when adding a mailing list
+ * fix field definition
+* Unit Tests for all contact formats
+* #25074 Task folder selection
+* #24960 Windows XP file locking
+* Incompatiblity with horde
+* Fix content type for lists
SyncKolab 2.0.2
===============
diff --git a/src/chrome/content/synckolab/config.js b/src/chrome/content/synckolab/config.js
index 1759a3b..e826826 100644
--- a/src/chrome/content/synckolab/config.js
+++ b/src/chrome/content/synckolab/config.js
@@ -35,7 +35,7 @@
if(!synckolab) var synckolab={};
synckolab.config = {
- version: "2.9.0",
+ version: "3.0.0",
DEBUG_SYNCKOLAB: true,
SWITCH_TIME: 20, //wait 20ms (enough so tbird wont get unresponsive)
diff --git a/src/chrome/content/synckolab/wndConfig.xul b/src/chrome/content/synckolab/wndConfig.xul
index bfff217..65e72ed 100644
--- a/src/chrome/content/synckolab/wndConfig.xul
+++ b/src/chrome/content/synckolab/wndConfig.xul
@@ -4,7 +4,7 @@
<!DOCTYPE loc SYSTEM "chrome://synckolab/locale/synckolab.dtd">
-<dialog id="syncKolabConfigDlg" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="synckolab.settings.init();" buttons="accept,cancel" ondialogaccept="return synckolab.settings.savePrefs();" persist="screenX screenY" width="0" title="SyncKolab 2.9.0">
+<dialog id="syncKolabConfigDlg" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="synckolab.settings.init();" buttons="accept,cancel" ondialogaccept="return synckolab.settings.savePrefs();" persist="screenX screenY" width="0" title="SyncKolab 3.0.0">
<script type="application/x-javascript" src="chrome://synckolab/content/calendarTools.js" />
<script type="application/x-javascript" src="chrome://synckolab/content/addressbookTools.js"/>
diff --git a/src/install.rdf b/src/install.rdf
index c019ef6..6b083cc 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -22,7 +22,7 @@
<!-- Front End MetaData -->
<em:id>{571CFACF-0F7D-49b4-BD77-E6FC7B209ADC}</em:id>
<em:name>Sync Kolab</em:name>
- <em:version>2.9.0</em:version>
+ <em:version>3.0.0</em:version>
<em:type>2</em:type>
<em:description>Synchronize the address book and calendar with IMAP folder or Kolab1/2 server</em:description>
<em:creator>Niko Berger</em:creator>