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