2009-07-29 17:19:55 +02:00
|
|
|
|
======
|
|
|
|
|
News
|
|
|
|
|
======
|
|
|
|
|
|
2010-04-19 16:25:26 +02:00
|
|
|
|
Monday, April 19, 2010
|
|
|
|
|
======================
|
|
|
|
|
|
|
|
|
|
Radicale now supports another CalDAV client: `Evolution, the default mail,
|
|
|
|
|
addressbook and calendaring client for Gnome
|
|
|
|
|
<http://projects.gnome.org/evolution/>`_. 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
|
|
|
|
|
<http://www.gitorious.org/radicale/radicale>`_.
|
|
|
|
|
|
|
|
|
|
|
2010-04-13 02:17:16 +02:00
|
|
|
|
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 developpers, 1.0pre is something like a final version.
|
|
|
|
|
|
|
|
|
|
You may have noticed too that Radicale can be `downloaded from PyPI
|
|
|
|
|
<http://pypi.python.org/pypi/Radicale/0.2>`_. Of course, it is also available
|
|
|
|
|
on the `download page </download>`_.
|
|
|
|
|
|
|
|
|
|
|
2010-01-21 19:19:59 +01:00
|
|
|
|
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
|
2010-01-22 19:27:50 +01:00
|
|
|
|
HTTPS connections are now available using the standard TLS mechanisms. Give
|
2010-01-21 19:19:59 +01:00
|
|
|
|
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!
|
|
|
|
|
|
2010-04-13 02:17:16 +02:00
|
|
|
|
|
2010-01-15 17:09:39 +01:00
|
|
|
|
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.
|
|
|
|
|
|
2010-04-13 02:17:16 +02:00
|
|
|
|
|
2010-01-11 12:18:15 +01:00
|
|
|
|
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.
|
|
|
|
|
|
2010-04-13 02:17:16 +02:00
|
|
|
|
|
2009-12-31 10:00:42 +01:00
|
|
|
|
Thursday, December 31, 2009
|
|
|
|
|
===========================
|
|
|
|
|
|
|
|
|
|
Lightning/Sunbird 1.0b2pre is out, adding minor changes in CalDAV support. A
|
|
|
|
|
`new commit <http://www.gitorious.org/radicale/radicale/commit/330283e>`_ makes
|
|
|
|
|
Radicale work with versions 0.9, 1.0b1 et 1.0b2. Moreover, etags are now quoted
|
|
|
|
|
according to the :RFC:`2616`.
|
|
|
|
|
|
2010-04-13 02:17:16 +02:00
|
|
|
|
|
2009-12-09 15:27:04 +01:00
|
|
|
|
Wednesday, December 9, 2009
|
|
|
|
|
===========================
|
|
|
|
|
|
|
|
|
|
`Thunderbird 3 is out
|
|
|
|
|
<http://www.mozillamessaging.com/thunderbird/3.0/releasenotes/>`_, and
|
|
|
|
|
Lightning/Sunbird 1.0 should be released in a few days. The `last commit in git
|
|
|
|
|
<http://gitorious.org/radicale/radicale/commit/6545bc8>`_ 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.
|
|
|
|
|
|
2010-04-13 02:17:16 +02:00
|
|
|
|
|
2009-12-09 15:27:04 +01:00
|
|
|
|
Tuesday, September 1, 2009
|
|
|
|
|
==========================
|
2009-09-01 20:26:45 +02:00
|
|
|
|
|
|
|
|
|
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 </download>`_.
|
|
|
|
|
|
|
|
|
|
|
2009-12-09 15:27:04 +01:00
|
|
|
|
Tuesday, July 28, 2009
|
|
|
|
|
======================
|
2009-07-29 17:19:55 +02:00
|
|
|
|
|
|
|
|
|
Radicale code has been released on Gitorious! Take a look at the `Radicale main
|
|
|
|
|
page on Gitorious <http://www.gitorious.org/radicale>`_ to view and download
|
|
|
|
|
source code.
|
|
|
|
|
|
2010-04-13 02:17:16 +02:00
|
|
|
|
|
2009-12-09 15:27:04 +01:00
|
|
|
|
Monday, July 27, 2009
|
|
|
|
|
=====================
|
2009-07-29 17:19:55 +02:00
|
|
|
|
|
|
|
|
|
The Radicale Project is launched. The code has been cleaned up and will be
|
|
|
|
|
available soon…
|