File: changelog

package info (click to toggle)
acl2 8.6%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,138,276 kB
  • sloc: lisp: 17,818,294; java: 125,359; python: 28,122; javascript: 23,458; cpp: 18,851; ansic: 11,569; perl: 7,678; xml: 5,591; sh: 3,978; makefile: 3,840; ruby: 2,633; yacc: 1,126; ml: 763; awk: 295; csh: 233; lex: 197; php: 178; tcl: 49; asm: 23; haskell: 17
file content (154 lines) | stat: -rw-r--r-- 4,544 bytes parent folder | download | duplicates (4)
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
cl-base64 (3.4.0-1) unstable; urgency=medium

  * New upstream.
    Performance and safety improvements (thanks to Janis Dzerins)

 -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 30 Sep 2020 18:06:36 +0000

cl-base64 (3.3.4-1) unstable; urgency=medium

  * New upstream. (closes:796978) Thanks to Denis Martinez.
  * Switch to dpkg-source 3.0 (quilt) format

 -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 30 Aug 2015 21:02:49 -0600

cl-base64 (3.3.3-2) unstable; urgency=low

  * Convert installation to dh-lisp
  * control: Add Vcs-Browser field

 -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 03 Aug 2009 10:31:33 -0600

cl-base64 (3.3.3-1) unstable; urgency=low

  * New upstream
  * Convert to debhelper version 7
  * debian/watch: New file
  * debian/control: Change section to new lisp section. Add Vcs-Git
  and Homepage fields.
  * debian/rules: Change to just architecture independent rules and DH7
  * debian/{prerm,postinst}: Remove paths from binary function

 -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 01 Aug 2009 23:19:43 -0600

cl-base64 (3.3.2-1) unstable; urgency=low

  * Depend on kmrcl only for test package

 -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 27 Aug 2006 12:23:37 -0600

cl-base64 (3.3.1-5) unstable; urgency=low

  * Fix spelling mistake in package description (closes:363204)

 -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 15 May 2006 17:41:36 -0600

cl-base64 (3.3.1-4) unstable; urgency=low

  * New upstream URI

 -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Sep 2005 15:34:55 -0600

cl-base64 (3.3.1-3) unstable; urgency=low

  * Fix package name in postinst/prerm

 -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 22 Apr 2004 08:53:34 -0600

cl-base64 (3.3.1-2) unstable; urgency=low

  * Rename package rules file (closes:244687)

 -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 19 Apr 2004 08:59:58 -0600

cl-base64 (3.3.1-1) unstable; urgency=low

  * Rename ASDF system to cl-base64

 -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 18 Apr 2004 10:39:51 -0600

cl-base64 (3.3-1) unstable; urgency=low

  * Rework test loading

 -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 24 Aug 2003 13:40:03 -0600

cl-base64 (3.2.1-1) unstable; urgency=low

  * New upstream

 -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 12 Jun 2003 08:04:55 -0600

cl-base64 (3.2-1) unstable; urgency=low

  * Improve .asd file

 -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  6 May 2003 10:19:22 -0600

cl-base64 (3.1-1) unstable; urgency=low

  * Implement asdf:test-op. Remove old base64-test.asd file.

 -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 15 Apr 2003 09:33:01 -0600

cl-base64 (3.0.2-1) unstable; urgency=low

  * Change declarations from array to simple-array where feasible
  * add more fixnum declarations where helpful

 -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 14 Jan 2003 04:55:48 -0700

cl-base64 (3.0.1-1) unstable; urgency=low

  * Fix output of base64-string-to-usb8-array

 -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 14 Jan 2003 04:35:05 -0700

cl-base64 (3.0.0-1) unstable; urgency=low

  * Remove src.lisp and add package.lisp, decode.lisp, encode.lisp	
  * Add support for usb8-arrays	
  * Rewrite routines as macros to create efficient functions for
     converting to and from streams, strings, and usb8-arrays.
  * Fix error in integer-to-base64 when using columns
  * Add base64-test.asd and test.lisp regression suite

 -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 13 Jan 2003 14:41:52 -0700

cl-base64 (2.1.0-1) unstable; urgency=low

  * Fix broken string-to-base64

 -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  4 Jan 2003 06:40:32 -0700

cl-base64 (2.0-1) unstable; urgency=low

  * Ignore whitespace in base64 strings
  * Add column breaking and stream output to base64 conversion
  * Rework string-to-base64 to handle columns and streams
	
 -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  3 Jan 2003 23:14:13 -0700

cl-base64 (1.2-1) unstable; urgency=low

  * Bug fix in base64-to-integer

 -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 29 Dec 2002 00:03:11 -0700

cl-base64 (1.1-1) unstable; urgency=low

  * Rewritten version, significant optimizations
  * BSD-style license
  * Adds conversion to and from integers
  * Renamed functions

 -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 28 Dec 2002 21:28:42 -0700

cl-base64 (1.0-1) unstable; urgency=low

  * Initial upload
  * Changes compared to upstream: 
     - Added .asd file for use with Common Lisp Controller
     - Changes for Allegro's case sensitive mode

 -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 26 Dec 2002 19:17:51 -0700