File: changelog

package info (click to toggle)
cl-ftp 1.3.3-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 92 kB
  • ctags: 65
  • sloc: lisp: 520; makefile: 48; sh: 32
file content (76 lines) | stat: -rw-r--r-- 2,614 bytes parent folder | download
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
cl-ftp (1.3.3-2) unstable; urgency=low

  * Debhelper compatibility set in debian/compat.
  * Re-adopting.  Closes: #361169 

 -- Matthew Danish <mrd@debian.org>  Sat, 02 Jun 2007 20:00:45 -0400

cl-ftp (1.3.3-1) unstable; urgency=low

  * QA upload.
  * Package is orphaned (#361169); set maintainer to Debian QA Group.
  * Move debhelper from Build-Depends-Indep to Build-Depends since it
    is used in the clean target.

 -- Matej Vela <vela@debian.org>  Tue, 25 Apr 2006 13:22:07 +0200

cl-ftp (1.3.3) unstable; urgency=low

  * Eliminated building of HTML files at build.  (Closes: #192007) (Closes: #228634)

 -- Matthew Danish <mrd@debian.org>  Wed, 16 Jun 2004 10:12:24 -0400

cl-ftp (1.3.2) unstable; urgency=low

  * Fixed subtle loop bug
  * CALL-WITH-TRANSFER-SOCKET now calls RECEIVE-RESPONSE with :BLOCK T

 -- Matthew Danish <mrd@debian.org>  Thu, 15 Jan 2004 20:52:42 -0500

cl-ftp (1.3.1) unstable; urgency=low

  * Removed pushing of FTP feature onto *features* and usage of
    asdf:load-compiled-op as a result.

 -- Matthew Danish <mrd@debian.org>  Tue,  6 May 2003 10:12:04 -0400

cl-ftp (1.3) unstable; urgency=low

  * Nils Goesche has pointed out that I need to close server sockets
    when I open them up for active FTP transfers.
  * Moved REQUIRE'd stuff into :DEPENDS-ON field.
  * Conditionalized acl-compat not to load in Allegro (duh).
  * Pushes :FTP onto *features* now.
  * Added PRINT-OBJECT method for FTP-CONNECTION 

 -- Matthew Danish <mdanish@andrew.cmu.edu>  Mon, 18 Nov 2002 02:25:26 -0500

cl-ftp (1.2) unstable; urgency=low

  * Out with one bug and in with the next:
    Being picky about code-cut-off caused an assumption in parse-257-response
    to go wrong.  Now we only /log/ with the codes, or not; the result of
    receive-response always has cut-off.
  * Added two new helpful functions:
    - retrieve-filename-list
    - retrieve-file-info-list
  * Exported connect-to-server, why not after all?
  * parse-257-response now deals with double #\" properly 

 -- Matthew Danish <mdanish@andrew.cmu.edu>  Sun, 17 Nov 2002 12:56:48 -0500

cl-ftp (1.1) unstable; urgency=low

  * Fixed bug in receive-response.  Now handles multi-line responses
    correctly as per the RFC.
  * Added :code-cut-off option, to control whether FTP codes are cut-off
    in log output.
  * SEND-NLST-COMMAND now really does send the NLST command 

 -- Matthew Danish <mdanish@andrew.cmu.edu>  Sun, 17 Nov 2002 03:30:10 -0500

cl-ftp (1.0) unstable; urgency=low

  * Initial release.  (Closes: #168236)

 -- Matthew Danish <mdanish@andrew.cmu.edu>  Thu,  7 Nov 2002 21:35:53 -0500