Version 1.5.7 - Avoid name collision with zacl and net.uri nickname
[puri.git] / debian / changelog
1 cl-puri (1:1.5.7-1) unstable; urgency=medium
2
3   * Avoid name collision with zacl and net.uri nickname (thanks Dave Cooper)
4
5  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 11 Feb 2018 10:37:59 -0700
6
7 cl-puri (1:1.5.6-1) unstable; urgency=medium
8
9   * Removed uri.htm from distribution as is copyright by Franz, Inc
10   * Added link to online documentation URL in README (closes:668918)
11
12  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 29 Aug 2015 18:35:14 -0600
13
14 cl-puri (1.5.5-1) unstable; urgency=low
15
16   * New upstream
17
18  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 07 May 2010 12:04:31 -0600
19
20 cl-puri (1.5.4-1) unstable; urgency=low
21
22   * New upstream
23   * Switch to dpkg-source 3.0 (quilt) format
24
25  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 09 Apr 2010 10:42:28 -0600
26
27 cl-puri (1.5.3-1) unstable; urgency=low
28
29   * New upstream
30
31  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 28 Jan 2010 09:05:26 -0700
32
33 cl-puri (1.5.2-1) unstable; urgency=low
34
35   * New upstream
36   * Add doc-base file
37   
38  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 11 Nov 2009 12:14:39 -0700
39
40 cl-puri (1.5.1-3) unstable; urgency=low
41
42   * Build with debhelper extension dh-lisp
43   * control: Add Vcs-Browser field. Fix Depends field.
44
45  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 03 Aug 2009 18:47:36 -0600
46
47 cl-puri (1.5.1-2) unstable; urgency=low
48
49   * debian/watch: New file
50   * debian/control: Require debhelper 7. Change to new lisp section.
51   Add Vcs-Git and Homepage fields.
52   * debian/compat: Update to version 7
53   * debian/rules: Update for debhelper 7, architecture-independent build
54   * debian/{prerm,postrm}: Remove path from binary function
55
56  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 02 Aug 2009 01:36:28 -0600
57
58 cl-puri (1.5.1-1) unstable; urgency=low
59
60   * New upstream
61
62  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  2 Dec 2006 08:42:15 -0700
63
64 cl-puri (1.5-1) unstable; urgency=low
65
66   * Incorporate updates from latest Franz release
67
68  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 14 Aug 2006 18:52:21 -0600
69
70 cl-puri (1.4-1) unstable; urgency=low
71
72   * New upstream: no longer depend on simple strings; fix bugs to correspond
73   to Franz delimited-string-to-list and parse-uri
74
75  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 26 Jan 2006 15:54:30 -0700
76
77 cl-puri (1.3.1.3-1) unstable; urgency=low
78
79   * New upstream
80
81  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  7 Nov 2005 10:33:45 -0700
82
83 cl-puri (1.3.1.2-2) unstable; urgency=low
84
85   * Reupload with correct changelog date
86
87  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 25 May 2005 10:28:34 -0600
88
89 cl-puri (1.3.1.2-1) unstable; urgency=low
90
91   * Fix broken html documentation (closes:310639)
92
93  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 25 May 2005 10:27:33 -0600
94
95 cl-puri (1.3.1.1-2) unstable; urgency=low
96
97   * Fix description
98
99  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 27 Aug 2004 19:03:12 -0600
100
101 cl-puri (1.3.1.1-1) unstable; urgency=low
102
103   * Use #:net.uri nickname on non-Allegro platforms
104
105  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 16 Mar 2004 18:32:10 -0700
106
107 cl-puri (1.3.1-1) unstable; urgency=low
108
109   * New upstream
110
111  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 21 Jul 2003 05:18:27 -0600
112
113 cl-puri (1.3.0-1) unstable; urgency=low
114
115   * Change parse-error condition to uri-parse-error for
116     cross-implementation compatibility.
117   * Invoke renamed ptester module
118   
119  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 20 Jul 2003 13:04:45 -0600
120
121 cl-puri (1.2.5-1) unstable; urgency=low
122
123   * add shrink vector, AllegroCL fixes
124
125  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 19 Jul 2003 07:33:57 -0600
126
127 cl-puri (1.2.4-1) unstable; urgency=low
128
129   * Fix typo for non-Allegro / non-SBCL platforms
130
131  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 18 Jul 2003 21:11:54 -0600
132
133 cl-puri (1.2.3-1) unstable; urgency=low
134
135   * Include uri.html documentation file.
136
137  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 18 Jul 2003 19:57:03 -0600
138
139 cl-puri (1.2.2-1) unstable; urgency=low
140
141   * Improve tests.lisp
142
143  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 18 Jul 2003 17:32:11 -0600
144
145 cl-puri (1.2.1-1) unstable; urgency=low
146
147   * Package name fixes, .asd files
148
149  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 18 Jul 2003 17:06:35 -0600
150
151 cl-puri (1.2-1) unstable; urgency=low
152
153   * More porting fixes. Now passes 126/126 regression tests.
154
155  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 18 Jul 2003 13:59:51 -0600
156
157 cl-puri (1.1-1) unstable; urgency=low
158
159   * Fix some porting issues
160
161  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 18 Jul 2003 08:59:04 -0600
162
163 cl-puri (1.0) unstable; urgency=low
164
165   * Initial upload
166   * Changes compared to upstream: 
167      - Added .asd file for use with ASDF
168      - Include if* source in the uri-src.lisp file
169      - Ported from AllegroCL specific functions
170
171  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Jul 2003 21:39:34 -0600