From 51a5466ebb7b2d65b44a86118de6ebe9db5679f8 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 6 Jul 2010 15:06:56 +0200 Subject: [PATCH] Split news in a folder. --- news.rst | 202 ---------------------------------------- news/20090727120000.rst | 5 + news/20090728120000.rst | 6 ++ news/20090901120000.rst | 13 +++ news/20091209120000.rst | 9 ++ news/20091231120000.rst | 7 ++ news/20100111120000.rst | 6 ++ news/20100115120000.rst | 7 ++ news/20100121120000.rst | 17 ++++ news/20100413120000.rst | 28 ++++++ news/20100419120000.rst | 10 ++ news/20100531120000.rst | 25 +++++ news/20100614120000.rst | 22 +++++ news/20100704120000.rst | 19 ++++ 14 files changed, 174 insertions(+), 202 deletions(-) delete mode 100644 news.rst create mode 100644 news/20090727120000.rst create mode 100644 news/20090728120000.rst create mode 100644 news/20090901120000.rst create mode 100644 news/20091209120000.rst create mode 100644 news/20091231120000.rst create mode 100644 news/20100111120000.rst create mode 100644 news/20100115120000.rst create mode 100644 news/20100121120000.rst create mode 100644 news/20100413120000.rst create mode 100644 news/20100419120000.rst create mode 100644 news/20100531120000.rst create mode 100644 news/20100614120000.rst create mode 100644 news/20100704120000.rst diff --git a/news.rst b/news.rst deleted file mode 100644 index 80462ba7..00000000 --- a/news.rst +++ /dev/null @@ -1,202 +0,0 @@ -====== - News -====== - -Sunday, July 4, 2010 -==================== - -Some features have been added in the git repository during the last weeks, -thanks to Jerome and Mariusz! - -Personal Calendars - Calendars accessed through the htpasswd ACL module can now be - personal. Thanks to the ``personal`` option, a user called ``bob`` can access - calendars at ``/bob/*`` but not to the ``/alice/*`` ones. - -HEAD Requests - Radicale can now answer HEAD requests. HTTP headers can be retrieved thanks - to this request, without getting contents given by the GET requests. - -Last-Modified HTTP header - The Last-Modified header gives the last time when the calendar has been - modified. This is used by some clients to cache the calendars and not - retrieving them if they have not been modified. - - -Monday, June 14, 2010 -===================== - -Radicale 0.3 is out! Here is what’s new: - -0.3 - Dancing Flowers ---------------------- - -* Evolution support -* Version management - -The website changed a little bit too, with some small HTML5 and CSS3 features -such as articles, sections, transitions, opacity, box shadows and rounded -corners. If you’re reading this website with Internet Explorer, you should -consider using a standard-compliant browser! - -Radicale is now included in Squeeze, the testing branch of Debian. A `Radicale -ebuild for Gentoo `_ has been -proposed too. If you want to package Radicale for another distribution, you’re -welcome! - -Next step is 0.5, with calendar collections, and Windows and MacOS support. - - -Monday, May 31, 2010 -==================== - -News from contributors ----------------------- - -Jonas Smedegaard packaged Radicale for Debian last week. Two packages, called -``radicale`` for the daemon and ``python-radicale`` for the module, have been -added to Sid, the unstable branch of Debian. Thank you, Jonas! - -Sven Guckes corrected some of the strange-English-sentences present on this -website. Thank you, Sven! - -News from software ------------------- - -A simple ``VERSION`` has been added in the library: you can now play with -``radicale.VERSION`` and ``$radicale --version``. - -After playing with the version (should not be too long), you may notice that -the next version is called 0.3, and not 0.5 as previously decided. The 0.3 main -goal is to offer the support for Evolution as soon as possible, without waiting -for the 0.5. After more than a month of test, we corrected all the bugs we -found and everything seems to be fine; we can imagine that a brand new tarball -will be released during the first days of June. - - -Monday, April 19, 2010 -====================== - -Radicale now supports another CalDAV client: `Evolution, the default mail, -addressbook and calendaring client for Gnome -`_. This feature was quite easy to add, -as it required less than 20 new lines of code in the requests handler. - -If you are interested, just clone the `git repository -`_. - - -Tuesday, April 13, 2010 -======================= - -Radicale 0.2 is out! Here is what’s new: - -0.2 - Snowflakes ----------------- - -* Sunbird pre-1.0 support -* SSL connection -* Htpasswd authentication -* Daemon mode -* User configuration -* Twisted dependency removed -* Python 3 support -* Real URLs for PUT and DELETE -* Concurrent modification reported to users -* Many bugs fixed by Roger Wenham - -First of all, we would like to thank Roger Wenham for his bugfixes and his -supercool words. - -You may have noticed that Sunbird 1.0 has not been released, but according to -the Mozilla developers, 1.0pre is something like a final version. - -You may have noticed too that Radicale can be `downloaded from PyPI -`_. Of course, it is also available -on the `download page `_. - - -Thursday, January 21, 2010 -========================== - -HTTPS connections and authentication have been added to Radicale this -week. Command-line options and personal configuration files are also ready for -test. According to the TODO file included in the package, the next version will -finally be 0.2, when sunbird 1.0 is out. Go, Mozilla hackers, go! - -HTTPS connection - HTTPS connections are now available using the standard TLS mechanisms. Give - Radicale a private key and a certificate, and your data are now safe. - -Authentication - A simple authentication architecture is now available, allowing different - methods thanks to different modules. The first two modules are ``fake`` (no - authentication) and ``htpasswd`` (authentication with an ``htpasswd`` file - created by the Apache tool). More methods such as LDAP are coming soon! - - -Friday, January 15, 2010 -======================== - -Dropping Twisted dependency was the first step leading to another big feature: -Radicale now works with Python 3! The code was given a small cleanup, with some -simplifications mainly about encoding. Before the 0.1.1 release, feel free to -test the git repository, all Python versions from 2.5 should be OK. - - -Monday, January 11, 2010 -======================== - -Good news! Radicale 0.1.1 will support Sunbird 1.0, but it has another great -feature: it has no external dependency! Twisted is no longer required for the -git version, removing about 50 lines of code. - - -Thursday, December 31, 2009 -=========================== - -Lightning/Sunbird 1.0b2pre is out, adding minor changes in CalDAV support. A -`new commit `_ makes -Radicale work with versions 0.9, 1.0b1 et 1.0b2. Moreover, etags are now quoted -according to the :RFC:`2616`. - - -Wednesday, December 9, 2009 -=========================== - -`Thunderbird 3 is out -`_, and -Lightning/Sunbird 1.0 should be released in a few days. The `last commit in git -`_ should make Radicale -work with versions 0.9 and 1.0b1pre. Radicale 0.1.1 will soon be released -adding support for version 1.0. - - -Tuesday, September 1, 2009 -========================== - -First Radicale release! Here is the changelog: - -0.1 - Crazy Vegetables ----------------------- - -* First release -* Lightning/Sunbird 0.9 compatibility -* Easy installer - -You can download this version on the `download page `_. - - -Tuesday, July 28, 2009 -====================== - -Radicale code has been released on Gitorious! Take a look at the `Radicale main -page on Gitorious `_ to view and download -source code. - - -Monday, July 27, 2009 -===================== - -The Radicale Project is launched. The code has been cleaned up and will be -available soon… diff --git a/news/20090727120000.rst b/news/20090727120000.rst new file mode 100644 index 00000000..a83b65c5 --- /dev/null +++ b/news/20090727120000.rst @@ -0,0 +1,5 @@ +Radicale Ready to Launch +======================== + +The Radicale Project is launched. The code has been cleaned up and will be +available soon… diff --git a/news/20090728120000.rst b/news/20090728120000.rst new file mode 100644 index 00000000..bfcca6b5 --- /dev/null +++ b/news/20090728120000.rst @@ -0,0 +1,6 @@ +Radicale on Gitorious +===================== + +Radicale code has been released on Gitorious! Take a look at the `Radicale main +page on Gitorious `_ to view and download +source code. diff --git a/news/20090901120000.rst b/news/20090901120000.rst new file mode 100644 index 00000000..c78e3d51 --- /dev/null +++ b/news/20090901120000.rst @@ -0,0 +1,13 @@ +Radicale 0.1 Released +===================== + +First Radicale release! Here is the changelog: + +0.1 - Crazy Vegetables +---------------------- + +* First release +* Lightning/Sunbird 0.9 compatibility +* Easy installer + +You can download this version on the `download page `_. diff --git a/news/20091209120000.rst b/news/20091209120000.rst new file mode 100644 index 00000000..59e9d92c --- /dev/null +++ b/news/20091209120000.rst @@ -0,0 +1,9 @@ +Thunderbird 3 released +====================== + +`Thunderbird 3 is out +`_, and +Lightning/Sunbird 1.0 should be released in a few days. The `last commit in git +`_ should make Radicale +work with versions 0.9 and 1.0b1pre. Radicale 0.1.1 will soon be released +adding support for version 1.0. diff --git a/news/20091231120000.rst b/news/20091231120000.rst new file mode 100644 index 00000000..0435b4de --- /dev/null +++ b/news/20091231120000.rst @@ -0,0 +1,7 @@ +Lightning and Sunbird 1.0b2pre Support +====================================== + +Lightning/Sunbird 1.0b2pre is out, adding minor changes in CalDAV support. A +`new commit `_ makes +Radicale work with versions 0.9, 1.0b1 et 1.0b2. Moreover, etags are now quoted +according to the :RFC:`2616`. diff --git a/news/20100111120000.rst b/news/20100111120000.rst new file mode 100644 index 00000000..7bdfcb22 --- /dev/null +++ b/news/20100111120000.rst @@ -0,0 +1,6 @@ +Twisted no Longer Required +========================== + +Good news! Radicale 0.1.1 will support Sunbird 1.0, but it has another great +feature: it has no external dependency! Twisted is no longer required for the +git version, removing about 50 lines of code. diff --git a/news/20100115120000.rst b/news/20100115120000.rst new file mode 100644 index 00000000..de4fff96 --- /dev/null +++ b/news/20100115120000.rst @@ -0,0 +1,7 @@ +Ready for Python 3 +================== + +Dropping Twisted dependency was the first step leading to another big feature: +Radicale now works with Python 3! The code was given a small cleanup, with some +simplifications mainly about encoding. Before the 0.1.1 release, feel free to +test the git repository, all Python versions from 2.5 should be OK. diff --git a/news/20100121120000.rst b/news/20100121120000.rst new file mode 100644 index 00000000..06515233 --- /dev/null +++ b/news/20100121120000.rst @@ -0,0 +1,17 @@ +HTTPS and Authentication +======================== + +HTTPS connections and authentication have been added to Radicale this +week. Command-line options and personal configuration files are also ready for +test. According to the TODO file included in the package, the next version will +finally be 0.2, when sunbird 1.0 is out. Go, Mozilla hackers, go! + +HTTPS connection + HTTPS connections are now available using the standard TLS mechanisms. Give + Radicale a private key and a certificate, and your data are now safe. + +Authentication + A simple authentication architecture is now available, allowing different + methods thanks to different modules. The first two modules are ``fake`` (no + authentication) and ``htpasswd`` (authentication with an ``htpasswd`` file + created by the Apache tool). More methods such as LDAP are coming soon! diff --git a/news/20100413120000.rst b/news/20100413120000.rst new file mode 100644 index 00000000..ca122193 --- /dev/null +++ b/news/20100413120000.rst @@ -0,0 +1,28 @@ +Radicale 0.2 Released +===================== + +Radicale 0.2 is out! Here is what’s new: + +0.2 - Snowflakes +---------------- + +* Sunbird pre-1.0 support +* SSL connection +* Htpasswd authentication +* Daemon mode +* User configuration +* Twisted dependency removed +* Python 3 support +* Real URLs for PUT and DELETE +* Concurrent modification reported to users +* Many bugs fixed by Roger Wenham + +First of all, we would like to thank Roger Wenham for his bugfixes and his +supercool words. + +You may have noticed that Sunbird 1.0 has not been released, but according to +the Mozilla developers, 1.0pre is something like a final version. + +You may have noticed too that Radicale can be `downloaded from PyPI +`_. Of course, it is also available +on the `download page `_. diff --git a/news/20100419120000.rst b/news/20100419120000.rst new file mode 100644 index 00000000..43b1a028 --- /dev/null +++ b/news/20100419120000.rst @@ -0,0 +1,10 @@ +Evolution Supported +=================== + +Radicale now supports another CalDAV client: `Evolution, the default mail, +addressbook and calendaring client for Gnome +`_. This feature was quite easy to add, +as it required less than 20 new lines of code in the requests handler. + +If you are interested, just clone the `git repository +`_. diff --git a/news/20100531120000.rst b/news/20100531120000.rst new file mode 100644 index 00000000..2df95d7d --- /dev/null +++ b/news/20100531120000.rst @@ -0,0 +1,25 @@ +May News +======== + +News from contributors +---------------------- + +Jonas Smedegaard packaged Radicale for Debian last week. Two packages, called +``radicale`` for the daemon and ``python-radicale`` for the module, have been +added to Sid, the unstable branch of Debian. Thank you, Jonas! + +Sven Guckes corrected some of the strange-English-sentences present on this +website. Thank you, Sven! + +News from software +------------------ + +A simple ``VERSION`` has been added in the library: you can now play with +``radicale.VERSION`` and ``$radicale --version``. + +After playing with the version (should not be too long), you may notice that +the next version is called 0.3, and not 0.5 as previously decided. The 0.3 main +goal is to offer the support for Evolution as soon as possible, without waiting +for the 0.5. After more than a month of test, we corrected all the bugs we +found and everything seems to be fine; we can imagine that a brand new tarball +will be released during the first days of June. diff --git a/news/20100614120000.rst b/news/20100614120000.rst new file mode 100644 index 00000000..5eb4e59e --- /dev/null +++ b/news/20100614120000.rst @@ -0,0 +1,22 @@ +Radicale 0.3 Released +===================== + +Radicale 0.3 is out! Here is what’s new: + +0.3 - Dancing Flowers +--------------------- + +* Evolution support +* Version management + +The website changed a little bit too, with some small HTML5 and CSS3 features +such as articles, sections, transitions, opacity, box shadows and rounded +corners. If you’re reading this website with Internet Explorer, you should +consider using a standard-compliant browser! + +Radicale is now included in Squeeze, the testing branch of Debian. A `Radicale +ebuild for Gentoo `_ has been +proposed too. If you want to package Radicale for another distribution, you’re +welcome! + +Next step is 0.5, with calendar collections, and Windows and MacOS support. diff --git a/news/20100704120000.rst b/news/20100704120000.rst new file mode 100644 index 00000000..364b240d --- /dev/null +++ b/news/20100704120000.rst @@ -0,0 +1,19 @@ +Three Features Added Last Week +============================== + +Some features have been added in the git repository during the last weeks, +thanks to Jerome and Mariusz! + +Personal Calendars + Calendars accessed through the htpasswd ACL module can now be + personal. Thanks to the ``personal`` option, a user called ``bob`` can access + calendars at ``/bob/*`` but not to the ``/alice/*`` ones. + +HEAD Requests + Radicale can now answer HEAD requests. HTTP headers can be retrieved thanks + to this request, without getting contents given by the GET requests. + +Last-Modified HTTP header + The Last-Modified header gives the last time when the calendar has been + modified. This is used by some clients to cache the calendars and not + retrieving them if they have not been modified.