diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kpf/ChangeLog | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpf/ChangeLog')
-rw-r--r-- | kpf/ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/kpf/ChangeLog b/kpf/ChangeLog new file mode 100644 index 00000000..26ef1dfc --- /dev/null +++ b/kpf/ChangeLog @@ -0,0 +1,45 @@ +1.0.1 (post KDE 3.0) + * Fixed Content-Range (thanks Harald H.-J. Bongartz). + * Better HTML generation (directory listings) (thanks Ryan Cumming) + * Killed a bug that crashed kicker at startup when part of the kicker + process. + * Removed connection limiting, it was basically useless. + +1.0 (released with KDE 3.0) + * No important changes. + +0.5 (initial check in to KDE CVS) + * Comprehensive design and class documentation. + * Ported to KDE 3 and Qt 3. + * Try to avoid running when user has root priviledges. + * Security audit. + +0.4.3: (unreleased) + * GUI fixes. + * Ensure user can't create a server with the same port as an existing. + +0.4.2: (released as development version) + * GUI fixes. + +0.4.1: (unreleased) + * Limit number of transactions possible on one connection. + * Integration with konqueror's 'preferences' dialog. + +0.4: (released as stable version) + * Ensure user can't create a server with the same name as an existing. + * GMT handled properly. + * Drag and drop to add new server. + * Persistent connections. + +0.3: (unreleased) + * Multiple servers. + * If-(Un)Modified-Since. + * Timeout. + * It's an applet. + +0.2: (unreleased) + * Resuming. + * Simultaneous connection limit. + +0.1: (unreleased) + * Initial implementation. |