Skip to content

Commit daa221a

Browse files
committed
Updated changelog for 0.9
1 parent 6fe8827 commit daa221a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

ChangeLog

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
1-
0.9-alpha (????-??-??)
1+
0.9-alpha (2009-07-21)
22
* Changed: Major refactoring, removed most of the logic from the Tree
33
objects. The Server class now directly works with the INode, IFile
44
and IDirectory objects. If you created your own Tree objects,
55
this will most likely break in this release.
66
* Changed: Moved all the Locking logic from the Tree and Server classes
77
into a separate plugin.
8-
* Added: User authentication addon.
9-
* Added: htdigest Authentcation backend
8+
* Changed: TemporaryFileFilter is now a plugin.
109
* Added: Comes with an autoloader script. This can be used instead of
1110
the includer script, and is preferered by some people.
1211
* Added: AWS Authentication class.
1312
* Added: simpleserversetup.py script. This will quickly get a fileserver
1413
up and running.
1514
* Added: When subscribing to events, it is now possible to supply a
1615
priority. This is for example needed to ensure that the Authentication
17-
Plugin is used before any other Plugin.
18-
* Fixed: Exclusive locks could in some case be picked up as shared locks
16+
Plugin is used before any other Plugin.
17+
* Added: 22 new tests.
18+
* Added: Users-manager plugin for .htdigest files. Experimental and
19+
subject to change.
20+
* Added: RFC 2324 HTTP 418 status code
21+
* Fixed: Exclusive locks could in some cases be picked up as shared locks
22+
* Fixed: Digest auth for non-apache servers had a bug (still not actually
23+
tested this well).
1924

2025
0.8-alpha (2009-05-30)
2126
* Changed: Renamed all exceptions! This is a compatibility break. Every

0 commit comments

Comments
 (0)