File: changelog

package info (click to toggle)
zope-common 0.5.54
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 424 kB
  • ctags: 298
  • sloc: python: 2,140; sh: 62; makefile: 43
file content (565 lines) | stat: -rw-r--r-- 20,238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
zope-common (0.5.54) unstable; urgency=medium

  * QA upload.
  * Build-depend on dh-python

 -- Matthias Klose <doko@debian.org>  Mon, 14 Jul 2014 18:25:27 +0000

zope-common (0.5.53) unstable; urgency=medium

  * Build using dh_python2

 -- Matthias Klose <doko@debian.org>  Sun, 13 Jul 2014 19:18:24 +0200

zope-common (0.5.52) unstable; urgency=low

  * Team upload.

  [ Arnaud Fontaine ]
  * By default, remove the instance if there is no datafs rather than aborting.
    Closes: #656552.

  [ Jonas Meurer ]
  * Despite the manpage claiming it as optional, dzhandle option
    --service-user requires a groupdefault value. Fix the manpage
    accordingly. Thanks to Paul Gevers. (closes: #584763)

 -- Arnaud Fontaine <arnau@debian.org>  Mon, 26 Nov 2012 11:23:16 +0900

zope-common (0.5.51) unstable; urgency=low

  [ Michael Mulich (pumazi) ]
  * Adding myself to the Uploader list.
  * Updating zope2.12 info and correcting the mkzopeinstance subcall
    options.

  [ Jonas Meurer ]
  * Incorporate i18n NMU, thanks to Christian Perrier.
    (closes: #589771, #623326)
  * Bump standards-version to 3.9.2, no changes required.
  * Migrate package source to "3.0 (native)" format.
  * Add zope2.13 and zope2.14 to known zope releases in dzhandle.

 -- Jonas Meurer <mejo@debian.org>  Tue, 21 Jun 2011 13:10:35 +0200

zope-common (0.5.50+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix pending l10n issues. Debconf translations:
    - Danish (Joe Hansen).  Closes: #589771
    - Dutch (Jeroen Schot).  Closes: #623326

 -- Christian Perrier <bubulle@debian.org>  Wed, 20 Apr 2011 07:34:21 +0200

zope-common (0.5.50) unstable; urgency=low

  [ Jonas Meurer ]
  * change section to zope.

  [ Matthias Klose ]
  * Fix version detection for zope2.12 startup script.

  [ Bernd Zeimetz ]
  * Do not depend on python2.4 anymore. dzhandle should work fine
    with all python versions. To add the proper dependencies
    we use python-support.
  * Bump Standards-Version to 3.8.3, no changes needed.

 -- Bernd Zeimetz <bzed@debian.org>  Thu, 14 Jan 2010 19:42:56 +0100

zope-common (0.5.49) unstable; urgency=high

  * add zope2.12 to known zope releases in dzhandle.
  * bump standards-version to 3.8.2, noch changes needed.
  * bump debhelper compat level to 6.
  * add russian debconf translation, thanks to Yuri Kozlov. (closes: #539466)
  * add spanish debconf translation, thanks to Fernando González de Requena.
    (closes: #539588)
  * use 'invoke-rc.d zopeZVER restart INSTANCE=<name>' to restart pending zope
    instances in DZRestartPendingInstances.run().
  * add Breaks: zope2.7, zope2.8, zope2.9, zope2.10 (<< 2.10.9), zope2.11
    (<< 2.11.4) for that reason.
  * set urgency=high for that reason.

 -- Jonas Meurer <mejo@debian.org>  Mon, 10 Aug 2009 14:44:40 +0200

zope-common (0.5.48) unstable; urgency=low

  * Add rmdir $LOCALDIR/Extensions to debian/postrm. (closes: #528020)

 -- Jonas Meurer <mejo@debian.org>  Thu, 21 May 2009 15:27:37 +0200

zope-common (0.5.47) unstable; urgency=low

  [ Bernd Zeimetz ]
  * debian/control:
    - Updating my email address.

  [ Jonas Meurer ]
  * dzhandle: add support for zope2.11.
  * debian/copyright: add (c) symbol, link to GPL-2
  * bump standards-version to 3.8.1, no changes needed
  * move XS- prefix from svn fields in debian/control

 -- Jonas Meurer <mejo@debian.org>  Sat, 14 Mar 2009 18:29:08 +0100

zope-common (0.5.46) unstable; urgency=low

  * dzhandle: show add-extension, remove-extension and list-extensions in
    the dzhandle help. Talk about the actual addon type in DZListAddons.run().
  * debian/postinst: add an Extensions directory to the localdir as well.
  * This closes one half of bug #500773.

 -- Jonas Meurer <mejo@debian.org>  Tue, 11 Nov 2008 11:35:42 +0100

zope-common (0.5.45) unstable; urgency=low

  * dzhandle: applied patch from quest@lysator.liu.se to fix a typo in the
    libraries handling. (Closes: #493354)

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 03 Aug 2008 09:21:18 +0200

zope-common (0.5.44) unstable; urgency=low

  * debian/po/sv.po: updated, thanks Martin Ågren. (Closes: #492119)
  * debian/control: bumped Standards-Version to 3.8.0, no changes needed.

 -- Fabio Tranchitella <kobold@debian.org>  Sat, 26 Jul 2008 09:11:54 +0200

zope-common (0.5.43) unstable; urgency=low

  * dzhandle: fixed a small bug in the .dzlib handling.

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 12 Jun 2008 11:03:43 +0200

zope-common (0.5.42) unstable; urgency=low

  * debian/README.Debian: corrected the path for the zope instances.
    (Closes: #484216)

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 03 Jun 2008 09:45:30 +0200

zope-common (0.5.41) unstable; urgency=low

  * debian/po/ja.po: updated, thanks Hideki Yamane. (Closes: #463663)

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 10 Feb 2008 17:31:05 +0100

zope-common (0.5.40) unstable; urgency=low

  * debian/po/fi.po: added. thanks Esko Arajärvi. (Closes: #460291)

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 28 Jan 2008 11:19:45 +0100

zope-common (0.5.39) unstable; urgency=low

  * debian/README.Debian: small changes.

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 24 Dec 2007 19:42:03 +0100

zope-common (0.5.38) unstable; urgency=low

  [ Fabio Tranchitella ]
  * Debconf templates and debian/control reviewed by the debian-l10n-
    english team as part of the Smith review project. (Closes: #433712)
  * Debconf translation updates:
    - French. (Closes: #434319)
    - Galician. (Closes: #434325, #444763)
    - Portuguese. (Closes: #434454)
    - Vietnamese. (Closes: #434757)
    - German. (Closes: #435273)
    - Czech. (Closes: #436282)
  * dzhandle:
    + accept a username-only paramter for the --service-user switch.
    + don't show useless actions in the help screen, noone uses them.
    + handle product-specific libraries stored in the .dzlib subdirectory
      of the product: symlink them and remove the symlink on uninstall.


  [ Bernd Zeimetz ]
  * Finally implement removing+reinstalling Zeo and Zope instances.
    (Closes: #429393, #431604)
  * Handle manually installed products gracefully with dzhandle, thanks to
    Ronan KERYELL and Jochen Pawletta for reporting (Closes: #417745).
  * Describe the requiered options and default settings for make-instance.
    Thanks to Ross Boylan (Closes: #436148).

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 30 Nov 2007 18:22:15 +0100

zope-common (0.5.37) unstable; urgency=low

  * Updating the German debconf template translation, thanks to
    Erik Schanze <eriks@debian.org> (Closes: #431343)
  * dzhandle:
    - take care of the user an instance is running as while
      adding new products/extensions instead of chowning
      them to the default zope:zope user (Closes: #431484)

 -- Bernd Zeimetz <bernd@bzed.de>  Tue, 03 Jul 2007 22:31:09 +0200

zope-common (0.5.36) unstable; urgency=low

  * A rebuild is enough to remove a dangling link. (Closes: #415826)
  * dzhandle: recognize zope instances with ZEO as root database.

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 21 Jun 2007 20:48:16 +0200

zope-common (0.5.35) experimental; urgency=low

  * dzhandle: implemented a new command, remove-zeoinstance.

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 17 Jun 2007 17:20:45 +0200

zope-common (0.5.34) experimental; urgency=low

  * dzhandle:
    + added support for --zeo-server to the make-instance command.
    + fixed a bug for non-root usage: don'0 change the permissions for the bin
      directory.
  * debian/templates:
    + added zope-common/instance-zeo-port question.

 -- Fabio Tranchitella <kobold@debian.org>  Sat, 16 Jun 2007 20:28:22 +0200

zope-common (0.5.33) unstable; urgency=high

  * dzhandle:
      - adding support for mkzopeinstance --skelsrc. You're now able to
        use dzhandle [..] make-instance --skelsrc=SKEL
      - adding a show-package-info option which prints the zope_packages
        dict in a reuseable way. Versions can be limited by using -z.
      - fixing a bug which made dzhandle choke on manually installed,
        non-Debian products (Closes: #422875)
      - the bin directory of a new Zope instance should be owned by
        root:root as the scripts inside the directory are executed by
        root while starting/stopping the Zope instance. Thanks to
        Bastian Blank for reporting. (Closes: #388072)

 -- Bernd Zeimetz <bernd@bzed.de>  Mon, 14 May 2007 13:29:11 +0200

zope-common (0.5.32) unstable; urgency=low

  [ Matthias Klose ]
  * Fix grammatical error in template string. (Ubuntu #58593)

  [ Fabio Tranchitella ]
  * dzhandle: use the versioned python2.4 interpreter. (Closes: #411657)
  * debian/po/nl.po: updated. (Closes: #413609)

 -- Fabio Tranchitella <kobold@debian.org>  Wed,  7 Mar 2007 11:46:32 +0100

zope-common (0.5.31) unstable; urgency=low

  * debian/control: Depend on the unversioned python package.

 -- Matthias Klose <doko@debian.org>  Tue, 16 Jan 2007 12:09:10 +0100

zope-common (0.5.30) unstable; urgency=low

  * dzhandle: do not break on purged instances while checking if they are
    running.

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 12 Jan 2007 10:28:42 +0100

zope-common (0.5.29) unstable; urgency=high

  * dzhandle: fixed a bug which causes broken upgrade for global zope3
    products.

 -- Fabio Tranchitella <kobold@debian.org>  Mon,  8 Jan 2007 09:21:04 +0100

zope-common (0.5.28) unstable; urgency=medium

  [ Jérémy Bobbio ]
  * Add Portugese translation of debconf templates.
    Thanks to Rui Branco. (Closes: #401067)

  [ Fabio Tranchitella ]
  * dzhandle.sgml: fixed a typo in the man page (the option is called
    manually instead of manual). (Closes: #402344)
  * debian/po/vi.po: updated.

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 18 Dec 2006 17:35:23 +0100

zope-common (0.5.27) unstable; urgency=medium

  [ Fabio Tranchitella ]
  * dzhandle: added again the declaration of DZError. (Closes: #399733)

  [ Jérémy Bobbio ]
  * Update french debconf templates translation. (Closes: #398676)
  * Update japanese debconf templates translation. (Closes: #399075)
  * Add XS-Vcs-Svn field to debian/control.

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 21 Nov 2006 20:20:23 +0100

zope-common (0.5.26) unstable; urgency=medium

  * debian/README.Debian: updated to use zope2.9 instead of zope2.10
    in the examples, because that's the version we'll ship in etch.
  * debian/templates: fixed two typos. (Closes: #385882)
  * debian/control: lsb-release and po-debconf should be in Build-Depends.
    (Closes: #392653)
  * debian/po/cs.po: updated. (Closes: #396759)
  * debian/po/de.po: updated. (Closes: #397215)
  * dzhandle: restart only running instances on upgrades.
    (Closes: #388253, #378364)
  * dzhandle: use atechnique from the instance if not specified on the
    command-line. (Closes: #382773)
  * dzhandle: implemented basic non-root usage for personal instances.
    (Closes: #359256)
  * debian/rules: mv dzhandle from /usr/sbin to /usr/bin. (Closes: #379169)

 -- Fabio Tranchitella <kobold@debian.org>  Mon,  6 Nov 2006 08:49:48 +0100

zope-common (0.5.25) unstable; urgency=low

  * Add support for Zope 2.10 to dzhandle.
  * Update README.Debian to use zope2.10 instead of obsolete zope2.7 and
    zope2.8 in examples.
  * added nl and vi debconf translations. (closes: #390537, #324293)

 -- Jonas Meurer <mejo@debian.org>  Wed,  1 Nov 2006 23:22:21 +0100

zope-common (0.5.24) unstable; urgency=low

  * dzhandle: fixed a bug in find_related_addons, which caused wrong
    dependency analisys.
  * debian/po/da.po: updated Danish debconf translation.
    Thanks to Claus Hindsgaul. (Closes: #366838)

 -- Fabio Tranchitella <kobold@debian.org>  Thu,  8 Jun 2006 13:10:21 +0200

zope-common (0.5.23) unstable; urgency=low

  * dzhandle: fixed a bug in locate_addons method, zver variable is False by
    default. (Closes: #363128)

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 18 Apr 2006 09:55:19 +0200

zope-common (0.5.22) unstable; urgency=low

  * Added bash autocompletion for dzhandle.
  * dzhandle: fixed a bug in locate_addons method.
  * dzhandle: do not abort postinst if a product is already installed in
    an instance. (Closes: #362083)

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 13 Apr 2006 08:34:50 +0200

zope-common (0.5.21) unstable; urgency=low

  * Applied a patch from nchauvat@nerim.net for increased usability.
  * dzhandle: fixed directories for zope2.9 instances.
  * dzhandle: added support for zeo instances (list-zeoinstances,
    make-zeoinstance, purge-zeoinstance, zeoctl).

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 22 Mar 2006 13:01:36 +0000

zope-common (0.5.20) unstable; urgency=low

  * debian/README.Debian: explain to users how to add products to their
    instances. (Closes: #352582)
  * dzhandle: while acting as postinst for products, check the Zope version
    compatibility before trying to add it to 'mode=all' instances.
    (Closes: #343520)
  * dzhandle: while acting as prerm for products, do not worry if the
    *-configure.zcml file/link doesn't exist. This never happens but
    when users are affected by bug #343520. (Closes: #352725)
  * dzhandle: do not create the instance directory if the passwords
    for the administrator do not match. (Closes: #345824)

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 23 Feb 2006 15:45:09 +0000

zope-common (0.5.19) unstable; urgency=low

  * debian/dirs: added /var/lib/zope. (Closes: #351467)
  * dzhandle: replaced instance.path with instance.name in several places.
    There is no path attribute, and I don't know why that code is there.
    (Closes: #347939)

 -- Fabio Tranchitella <kobold@debian.org>  Tue,  7 Feb 2006 16:30:26 +0000

zope-common (0.5.18) unstable; urgency=low

  * dzhandle: add support for Zope 3.2.
  * debian/po/de.po: updated. (Closes: #346291)

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 18 Jan 2006 16:03:28 +0000

zope-common (0.5.17) unstable; urgency=low

  * dzhandle: add support for Zope 2.9.

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 15 Jan 2006 20:21:16 +0000

zope-common (0.5.16) unstable; urgency=low

  * dzhandle: fixed a small but for add-on which are being upgraded and
    had been manually installed within an instance.

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 24 Nov 2005 13:23:07 +0000

zope-common (0.5.15) unstable; urgency=low

  * debian/control: set maintainer as "Debian/Ubuntu Zope Team"
  * dzhandle: while adding products in instances, go ahead if some of the
    dependencies are already installed.

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 18 Nov 2005 10:33:18 +0000

zope-common (0.5.14) unstable; urgency=low

  * dzhandle:
    - before trying to add zope 2.x products to a zope3 instance,
      check that a .dzconfigure file exists within the product directory.
      (Closes: #337155)
    - implemented 'dzhandle help' (Closes: #338091)
    - use defaults if debian_policy doesn't exist. (Closes: #339483)
    - modified locate_addons to check the supported zope_versions.
  * debian/control: run debconf-updatepo on the clean target.
    (Closes: #338165)
  * debian/po/fr.po: updated. (Closes: #339714)
  * debian/po/sv.po: updated. (Closes: #334990)

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 18 Nov 2005 10:09:21 +0000

zope-common (0.5.13) unstable; urgency=low

  * debian/po/sv.po: updated. (Closes: #334411)
  * debian/README.Debian: fixed a typo (make-instance instead of
    create-instance. (Ubuntu bug: #3321)

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 20 Oct 2005 14:23:34 +0000

zope-common (0.5.12) unstable; urgency=low

  * debian/po/fr.po: updated, thanks to Michel Grentzinger. (Closes: #331239)
  * debian/po/cz.po: added, thanks to Miroslav Kure. (Closes: #331462)
  * debian/po/sv.po: added, thanks to Daniel Nylander. (Closes: #332427)

 -- Fabio Tranchitella <kobold@debian.org>  Sat, 15 Oct 2005 16:04:11 +0200

zope-common (0.5.11) unstable; urgency=low

  * debian/po/it.po: updated.
  * debian/templates: ambiguous question in po-debconf templates, fixed as
    suggested by Miroslav Kure. (Closes: #32829)

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 30 Sep 2005 14:56:21 +0200

zope-common (0.5.10) unstable; urgency=low

  * Upload to unstable.

 -- Fabio Tranchitella <kobold@debian.org>  Wed,  7 Sep 2005 16:06:40 +0000

zope-common (0.5.9) experimental; urgency=low

  * debian/control: build-depends on lsb-release, and use it in debian/rules
    to guess the distribution (Debian or Ubuntu).

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 29 Aug 2005 08:32:42 +0000

zope-common (0.5.8) experimental; urgency=low

  * Added dzhandle mapage.
  * dzhandle (prerm-product): changed "denied to removal for mode manual"
    error into warning.

 -- Fabio Tranchitella <kobold@debian.org>  Sat, 20 Aug 2005 09:49:10 +0000

zope-common (0.5.7) experimental; urgency=low

  * debian/templates: added a question about HTTP port for instances.
  * dzhandle (make-instance): support for --service-port argument.

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 18 Aug 2005 21:00:46 +0000

zope-common (0.5.6) experimental; urgency=low

  * dzhandle: handle Zope3 products installation and .zcml file link
  * debian/po: added substitution variable for zope version.

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 17 Aug 2005 12:16:30 +0000

zope-common (0.5.5) experimental; urgency=low

  * dzhandle: fixed bug in "find_addon" method (dependencies problems,
    look first for directory name, then for product name).

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 14 Aug 2005 21:25:24 +0000

zope-common (0.5.4) experimental; urgency=low

  * dzhandle: look for zope3 instances in /var/lib/zope3.
  * dzhandle (zopectl): enable custom users for Zope3 instances.
  * dzhandle (zopectl): chdir to the instance home before running zopectl.

 -- Fabio Tranchitella <kobold@debian.org>  Sat, 13 Aug 2005 15:50:26 +0000

zope-common (0.5.3) experimental; urgency=low

  [dzhandle]
    * remove-instance and purge-instance implemented
    * check dependencies while adding a product to an instance
    * use ZopeVersions field to handle version-specific products

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 10 Aug 2005 18:16:24 +0000

zope-common (0.5.2) experimental; urgency=low

  * debian/apt.conf: don't try to run dzhandle if it doesn't exists
    (for example on package removal/purge) and return true, so apt
    won't complain.
  * dzhandle: modified the help screen, "-Z" option doesn't exist,
    it should be "-z"

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 14 Jul 2005 08:23:17 +0000

zope-common (0.5.1) experimental; urgency=low

  * First release for Debian. (Closes: #299023)
  * debian/templates: added standard templates for admin user and password.
  * debian/po/*: updated, thanks to all the translators.
  * debian/postrm: do not remove zope user on package purge.
  * debian/postinst: load debconf confmodule.
  * debian/README.Debian: cosmetic changes (mainly s/Ubuntu/Debian/)
  * debian/doc/zope-policy.sgml: cosmetic changes (mainly s/Ubuntu/Debian/).
  * debian/apt.conf: removed that long (long) copyright notice.

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 27 Jun 2005 15:22:43 +0000

zope-common (0.5) hoary; urgency=low

  * Don't require /etc/dzhandle.conf.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 28 Feb 2005 10:31:22 +0100

zope-common (0.4) hoary; urgency=low

  * Add dzhandle option --lazy to ignore already installed products on
    addition to an instance and non-existing products on removal from
    on instance.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 26 Feb 2005 00:12:53 +0100

zope-common (0.3) hoary; urgency=low

  * Create /var/lib/zope/dzhandle on installation.
  * Fix brown paper bug, when upgrading products in a manually managed
    instance.
  * Add logging.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 25 Feb 2005 17:03:35 +0100

zope-common (0.2) hoary; urgency=low

  * Fix add-product logic.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 23 Feb 2005 11:54:22 +0100

zope-common (0.1) hoary; urgency=low

  * Initial Release.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 13 Feb 2005 23:31:07 +0100