File: NEWS

package info (click to toggle)
pyftpd 0.8.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 524 kB
  • ctags: 448
  • sloc: python: 2,748; sh: 80; makefile: 43
file content (52 lines) | stat: -rw-r--r-- 1,166 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
2 Dec 2001

  version 0.8.1
  * minor tweaks and bugfixes enabling pyftpd to run on Windows again
  
3 Oct 2000

  version 0.8
  * can run from inetd
  * modules renamed to saner names
  * separated filesystem from ftp as standalone module
    as a result URL- and curl- virtual filesystems appeared
  * moved logging to separate and configurable modules
  * modules can overwrite Session class
  * moved LIST into separate module, which made it configurable

13 Aug 2000

  version 0.7
  * unified auth and perm modules
  * auth_chroot module added (virtual root directories)

13 Jul 2000

    version 0.6:
  * fixed NLST
  * fixed STOR and APPE (thanks to Remco Gerlich for finding a bug)

7 Jul 2000:

    version 0.5:
  * timeout_socket multiple socket close fixes
  * documentation enhancement

5 Jul 2000:

    version 0.4:
  * passive mode
  * posix path emulation for windows
  * numerous bugfixes
  * limit upload/download speed
  * tkinter configuration now finished


27 Jun 2000:

    version 0.3, first usable version

old pyFTPdrop's history by Marco:
revision history:
       0.2.0   initial public release
       0.2.1   more informative FTP replies