Bumping version.
[invirt/packages/invirt-database.git] / debian / changelog
1 invirt-database (0.2.12) unstable; urgency=low
2
3   * Modifying default NIC type for new VMs to e1000.
4
5  -- Steven Valdez <dvorak42@mit.edu>  Mon, 26 Aug 2013 17:32:07 -0400
6
7 invirt-database (0.2.11) unstable; urgency=low
8
9   * Added nagios user to hba.
10
11  -- Steven Valdez <dvorak42@mit.edu>  Thu, 01 Aug 2013 15:53:04 -0400
12
13 invirt-database (0.2.10) unstable; urgency=low
14
15   * Adding model to NIC table.
16
17  -- Steven Valdez <dvorak42@mit.edu>  Fri, 26 Jul 2013 22:36:34 -0400
18
19 invirt-database (0.2.9) precise; urgency=low
20
21   * Updating version for precise migration.
22
23  -- Steven Valdez <dvorak42@mit.edu>  Sat, 20 Jul 2013 16:59:14 -0400
24
25 invirt-database (0.2.8~glasgall16) precise; urgency=low
26
27   * sqlalchemy api changes for invirt-create-tables
28
29  -- Adam Glasgall <glasgall@mit.edu>  Tue, 07 May 2013 19:23:11 -0400
30
31 invirt-database (0.2.8~glasgall15) precise; urgency=low
32
33   * sameuser is now the default for ident auth.
34
35  -- Adam Glasgall <glasgall@mit.edu>  Tue, 07 May 2013 19:05:01 -0400
36
37 invirt-database (0.2.8~glasgall14) precise; urgency=low
38
39   * Fix a reference I missed.
40
41  -- Adam Glasgall <glasgall@mit.edu>  Tue, 07 May 2013 17:35:47 -0400
42
43 invirt-database (0.2.8~glasgall13) precise; urgency=low
44
45   * postgres is now started by just /etc/init.d/postgresql rather 
46     than a versioned init script.
47
48  -- Adam Glasgall <glasgall@mit.edu>  Tue, 07 May 2013 17:13:19 -0400
49
50 invirt-database (0.2.8~glasgall12) precise; urgency=low
51
52   * More sqlalchemy api changes.
53   * Reluctantly restore auto-add-to-session-upon-object-creation behavior.
54
55  -- Adam Glasgall <glasgall@mit.edu>  Mon, 29 Apr 2013 19:49:23 -0400
56
57 invirt-database (0.2.8~glasgall10) precise; urgency=low
58
59   * SQLAlchemy renamed session.clear() to session.expunge_all()
60
61  -- Adam Glasgall <glasgall@mit.edu>  Fri, 26 Apr 2013 21:54:05 -0400
62
63 invirt-database (0.2.8~glasgall9) precise; urgency=low
64
65   * SQLAlchemy no longer injects a .c attribute containing mapped fields
66     into mapped classes. Work around this by getting the mapped table from
67     sqlalchemy and asking it for columns
68
69  -- Adam Glasgall <glasgall@mit.edu>  Thu, 21 Mar 2013 22:48:32 -0700
70
71 invirt-database (0.2.8~glasgall8) precise; urgency=low
72
73   * More API updates
74
75  -- Adam Glasgall <glasgall@mit.edu>  Thu, 21 Mar 2013 22:07:09 -0700
76
77 invirt-database (0.2.8~glasgall7) precise; urgency=low
78
79   * Add compatibility hack to work around removal of deprecated APIs
80
81  -- Adam Glasgall <glasgall@mit.edu>  Thu, 21 Mar 2013 21:56:13 -0700
82
83 invirt-database (0.2.8~glasgall6) precise; urgency=low
84
85   * Remove reference to sqlalchemy.ext.assignmapper, which was removed
86     upstream
87
88  -- Adam Glasgall <glasgall@mit.edu>  Thu, 21 Mar 2013 21:41:40 -0700
89
90 invirt-database (0.2.8~glasgall5) precise; urgency=low
91
92   * Remove reference to sqlalchemy.ext.sessioncontext, which was removed
93     upstream
94
95  -- Adam Glasgall <glasgall@mit.edu>  Thu, 21 Mar 2013 21:36:25 -0700
96
97 invirt-database (0.2.8~glasgall4) precise; urgency=low
98
99   * Add python-sqlalchemy-ext to Depends
100
101  -- Adam Glasgall <glasgall@mit.edu>  Thu, 21 Mar 2013 21:29:33 -0700
102
103 invirt-database (0.2.8~glasgall3) precise; urgency=low
104
105   * Also update references to postgres 8.3 to 8.4 in scripts
106
107  -- Adam Glasgall <glasgall@mit.edu>  Thu, 21 Mar 2013 21:23:06 -0700
108
109 invirt-database (0.2.8~glasgall2) precise; urgency=low
110
111   * Bump postgres version in Depends:
112
113  -- Adam Glasgall <glasgall@mit.edu>  Thu, 21 Mar 2013 21:06:13 -0700
114
115 invirt-database (0.2.8~glasgall1) precise; urgency=low
116
117   * Port packaging to dh_python2
118
119  -- Adam Glasgall <glasgall@mit.edu>  Thu, 21 Mar 2013 21:02:57 -0700
120
121 invirt-database (0.2.7) unstable; urgency=low
122
123   * Add a new type of autoinstall - a preseeded Debian autoinstall.
124   * Build fixes with the latest postgresql-8.3 security update.
125
126  -- Quentin Smith <quentin@mit.edu>  Sat, 25 Dec 2010 21:49:59 -0500
127
128 invirt-database (0.2.6) unstable; urgency=low
129
130   * Make the build table's succeeded field nullable
131
132  -- Greg Brockman <gdb@mit.edu>  Sun, 11 Jul 2010 18:16:26 -0400
133
134 invirt-database (0.2.5) unstable; urgency=low
135
136   * Enforce a unique constraint on the machine name column.
137
138  -- Quentin Smith <quentin@mit.edu>  Wed, 17 Feb 2010 01:30:17 -0500
139
140 invirt-database (0.2.4) unstable; urgency=low
141
142   * Generate a new /etc/postgresql/8.3/main/postgresql.conf with
143     pg_createcluster instead of taking it from the build host.  Ensure
144     that it is generated with the en_US.UTF-8 locale.
145
146  -- Anders Kaseorg <andersk@mit.edu>  Sun, 27 Dec 2009 20:32:21 -0500
147
148 invirt-database (0.2.3) unstable; urgency=low
149
150   * Test whether invirt user exists in postinst
151
152  -- Greg Brockman <gdb@mit.edu>  Thu, 24 Dec 2009 18:58:32 -0500
153
154 invirt-database (0.2.2) unstable; urgency=low
155
156   * Add builds table for storing build history.
157
158  -- Evan Broder <broder@mit.edu>  Sun, 25 Oct 2009 18:45:23 -0400
159
160 invirt-database (0.2.1) unstable; urgency=low
161
162   * Add an admins table.
163
164  -- Evan Broder <broder@mit.edu>  Fri, 27 Feb 2009 20:24:27 -0500
165
166 invirt-database (0.2.0) unstable; urgency=low
167
168   * Merge invirt-database-server into invirt-database.
169
170  -- Evan Broder <broder@mit.edu>  Fri, 27 Feb 2009 19:38:55 -0500
171
172 invirt-database (0.1.9) unstable; urgency=low
173
174   * Make get*Quotas idempotent
175   * Move Owner import so that Owner can access session in
176     invirt.database.models
177
178  -- Quentin Smith <quentin@mit.edu>  Fri, 27 Feb 2009 14:17:53 -0500
179
180 invirt-database (0.1.8) unstable; urgency=low
181
182   [Peter Iannucci]
183   * Added Record superclass for models, handling __repr__ consistently.
184
185   [Greg Price]
186   invirt.database.record, .owner:
187   * use self.c rather than self.__dict__ for SQLAlchemy fields
188   * make Record._ignore, Owner.get* classmethods
189   * fold FormattableRecord, NullableRecord into Record
190   * shorten types in lists to __name__
191   
192   invirt-quota:
193   * refactor code that sets values
194   * print full help on no arguments
195
196   all:
197   * make EIBTI imports
198
199   [ Quentin Smith ]
200   * Add "reusable" column for nics, to avoid reusing addresses that are
201     special in some way.
202
203  -- Quentin Smith <quentin@mit.edu>  Fri, 27 Feb 2009 11:51:39 -0500
204
205 invirt-database (0.1.7) unstable; urgency=low
206
207   * Disk quotas are measured in gibibytes.
208   * Rename invirt-setquotas to invirt-quota.
209   * Be explicit about units in invirt-quota.
210
211  -- Evan Broder <broder@mit.edu>  Tue, 17 Feb 2009 04:29:20 -0500
212
213 invirt-database (0.1.6) unstable; urgency=low
214
215   * Move invirt-setquotas into this package.
216   * Don't explicitly initialize the values for each quota when creating a
217     new Owner object.
218
219  -- Evan Broder <broder@mit.edu>  Tue, 17 Feb 2009 03:44:20 -0500
220
221 invirt-database (0.1.5) unstable; urgency=low
222
223   * Make the default values on the owners table explicit
224     (Note: This is a NOOP, since a nullable field with no otherwise
225     specified default defaults to NULL)
226
227  -- Evan Broder <broder@mit.edu>  Tue, 17 Feb 2009 03:36:47 -0500
228
229 invirt-database (0.1.4) unstable; urgency=low
230
231   * minor bug fix
232
233  -- Peter A. Iannucci <iannucci@mit.edu>  Tue, 17 Feb 2009 02:59:14 -0500
234
235 invirt-database (0.1.3) unstable; urgency=low
236
237   * Added owner table to database with ram, disk, and VM quotas
238   * Refactored Owner class into separate sourcefile
239
240  -- Peter A. Iannucci <iannucci@mit.edu>  Tue, 17 Feb 2009 01:31:53 -0500
241
242 invirt-database (0.1.2) unstable; urgency=low
243
244   * Clean up the .egg-info directory from the right place.
245
246  -- Evan Broder <broder@mit.edu>  Mon, 05 Jan 2009 23:50:47 -0500
247
248 invirt-database (0.1.1) unstable; urgency=low
249
250   * Correct a lintian spelling warning.
251
252  -- Evan Broder <broder@mit.edu>  Mon, 05 Jan 2009 23:40:44 -0500
253
254 invirt-database (0.1.0) unstable; urgency=low
255
256   * Turn on lazy loading for all tables
257
258  -- Evan Broder <broder@mit.edu>  Mon, 17 Nov 2008 21:57:35 -0500
259
260 invirt-database (0.0.6) unstable; urgency=low
261
262   * Let machines.administrator be NULL
263
264  -- Evan Broder <broder@mit.edu>  Mon, 17 Nov 2008 13:41:48 -0500
265
266 invirt-database (0.0.5) unstable; urgency=low
267
268   * Add an architecture field to the autoinstaller table
269
270  -- Evan Broder <broder@mit.edu>  Mon, 17 Nov 2008 12:18:02 -0500
271
272 invirt-database (0.0.3) unstable; urgency=low
273
274   * Add attributes to the ORM objects to connect mirrors and cdroms
275
276  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 03:16:18 -0400
277
278 invirt-database (0.0.2) unstable; urgency=low
279
280   * Export mirrors_table and Mirrors from invirt.database.models
281
282  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 03:04:54 -0400
283
284 invirt-database (0.0.1) unstable; urgency=low
285
286   * sipb-xen-database-common -> invirt-database
287   * sipb-xen-database-server -> invirt-database-server (a separate source package)
288   * sipb-xen-database-client -> invirt-xen-config
289
290  -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 19:22:46 -0400
291
292 sipb-xen-database (10.36.1) unstable; urgency=low
293
294   * Typo in the new tables
295
296  -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 15:01:47 -0400
297
298 sipb-xen-database (10.36) unstable; urgency=low
299
300   * Kill the remnants of the sipb_xen_database package
301   * Add the CDROM mirrors table
302
303  -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 14:48:32 -0400
304
305 sipb-xen-database (10.35) unstable; urgency=low
306
307   * Shorten initscript with spiffy new library from sipb-xen-base
308
309  -- Greg Price <price@mit.edu>  Fri, 24 Oct 2008 07:25:56 -0400
310
311 sipb-xen-database (10.34) unstable; urgency=low
312
313   * yet another new-sqlalchemy fix, this one post-0.4.2
314
315  -- Greg Price <price@mit.edu>  Thu, 23 Oct 2008 23:02:46 -0400
316
317 sipb-xen-database (10.33) unstable; urgency=low
318
319   * Catch calls to restart Postgres and translate them into a sequential
320     stop, then start
321
322  -- Evan Broder <broder@mit.edu>  Mon, 20 Oct 2008 13:05:29 -0400
323
324 sipb-xen-database (10.32) unstable; urgency=low
325
326   * invirt.database.clear_cache should actually do something
327
328  -- Evan Broder <broder@mit.edu>  Sun, 19 Oct 2008 02:02:37 -0400
329
330 sipb-xen-database (10.31) unstable; urgency=low
331
332   * Database-managed VMs should never even think about bridging
333
334  -- Evan Broder <broder@mit.edu>  Sun, 19 Oct 2008 01:46:45 -0400
335
336 sipb-xen-database (10.30.4) unstable; urgency=low
337
338   * Fix a typo in the CDROM image path
339
340  -- Evan Broder <broder@mit.edu>  Wed, 15 Oct 2008 13:21:10 -0400
341
342 sipb-xen-database (10.30.3) unstable; urgency=low
343
344   * fix copy-paste errors in initscript: this is database, not console
345   * fix "typo" in initscript for package name printed in logs
346
347  -- Greg Price <price@mit.edu>  Sat, 11 Oct 2008 17:50:11 -0700
348
349 sipb-xen-database (10.30.2) unstable; urgency=low
350
351   * Fix a typo in the CDROM lookup in sipb-database
352
353  -- Evan Broder <broder@mit.edu>  Sat, 11 Oct 2008 19:17:05 -0400
354
355 sipb-xen-database (10.30.1) unstable; urgency=low
356
357   * Don't strip quotes that won't be there
358
359  -- Evan Broder <broder@mit.edu>  Fri, 10 Oct 2008 01:48:48 -0400
360
361 sipb-xen-database (10.30) unstable; urgency=low
362
363   * Look for CD images in /dev/xenvg/image_* and validate image name from
364     the database
365   * Pass the installer arguments unaltered to the kernel, matching the
366     remctl interface
367
368  -- Evan Broder <broder@mit.edu>  Thu, 09 Oct 2008 02:09:42 -0400
369
370 sipb-xen-database (10.29) unstable; urgency=low
371
372   * Some fixes in the sipb-database script
373
374  -- Evan Broder <broder@mit.edu>  Mon, 06 Oct 2008 18:55:24 -0400
375
376 sipb-xen-database (10.28) unstable; urgency=low
377
378   * Re-establish the database connection if the server goes AWOL
379
380  -- Evan Broder <broder@mit.edu>  Sat, 04 Oct 2008 23:19:59 -0400
381
382 sipb-xen-database (10.27) unstable; urgency=low
383
384   * Update sipb-database to work with newer SQLAlchemy and Xen
385
386  -- Evan Broder <broder@mit.edu>  Fri, 03 Oct 2008 20:08:16 -0400
387
388 sipb-xen-database (10.26.1) unstable; urgency=low
389
390   * We want autoflush off, too
391
392  -- Evan Broder <broder@mit.edu>  Fri, 03 Oct 2008 19:22:12 -0400
393
394 sipb-xen-database (10.26) unstable; urgency=low
395
396   * Disable transactions by default
397
398  -- Evan Broder <broder@mit.edu>  Thu, 02 Oct 2008 19:40:34 -0400
399
400 sipb-xen-database (10.25) unstable; urgency=low
401
402   * add remote and console to pg_hba.conf template
403   * fix init script so it works
404   * port more code to sqlalchemy 0.4
405
406  -- Greg Price <price@mit.edu>  Wed, 01 Oct 2008 19:30:26 -0400
407
408 sipb-xen-database (10.24) unstable; urgency=low
409
410   * Update postgresql.conf for Hardy
411
412  -- Evan Broder <broder@mit.edu>  Wed, 01 Oct 2008 03:12:36 -0400
413
414 sipb-xen-database (10.23) unstable; urgency=low
415
416   * switch to postgresql 8.3, as 8.1 isn't in hardy
417
418  -- Greg Price <price@mit.edu>  Wed, 01 Oct 2008 02:09:43 -0400
419
420 sipb-xen-database (10.22) unstable; urgency=low
421
422   * depend on postgresql without specifying old version 8.1
423
424  -- Greg Price <price@mit.edu>  Wed, 01 Oct 2008 01:55:49 -0400
425
426 sipb-xen-database (10.21) unstable; urgency=low
427
428   * fix distribution
429
430  -- Greg Price <price@mit.edu>  Tue, 30 Sep 2008 23:50:25 -0400
431
432 sipb-xen-database (10.20) hardy; urgency=low
433
434   * port to sqlalchemy-0.4, which cuts out some newly deprecated
435     interfaces and allowed some still-present interfaces to bitrot
436
437  -- Greg Price <price@mit.edu>  Mon, 29 Sep 2008 06:06:21 +0000
438
439 sipb-xen-database (10.19) unstable; urgency=low
440
441   * Generate config files for pg_hba.conf
442   * replace postgresql.conf
443
444  --  Sam Hartman <hartmans@xvm.mit.edu>  Mon, 25 Aug 2008 00:38:21 +0000
445
446 sipb-xen-database (10.18) unstable; urgency=low
447
448   * add 'adminable' column to machines; for selectively, temporarily,
449     enabling admin mode on a machine
450
451  -- Greg Price <price@mit.edu>  Wed,  6 Aug 2008 01:02:59 -0400
452
453 sipb-xen-database (10.17) unstable; urgency=low
454
455   * pull IP gateway, network from config
456   * configurabilization complete!
457
458  -- Greg Price <price@mit.edu>  Sun,  3 Aug 2008 01:16:53 -0400
459
460 sipb-xen-database (10.16) unstable; urgency=low
461
462   in sipb-xen-database-tables:
463   * use invirt.database, and take default db uri
464
465  -- Greg Price <price@mit.edu>  Sun,  3 Aug 2008 00:51:32 -0400
466
467 sipb-xen-database (10.15) unstable; urgency=low
468
469   in /etc/xen/database:
470   * uncommitted changes on black-mesa
471   * sipb_xen_database -> invirt.database
472   * use default db uri
473
474   in invirt.database:
475   * get default db uri from invirt.config
476
477  -- Greg Price <price@mit.edu>  Sun,  3 Aug 2008 00:26:46 -0400
478
479 sipb-xen-database (10.14) unstable; urgency=low
480
481   * Rename sipb_xen_database -> invirt.database,
482     keeping old name too for now, for compatibility.
483
484  -- Greg Price <price@mit.edu>  Sat,  2 Aug 2008 23:19:18 -0400
485
486 sipb-xen-database (10.13) unstable; urgency=low
487
488   * Modify autoinstalls table to specify distribution/mirror.
489
490  -- Eric Price <ecprice@pseudomyrmex.mit.edu>  Sat, 21 Jun 2008 21:25:21 -0400
491
492 sipb-xen-database (10.12) unstable; urgency=low
493
494   * Add a description field.
495
496  -- Anders Kaseorg <andersk@mit.edu>  Wed, 18 Jun 2008 03:52:49 -0400
497
498 sipb-xen-database (10.11) unstable; urgency=low
499
500   * Specify ON DELETE CASCADE
501
502  -- Eric Price <ecprice@pseudomyrmex.mit.edu>  Fri, 06 Jun 2008 12:25:35 -0400
503
504 sipb-xen-database (10.10) unstable; urgency=low
505
506   * Make machine.acl a private relation.
507
508  -- Eric Price <ecprice@pseudomyrmex.mit.edu>  Fri, 06 Jun 2008 12:03:09 -0400
509
510 sipb-xen-database (10.9) unstable; urgency=low
511
512   * Eager loading of relations for better performance.
513
514  -- Eric Price <ecprice@pseudomyrmex.mit.edu>  Mon, 02 Jun 2008 01:39:11 -0400
515
516 sipb-xen-database (10.8) unstable; urgency=low
517
518   * Configure serial console on boot
519
520  -- Quentin Smith <quentin@sipb-xen-dev.mit.edu>  Thu,  1 May 2008 20:21:25 -0400
521
522 sipb-xen-database (10.7) unstable; urgency=low
523
524   * Depend on psql client in -client package.
525
526  -- Greg Price <price@mit.edu>  Sat, 26 Apr 2008 21:06:41 -0400
527
528 sipb-xen-database (10.6) unstable; urgency=low
529
530   * Support autoinstalls table.
531
532  -- Eric Price <ecprice@pseudomyrmex.mit.edu>  Mon, 21 Apr 2008 22:34:46 -0400
533
534 sipb-xen-database (10.5) unstable; urgency=low
535
536   * Enable USB tablet device in guests.
537
538  -- Anders Kaseorg <andersk@mit.edu>  Mon, 21 Apr 2008 17:39:59 -0400
539
540 sipb-xen-database (10.4.1) unstable; urgency=low
541
542   * Actually export the cache clearing function.
543
544  -- Eric Price <ecprice@pseudomyrmex.mit.edu>  Fri, 28 Mar 2008 21:18:01 -0400
545
546 sipb-xen-database (10.4) unstable; urgency=low
547
548   * Ubuntu's dch sucks.
549
550  -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Fri, 28 Mar 2008 20:43:42 -0400
551
552 sipb-xen-database (10.3ubuntu1) gutsy; urgency=low
553
554   * Expose a function for clearing the cache.
555
556  -- Eric Price <ecprice@pseudomyrmex.mit.edu>  Fri, 28 Mar 2008 20:31:06 -0400
557
558 sipb-xen-database (10.3) unstable; urgency=low
559
560   * Use 'acl', not 'users', for the reference to the machine_access table.
561
562  -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Thu, 24 Jan 2008 17:23:33 -0500
563
564 sipb-xen-database (10.2) unstable; urgency=low
565
566   * Add MachineAccess to __all__ so it can be imported
567   * Remove unnecessary constructors for database objects
568
569  -- Quentin Smith <quentin@sipb-xen-dev.mit.edu>  Mon, 12 Nov 2007 04:53:47 -0500
570
571 sipb-xen-database (10.1) unstable; urgency=low
572
573   * Make sipb-xen-database-tables safer (don't default to drop_all)
574
575  -- Quentin Smith <quentin@sipb-xen-dev.mit.edu>  Mon, 12 Nov 2007 04:39:59 -0500
576
577 sipb-xen-database (10) unstable; urgency=low
578
579   * Added a machine_access table for cached ACLs
580
581  -- Quentin Smith <quentin@sipb-xen-dev.mit.edu>  Mon, 12 Nov 2007 04:24:35 -0500
582
583 sipb-xen-database (9.0) unstable; urgency=low
584
585   * No changes.
586
587  -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Wed, 10 Oct 2007 00:17:20 -0400
588
589 sipb-xen-database (9) unstable; urgency=low
590
591   * Add administrator column and backrefs to machine.
592
593  -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Wed, 10 Oct 2007 00:11:47 -0400
594
595 sipb-xen-database (8) gutsy; urgency=low
596
597   * Prepend d_ to database VMs.
598
599  -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Tue,  9 Oct 2007 02:35:51 -0400
600
601 sipb-xen-database (7.00002) gutsy; urgency=low
602
603   * Actually import re.
604
605  -- Anders Kaseorg <andersk@mit.edu>  Sun, 07 Oct 2007 04:34:07 -0400
606
607 sipb-xen-database (7.00001) gutsy; urgency=low
608
609   * import re.
610
611  -- Anders Kaseorg <andersk@mit.edu>  Sun, 07 Oct 2007 03:40:25 -0400
612
613 sipb-xen-database (7) unstable; urgency=low
614
615   * nics primary key should be mac address, not hostname.
616   * Make ip unique, and constructor for nics.
617   * Add a table for boot CDs.
618   * Add cdrom_image parameter.
619   * Regex sanity checking.
620
621  -- Anders Kaseorg <andersk@mit.edu>  Sun, 07 Oct 2007 03:18:30 -0400
622
623 sipb-xen-database (6) unstable; urgency=low
624
625   * Adding a script to create lvm volumes
626
627  -- Nelson Elhage <nelhage@mit.edu>  Sat, 22 Sep 2007 13:59:36 -0400
628
629 sipb-xen-database (5) unstable; urgency=low
630
631   * Change the host from sipb-vm-1 to sipb-xen-dev
632
633  -- Nelson Elhage <nelhage@mit.edu>  Sat,  8 Sep 2007 16:16:07 -0400
634
635 sipb-xen-database (4) unstable; urgency=low
636
637   * Add script=vif-sipbroute to our vif lines
638
639  -- Nelson Elhage <nelhage@mit.edu>  Fri, 24 Aug 2007 22:07:18 -0400
640
641 sipb-xen-database (3) unstable; urgency=low
642
643   * Add a connect() line to sipb-database
644   * Fix some other bugs in sipb-database
645
646  -- Nelson Elhage <nelhage@mit.edu>  Sun, 19 Aug 2007 19:40:08 -0400
647
648 sipb-xen-database (2) unstable; urgency=low
649
650   * Fix the postinit and prerm scripts to create a sipb-xen user
651
652  -- Nelson Elhage <nelhage@mit.edu>  Thu, 16 Aug 2007 16:27:36 -0400
653
654 sipb-xen-database (1) unstable; urgency=low
655
656   * Initial Release.
657
658  -- Nelson Elhage <nelhage@mit.edu>  Sun, 15 Jul 2007 16:01:16 -0400