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