| Revision 91,
794 bytes
checked in by lostclus, 9 months ago
(diff) |
|
NEWS added.
|
| Line | |
|---|
| 1 | 2009-11-08 - version 0.2 |
|---|
| 2 | ======================== |
|---|
| 3 | |
|---|
| 4 | * Now SapeClient and LinkFeedClient are subclasses of SapeLikeClient |
|---|
| 5 | |
|---|
| 6 | * Sape-like clients can fetch XML (by default) and PHP serialized links |
|---|
| 7 | database. This controlled by use_xml and xml_server_list parameters. |
|---|
| 8 | The phpserialize module is now optional |
|---|
| 9 | |
|---|
| 10 | * The lxrefresh script was added. It's designed to refresh links database |
|---|
| 11 | from the command line or cron. There is also lxrefresh django-admin command |
|---|
| 12 | that do same work |
|---|
| 13 | |
|---|
| 14 | * The database auto refreshing can be disabled by setting db_lifetime |
|---|
| 15 | client parameter to None. This may be useful if refreshing is performed |
|---|
| 16 | using cron |
|---|
| 17 | |
|---|
| 18 | * web.py framework support code was added |
|---|
| 19 | |
|---|
| 20 | * Many bugs fixed |
|---|
| 21 | |
|---|
| 22 | 2009-09-03 - version 0.1 |
|---|
| 23 | ======================== |
|---|
| 24 | |
|---|
| 25 | Initial release. |
|---|
Note: See
TracBrowser
for help on using the repository browser.