Convert to dh-lisp; add Vcs-Browser
[hyperobject.git] / debian / changelog
1 cl-hyperobject (2.11.0-3) unstable; urgency=low
2
3   * Build with debhelper extension dh-lisp
4   * control: Add Vcs-Browser field. Fix Depends field.
5   * rules: Fix installation of example file
6   
7  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 03 Aug 2009 14:02:47 -0600
8
9 cl-hyperobject (2.11.0-2) unstable; urgency=low
10
11   * debian/watch: New file
12   * debian/control: Require debhelper 7. Change to new lisp section.
13   Add Vcs-Git and Homepage fields.
14   * debian/compat: Update to version 7
15   * debian/rules: Update for debhelper 7, architecture-independent build
16   * debian/{prerm,postrm}: Remove path from binary function
17
18  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 02 Aug 2009 04:24:10 -0600
19
20 cl-hyperobject (2.11.0-1) unstable; urgency=low
21
22   * Major reworking of MOP layer to add support for current versions of OpenMCL. 
23
24  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  6 Jan 2007 11:41:00 -0700
25
26 cl-hyperobject (2.10.0-1) unstable; urgency=low
27
28   * Support CLISP
29   * Remove implementation-dependent access of type slot using
30     slot-definition-type instead.
31
32  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 01 Sep 2006 08:49:25 -0600
33
34 cl-hyperobject (2.9.2-1) unstable; urgency=low
35
36   * Use initialize-instance :around for direct-slot-definition to be
37   more AMOP compliant for setting lisp type from :value-type initarg 
38
39  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Aug 2006 21:44:01 -0600
40
41 cl-hyperobject (2.9.1-1) unstable; urgency=low
42
43   * Support change in SBCL MOP
44
45  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Aug 2006 12:12:58 -0600
46
47 cl-hyperobject (2.9.0-1) unstable; urgency=low
48
49   * New upstream URI
50   * New upstream
51
52  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Sep 2005 16:01:20 -0600
53
54 cl-hyperobject (2.8.8-1) unstable; urgency=low
55
56   * Change encoding to ISO-8859-1
57
58  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 20 Nov 2003 20:40:18 -0700
59         
60 cl-hyperobject (2.8.7-1) unstable; urgency=low
61
62   * Fix invalid setting of documentation for hyperobject-class
63
64  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 15 Nov 2003 19:32:25 -0700
65
66 cl-hyperobject (2.8.6-1) unstable; urgency=low
67
68   * New upstream
69
70  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 17 Jun 2003 00:32:30 -0600
71
72 cl-hyperobject (2.8.5-1) unstable; urgency=low
73
74   * New upstream
75
76  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 12 Jun 2003 06:14:45 -0600
77
78 cl-hyperobject (2.8.4-1) unstable; urgency=low
79
80   * New upstream
81
82  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 16 May 2003 01:33:12 -0600
83
84 cl-hyperobject (2.8.3-1) unstable; urgency=low
85
86   * New upstream version
87
88  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 15 May 2003 23:57:32 -0600
89
90 cl-hyperobject (2.8.2-1) unstable; urgency=low
91
92   * Use hash-table based ensure-lazy-reader for Allegro/SCL
93
94  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 15 May 2003 00:05:06 -0600
95
96 cl-hyperobject (2.8.1-1) unstable; urgency=low
97
98   * New upstream
99
100  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 14 May 2003 13:45:01 -0600
101
102 cl-hyperobject (2.8.0-1) unstable; urgency=low
103
104   * Rework object viewing to reduce format calls
105
106  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 13 May 2003 17:11:54 -0600
107
108 cl-hyperobject (2.7.3-1) unstable; urgency=low
109
110   * Replace multiple-value-lists 
111
112  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 13 May 2003 09:52:59 -0600
113
114 cl-hyperobject (2.7.2-1) unstable; urgency=low
115
116   * Fix for cmucl's 18e mop
117
118  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  7 May 2003 10:01:34 -0600
119
120 cl-hyperobject (2.7.1-1) unstable; urgency=low
121
122   * New upstream
123
124  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  6 May 2003 16:00:11 -0600
125
126 cl-hyperobject (2.7.0-1) unstable; urgency=low
127
128   * Add regression testing
129   * Depend on cl-rt package
130   * Use compat file rather than DH_COMPAT
131   * Rework compute-effective-slot-definition
132   
133  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 28 Apr 2003 11:40:27 -0600
134
135 cl-hyperobject (2.6.5-1) unstable; urgency=low
136
137   * New upstream
138
139  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 24 Apr 2003 00:55:02 -0600
140
141 cl-hyperobject (2.6.4-1) unstable; urgency=low
142
143   * New upstream
144
145  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 22 Apr 2003 08:06:37 -0600
146
147 cl-hyperobject (2.6.3-1) unstable; urgency=low
148
149   * Fix :type in object-view class
150
151  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 16 Apr 2003 12:37:33 -0600
152
153 cl-hyperobject (2.6.2-1) unstable; urgency=low
154
155   * Handle both named/unnamed implementations of
156     compute-effective-slot-definition
157
158  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 14 Apr 2003 23:17:13 -0600
159
160 cl-hyperobject (2.6.1-1) unstable; urgency=low
161
162   * New upstream
163
164  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 12 Apr 2003 08:26:49 -0600
165
166 cl-hyperobject (2.6.0-1) unstable; urgency=low
167
168   * Encapsulate differences in class-slot order since sbcl/cmucl
169   reverse the order of slots compared to the defclass macro.
170   * Fix error with lispworks and process-a-class-slot function
171
172  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 11 Apr 2003 21:14:17 -0600
173
174 cl-hyperobject (2.5.6-1) unstable; urgency=low
175
176   * Have lispworks use add-method
177
178  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  1 Apr 2003 09:56:27 -0700
179
180 cl-hyperobject (2.5.5-1) unstable; urgency=low
181
182   * Simplify shadowing-import for allegro,lispworks,sbcl
183
184  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 31 Mar 2003 08:58:41 -0700
185
186 cl-hyperobject (2.5.4-1) unstable; urgency=low
187
188   * Use add-method where supported
189   
190  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 29 Mar 2003 16:18:44 -0700
191
192 cl-hyperobject (2.5.3-1) unstable; urgency=low
193
194   * New upstream for SBCL 0.8pre MOP changes
195
196  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 24 Mar 2003 21:56:05 -0700
197
198 cl-hyperobject (2.5.2-1) unstable; urgency=low
199
200   * fix typo in sql.lisp
201
202  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 17 Jan 2003 12:16:20 -0700
203
204 cl-hyperobject (2.5.1-1) unstable; urgency=low
205
206   * Fix :ie-xml view categories
207   * Rework display of XML string data
208   * Add rules.lisp file
209   
210  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 26 Dec 2002 04:47:35 -0700
211
212 cl-hyperobject (2.5.0-1) unstable; urgency=low
213
214   * Reworked slot options, incompatible with previous version
215   * Complete redesign of object views
216
217  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 13 Dec 2002 03:08:23 -0700
218
219 cl-hyperobject (2.1.1-1) unstable; urgency=low
220
221   * New upstream, fixed hyperlink printing
222
223  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  5 Dec 2002 16:39:23 -0700
224
225 cl-hyperobject (2.1.0-1) unstable; urgency=low
226
227   * Rename :reference slot option
228   * Start automated SQL support
229
230  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  1 Dec 2002 19:20:01 -0700
231
232 cl-hyperobject (2.0.1-1) unstable; urgency=low
233
234   * Rework definition of class and slot options
235
236  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 26 Nov 2002 14:52:22 -0700
237
238 cl-hyperobject (2.0.0-1) unstable; urgency=low
239
240   * New version, incompatibe with version 1.x
241
242  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 22 Nov 2002 08:40:39 -0700
243
244 cl-hyperobject (1.2.4-1) unstable; urgency=low
245
246   * Remove 'load-compiled-op from .asd file
247
248  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:38:56 -0700
249
250 cl-hyperobject (1.2.3-1) unstable; urgency=low
251
252   * Add README file
253
254  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  5 Nov 2002 08:02:20 -0700
255
256 cl-hyperobject (1.2.2-1) unstable; urgency=low
257
258   * Change position of a defclass
259
260  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  4 Nov 2002 12:09:58 -0700
261
262 cl-hyperobject (1.2.1-1) unstable; urgency=low
263
264   * Fix parameter bug
265
266  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  4 Nov 2002 11:37:35 -0700
267
268 cl-hyperobject (1.2-1) unstable; urgency=low
269
270   * New upstream
271
272  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  4 Nov 2002 09:38:26 -0700
273
274 cl-hyperobject (1.1-1) unstable; urgency=low
275
276   * Fix upstream
277
278  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  3 Nov 2002 16:34:52 -0700
279
280 cl-hyperobject (1.0-1) unstable; urgency=low
281
282   * Initial Release (closes: 167591)
283
284  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  5 Oct 2002 13:19:33 -0600
285