|
Revision 318, 1.2 KB
(checked in by josef, 5 years ago)
|
|
- integration of DXS into hotstuff
- vastly extended installation instructions and general information
- some updates to the debian packaging
- some preparation for version 0.9.1
- manual page for ghnsmetatemplate
- improved makefile, always taking into account the $(DESTDIR)
- removal of obsolete .cvsignore files
[commit from josef@nada]
|
| Line | |
|---|
| 1 | Note, this is the last standalone version. |
|---|
| 2 | Upcoming versions will be released as part of the Hotstuff project. |
|---|
| 3 | http://www.kstuff.org/hotstuff/ |
|---|
| 4 | |
|---|
| 5 | 06.04.2006: Version 0.5 |
|---|
| 6 | ----------------------- |
|---|
| 7 | * Implementation of comments on the server side, and changelog entries. |
|---|
| 8 | * More relaxed upload parameters. |
|---|
| 9 | * Utility script 'ghnsmetatemplate.pl' to jumpstart data file uploads. |
|---|
| 10 | * Renaming to dxsclient.pl (from ws-client.pl) and DXS.pm (from GHNS.pm) |
|---|
| 11 | * Renaming to hotstuff-dxs.pl (from kstuff-ws.pl) |
|---|
| 12 | |
|---|
| 13 | 19.12.2005: Version 0.4 |
|---|
| 14 | ----------------------- |
|---|
| 15 | * More interactivity: removal requests and subscriptions. |
|---|
| 16 | * Usage of the central Hotstuff configuration file. |
|---|
| 17 | * Addition of the c-DXS transport format converter. |
|---|
| 18 | |
|---|
| 19 | 19.07.2005: Version 0.3 |
|---|
| 20 | ----------------------- |
|---|
| 21 | * HTTP/SOAP authentication support. |
|---|
| 22 | * Interactivity: ratings and comments. |
|---|
| 23 | * Support for new Hotstuff database format. |
|---|
| 24 | * Recommendation of HTTPS and Readline modules. |
|---|
| 25 | * Autocompletion for category lists. |
|---|
| 26 | |
|---|
| 27 | 04.07.2005: Version 0.2 |
|---|
| 28 | ----------------------- |
|---|
| 29 | * Addition of internactive shell. |
|---|
| 30 | * Some more commands: categories, list, preview, install. |
|---|
| 31 | * Addition of manpage. |
|---|
| 32 | * Overall better packaging. |
|---|
| 33 | |
|---|
| 34 | 02.07.2005: Version 0.1 |
|---|
| 35 | ----------------------- |
|---|
| 36 | * Initial release. |
|---|
| 37 | |
|---|