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