File: changelog

package info (click to toggle)
python-ldap 3.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,260 kB
  • sloc: python: 9,625; ansic: 2,828; makefile: 131; sh: 68
file content (595 lines) | stat: -rw-r--r-- 19,467 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
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
python-ldap (3.2.0-4) unstable; urgency=medium

  * Drop python2 support; Closes: #937880

 -- Sandro Tosi <morph@debian.org>  Sat, 04 Jan 2020 14:01:21 -0500

python-ldap (3.2.0-3) unstable; urgency=medium

  [ Emmanuel Arias ]
  * d/control: Bump Standard-Version to 4.4.1 (from 4.4.0)

  [ Sandro Tosi ]
  * Drop python-pyldap transitional packages, no more rdeps left

 -- Sandro Tosi <morph@debian.org>  Fri, 25 Oct 2019 15:39:42 -0400

python-ldap (3.2.0-2) unstable; urgency=medium

  * Team upload.
  * Reintroduce Python 2 support.

 -- Ondřej Nový <onovy@debian.org>  Tue, 27 Aug 2019 15:32:31 +0200

python-ldap (3.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Use debhelper-compat instead of debian/compat.
  * Drop Python 2 support.
  * Bump debhelper compat level to 12.
  * Bump standards version to 4.4.0 (no changes).
  * Enable autopkgtest-pkg-python testsuite.

 -- Ondřej Nový <onovy@debian.org>  Mon, 26 Aug 2019 07:52:31 +0200

python-ldap (3.1.0-2) unstable; urgency=medium

  * Team upload

  [ Willem van den Akker ]
  * debian/control
    - Update VCS links to DPMT repositories.
    - add missing Multi-Arch options.

  [ Ondřej Nový ]
  * d/control: Removing redundant Priority field in binary package

  [ Pierre-Elliott Bécue ]
  * Add a call to dpkg-maintscript-helper symlink_to_dir to handle properly
    the replacement of /u/s/doc/python-ldap-dbg symlink by a directory, in
    order to smoothen the stretch -> buster transition. (Closes: #905198)
    - d/control: Add the Pre-Depends: ${misc:Pre-Depends} entry on
      python-ldap-dbg
    - d/python-ldap-dbg.maintscript: Add the symlink_to_dir call.
  * debian/control:
    - Bump to standard version 4.2.0
  * debian/rules:
    - Add hardening=+all to DEB_BUILD_MAINT_OPTIONS for binaries.

 -- Pierre-Elliott Bécue <becue@crans.org>  Fri, 10 Aug 2018 22:58:26 +0200

python-ldap (3.1.0-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - bump to standard version 4.1.4.
    - remove ancient-python-version-field.
    - add Multi-Arch: same.
  * debian/python-ldap.docs
    - rename to docs (avoid dependency other python variant)
  * debian/rules
    - remove dh_installdoc. We can use the default.

 -- Willem van den Akker <wvdakker@wilsoft.nl>  Thu, 31 May 2018 13:51:54 +0200

python-ldap (3.0.0-1) unstable; urgency=low

  * New upstream release
  * debian/control
    - add Team-support
    - removed python-ldap-doc dependency.

 -- Willem van den Akker <wvdakker@wilsoft.nl>  Thu, 22 Mar 2018 07:02:42 +0100

python-ldap (3.0.0~b4-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add Provides, Conflicts, Replaces for python{3,}-pyldap.
    (Closes: #886847, #886847)

 -- Thomas Goirand <zigo@debian.org>  Wed, 24 Jan 2018 11:49:33 +0100

python-ldap (3.0.0~b4-1) unstable; urgency=medium

  * New upstream version.
  * debian/control
    - VCS*: migrate to salsa.debian.org
    - bump to standard version 4.1.3
  * debian/copyright
    - fixed incomplete entry (Closes: #885010)
  * debian/compat
    - bump to 11

 -- Willem van den Akker <wvdakker@wilsoft.nl>  Wed, 10 Jan 2018 07:38:36 +0100

python-ldap (3.0.0~b3-1) unstable; urgency=medium

  [Timo Aaltonen]
  * New upstream release.
    - drop 01_setup_cfg.diff, obsolete
  * Package python3-ldap. (Closes: #884882)

  [Willem van den Akker]
  * debian/watch
    - handle 'b' and 'rc' tags.
  * debian control
    - bump standard version to 4.1.2.

 -- Willem van den Akker <wvdakker@wilsoft.nl>  Thu, 21 Dec 2017 19:08:22 +0200

python-ldap (2.5.2-1) unstable; urgency=low

  * New maintainer (Closes: #868690).
  * New upstream version 2.5.2
  * debian/control
    - change priority '-dbg' package to optional.
    - bump standard version to 4.1.1.
    - add VCS fields.
  * debian/copyright
    - make dep-5.

 -- Willem van den Akker <wvdakker@wilsoft.nl>  Mon, 27 Nov 2017 19:16:57 +0100

python-ldap (2.4.41-1) unstable; urgency=medium

  * QA upload.
  * New upstream version 2.4.41 (Closes: #771504)

 -- Dr. Tobias Quathamer <toddy@debian.org>  Thu, 20 Jul 2017 19:56:43 +0200

python-ldap (2.4.28-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Imported Upstream version 2.4.28
  * Use debhelper v10
  * Use secure transport for homepage URL
  * Update watch file
  * Add dh-python to Build-Depends

 -- Dr. Tobias Quathamer <toddy@debian.org>  Fri, 09 Dec 2016 10:49:25 +0100

python-ldap (2.4.22-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release.

 -- Timo Aaltonen <tjaalton@debian.org>  Tue, 05 Jan 2016 18:58:42 +0200

python-ldap (2.4.20-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release. (Closes: #742487)
  * watch: Update the url.

 -- Timo Aaltonen <tjaalton@debian.org>  Thu, 24 Sep 2015 05:15:56 +0300

python-ldap (2.4.10-1build1) trusty; urgency=medium

  * Rebuild to drop files installed into /usr/share/pyshared.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 23 Feb 2014 13:52:02 +0000

python-ldap (2.4.10-1) unstable; urgency=low

  * New upstream release.

 -- Matej Vela <vela@debian.org>  Thu, 07 Jun 2012 19:53:38 +0100

python-ldap (2.4.9-1) unstable; urgency=low

  * New upstream release.

 -- Matej Vela <vela@debian.org>  Wed, 14 Mar 2012 23:43:54 +0100

python-ldap (2.4.8-1) unstable; urgency=low

  * New upstream release; thanks to Robin Wittler.  Closes: #651687.
  * Suggest python-pyasn1 for ldap.controls.*, ldap.extop.*, ldap.syncrepl.
  * Drop ${python:Breaks} (#631397).
  * Conforms to Standards version 3.9.3.

 -- Matej Vela <vela@debian.org>  Tue, 28 Feb 2012 15:32:47 +0100

python-ldap (2.3.13-1) unstable; urgency=low

  * New upstream release.
  * Switch from dh_pycentral to dh_python2.  Closes: #617010.
  * Switch to dpkg-source 3.0 (quilt) format.
  * Switch to debhelper 8.
  * Conforms to Standards version 3.9.2.

 -- Matej Vela <vela@debian.org>  Sat, 30 Apr 2011 16:06:02 +0200

python-ldap (2.3.11-1) unstable; urgency=low

  * New upstream release.

 -- Matej Vela <vela@debian.org>  Tue, 27 Apr 2010 04:47:18 +0200

python-ldap (2.3.10-1) unstable; urgency=low

  * New upstream release.

 -- Matej Vela <vela@debian.org>  Sat, 31 Oct 2009 21:19:35 +0100

python-ldap (2.3.9-3) unstable; urgency=low

  * Allow for Python 2.6 installation paths (*/dist-packages rather than
    */site-packages).  Closes: #547845.

 -- Matej Vela <vela@debian.org>  Thu, 24 Sep 2009 09:03:34 +0200

python-ldap (2.3.9-2) unstable; urgency=low

  * Switch to debhelper 7.
  * Provide python-ldap-dbg.  Closes: #529874.

 -- Matej Vela <vela@debian.org>  Wed, 05 Aug 2009 19:32:05 +0200

python-ldap (2.3.9-1) unstable; urgency=low

  * New upstream release.
  * debian/control, debian/watch: Update upstream URL.
  * Conforms to Standards version 3.8.2.

 -- Matej Vela <vela@debian.org>  Wed, 05 Aug 2009 17:38:13 +0200

python-ldap (2.3.8-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: Update upstream URL.

 -- Matej Vela <vela@debian.org>  Thu, 30 Apr 2009 15:23:30 +0200

python-ldap (2.3.7-1) unstable; urgency=low

  * New upstream release.
  * debian/watch: Update upstream URL.

 -- Matej Vela <vela@debian.org>  Thu, 09 Apr 2009 21:11:22 +0200

python-ldap (2.3.6-1) unstable; urgency=low

  * New upstream release.  Closes: #504835.
  * Conforms to Standards version 3.8.1.

 -- Matej Vela <vela@debian.org>  Mon, 06 Apr 2009 10:29:03 +0200

python-ldap (2.3.5-1) unstable; urgency=low

  * New upstream release.
  * Drop openldap_2.1.diff (we've been using 2.4 for a while).
  * Convert back to a monolithic .diff.gz, it's pretty simple now.
  * Add Homepage field.
  * Conforms to Standards version 3.8.0.

 -- Matej Vela <vela@debian.org>  Tue, 08 Jul 2008 19:47:41 +0200

python-ldap (2.3.4-1) unstable; urgency=low

  * New upstream release.

 -- Matej Vela <vela@debian.org>  Sat, 29 Mar 2008 15:25:36 +0100

python-ldap (2.3.3-1) unstable; urgency=low

  * New upstream release.
  * Conforms to Standards version 3.7.3.

 -- Matej Vela <vela@debian.org>  Wed, 26 Mar 2008 18:43:29 +0100

python-ldap (2.3.1-1) unstable; urgency=low

  * New upstream release.

 -- Matej Vela <vela@debian.org>  Thu, 26 Jul 2007 17:27:19 +0200

python-ldap (2.3-2) unstable; urgency=low

  * Build for Python 2.5.  Closes: #411799.

 -- Matej Vela <vela@debian.org>  Sat,  5 May 2007 06:34:54 +0200

python-ldap (2.3-1) unstable; urgency=low

  * New upstream release.
    - LDIF parser now handles changetype.  Closes: #413980.
    - debian/patches/openldap_2.1.diff: More changes for compatibility
      with OpenLDAP 2.1 (upstream assumes 2.3+).
    - debian/patches/passwd_none.diff: Integrated upstream.
  * debian/python-ldap.preinst: Don't remove /usr/share/doc/python-ldap as
    it is no longer being replaced with a symlink to python2.3-ldap.

 -- Matej Vela <vela@debian.org>  Tue, 10 Apr 2007 22:09:18 +0200

python-ldap (2.2.0-3) unstable; urgency=low

  * Prune indirectly used libraries from the link line and from build
    dependencies (specifically, `-lssl -lcrypto' and libssl-dev).  See
    <http://lists.debian.org/debian-devel-announce/2005/11/msg00016.html>.
  * Switch to python-central.

 -- Matej Vela <vela@debian.org>  Wed,  9 Aug 2006 15:48:00 +0200

python-ldap (2.2.0-2) unstable; urgency=low

  * Acknowledge NMU.  Thanks, Pierre!
  * Build depend on cdbs (>= 0.4.41) to ensure it supports the new
    Python policy (#373628).
  * Remove `dummy package' from the description.
  * debian/patches/passwd_none.diff: Accept None for user, oldpw, newpw
    in passwd().  Backported from CVS, partially fixes #291230.
  * debian/rules: cdbs now cleans the build directory on its own.
  * Conforms to Standards version 3.7.2.

 -- Matej Vela <vela@debian.org>  Fri,  7 Jul 2006 20:33:50 +0200

python-ldap (2.2.0-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Update to the new python policy (Closes: #373322).

 -- Pierre Habouzit <madcoder@debian.org>  Thu, 29 Jun 2006 11:49:30 +0200

python-ldap (2.2.0-1) unstable; urgency=low

  * New upstream release.
  * Split python-ldap-doc into a separate source package in contrib due
    to its build dependency on latex2html.
  * debian/patches/openldap_2.1.diff: Preserve compatibility with the
    currently packaged OpenLDAP libraries.

 -- Matej Vela <vela@debian.org>  Mon, 10 Apr 2006 08:21:13 +0200

python-ldap (2.0.11-2) unstable; urgency=low

  * debian/patches/result3_tuple_size.diff: Fix tuple size in result3().
    Thanks to Alessandro Ogier for the patch (SF#1368108; fixed in CVS).
    Closes: #357932.

 -- Matej Vela <vela@debian.org>  Mon, 20 Mar 2006 12:29:57 +0100

python-ldap (2.0.11-1) unstable; urgency=low

  * New maintainer.  Closes: #354618.
  * New upstream release.  Closes: #343374.
    - Features specific to OpenLDAP 2.1+ are now used only if available.
      Closes: #293585.
  * Switch to cdbs.
  * debian/patches/opt_api_info.diff: LDAPAPIInfo.ldapai_vendor_version is
    an integer rather than a string.  Closes: #278795.
  * Add support for Python 2.4.  Closes: #324847.
  * Remove support for Python 2.1/2.2.  Closes: #351142.
  * Fix typo in description.  Closes: #300040, #300045, #300062, #300070.
  * Distribute examples with python-ldap-doc.  Closes: #269496, #306513.
  * Remove empty files from python-ldap-doc.
  * Replace /usr/share/doc/python-ldap with a symlink to python2.3-ldap.
  * debian/copyright: Add Peter and myself to the list of maintainers.
  * debian/python-ldap-doc.doc-base: Add.
  * debian/watch: Add.
  * debian/README.Debian: LDAPv3 warning no longer relevant; remove.
  * debian/TODO.Debian: All done; remove.
  * debian/python-ldap.preinst, debian/python2.3-ldap.preinst: Remove
    woody compatibility code.
  * Conforms to Standards version 3.6.2.

 -- Matej Vela <vela@debian.org>  Mon, 27 Feb 2006 20:50:04 +0100

python-ldap (2.0.4-1) unstable; urgency=low

  * New upstream version. This possibly closes bug 273916, but I'll need
    confirmation from the submitter before closing the bug.

 -- Peter Hawkins <peterh@debian.org>  Wed, 10 Nov 2004 10:18:01 +1100

python-ldap (2.0.1-1) unstable; urgency=low

  * New upstream version.

 -- Peter Hawkins <peterh@debian.org>  Sat, 10 Jul 2004 15:07:07 +1000

python-ldap (1.9.999.pre19-1) unstable; urgency=low

  * New upstream version.

 -- Peter Hawkins <peterh@debian.org>  Sat, 24 Jan 2004 09:41:50 +1100

python-ldap (1.9.999.pre14-2) unstable; urgency=low

  * New upstream version. This release has added the ldap.filter module
    to setup.py. (closes: #204832)
  * Acknowledged bugs from the two previous NMUs (closes: #206492, #205755)
  * Updated standards version to 3.6.1.
  * Build python2.1-ldap without thread support. As far as I'm aware, no-one
    was actually using the reentrant build (I silently introduced it several
    revisions ago without any requests/complaints until now). If you need
    thread support, use a newer python version (zope is one of the few
    remaining users of python 2.1). (closes: #207226).
  * Remove .pyo files left by previous versions of python-ldap in the preinst
    script (closes: #198521)

 -- Peter Hawkins <peterh@debian.org>  Wed, 15 Oct 2003 19:21:49 +1000

python-ldap (1.9.999.pre13-1.2) unstable; urgency=low

  * NMU to correct my previous NMU, sorry.
  * Correct dependencies (closes: #206492).

 -- Josselin Mouette <joss@debian.org>  Thu, 21 Aug 2003 13:33:17 +0200

python-ldap (1.9.999.pre13-1.1) unstable; urgency=low

  * NMU.
  * Rebuild for python 2.3 (closes: #205755).
  * Standards-version is 3.6.0.

 -- Josselin Mouette <joss@debian.org>  Tue, 19 Aug 2003 11:56:11 +0200

python-ldap (1.9.999.pre13-1) unstable; urgency=low

  * New upstream release.

 -- Peter Hawkins <peterh@debian.org>  Fri, 13 Jun 2003 14:18:43 +1000

python-ldap (1.9.999.pre12-1) unstable; urgency=low

  * New upstream release.
    Upstream added code fixing the problems with ldap modLists. I haven't
    heard back from the submitter, so I'm assuming that the fix was ok. This
    upload therefore (closes: #175710).
  * Added 'exit 0' to the end of the prerm scripts.
  * Added note to README.Debian about the change in default LDAP protocol
    version to v3.
  * Updated standards version to 3.5.10.

 -- Peter Hawkins <peterh@debian.org>  Wed, 28 May 2003 11:59:51 +1000

python-ldap (1.9.999.pre11-1) unstable; urgency=low

  * New upstream release.
  * Now Build-Depends on libsasl2-dev, not libsasl-dev. Removed Depends
    on libldap2-tls.

 -- Peter Hawkins <peterh@debian.org>  Sat,  3 May 2003 11:40:20 +1000

python-ldap (1.9.999.pre08-1) unstable; urgency=low

  * New upstream release (small bugfix release over 2.0.0pre07 to fix
    python 2.1 compatibility upstream).
  * Seperate binary-all and binary-arch targets in debian/rules and
    make them build the correct things. (closes: #188600)
  * Change the package section to python.

 -- Peter Hawkins <peterh@debian.org>  Sat, 12 Apr 2003 08:33:21 +1000

python-ldap (1.9.999.pre07-1) unstable; urgency=low

  * Updated standards version to 3.5.9.
  * Merge TLS builds into standard packages. This involved some evil
    monkeying with dpkg-divert to work around what I think is a dpkg bug
    Please yell at me if the upgrade fails (I have no doubt that will
    happen anyway).
  * Removed full stop from end of python-ldap-doc description to shut up
    lintian.
  * New upstream release.
  * Set DH_COMPAT in debian/rules (closes: #185320).

 -- Peter Hawkins <peterh@debian.org>  Fri, 11 Apr 2003 20:38:54 +1000

python-ldap (1.9.999.pre06-1) unstable; urgency=low

  * New upstream version (incorporating patch to 76722).
  * Moved byte-compilation into postinst and prerm scripts.
  * Split docs away from module packages.
  * Added TLS support modules.
  * Build SASL in by default.

 -- Peter Hawkins <peterh@debian.org>  Wed, 25 Sep 2002 15:51:34 +1000

python-ldap (1.9.999.pre05-3) unstable; urgency=low

  * Added Conflicts: field to control file to shut dpkg up even more.
  * Added Python 2.3 version.
  * Changed default python version to 2.2.

 -- Peter Hawkins <peterh@debian.org>  Sat, 14 Sep 2002 09:56:35 +1000

python-ldap (1.9.999.pre05-2) unstable; urgency=low

  * Added Replaces: field to control file to shut dpkg up on upgrade.
    (closes: #157015)

 -- Peter Hawkins <peterh@debian.org>  Sat, 17 Aug 2002 20:03:25 +1000

python-ldap (1.9.999.pre05-1) unstable; urgency=low

  * New upstream version.
  * Really fixed segfault (sorry, I forgot to include my own patch in the
    last upload). (closes: #76722)

 -- Peter Hawkins <peterh@debian.org>  Fri, 16 Aug 2002 19:50:47 +1000

python-ldap (1.9.999.pre04-2) unstable; urgency=low

  * Extensive hacking of debian/* files to build package for multiple python
    versions. (closes: #151640)
  * Added HTML documentation to package (closes: #76718)
  * Patch to prevent segfault (closes: #76722)
  * New maintainer - Peter Hawkins <peterh@debian.org> (with Gregor's
    permission)

 -- Peter Hawkins <peterh@debian.org>  Mon, 12 Aug 2002 15:19:00 +1000

python-ldap (1.9.999.pre04-1) unstable; urgency=low

  * New upstream version: 2.0.0pre04.
  * Examples have been removed upstream.

 -- Gregor Hoffleit <flight@debian.org>  Wed, 20 Feb 2002 22:36:29 +0100

python-ldap (1.9.999.cvs.20011231-1) unstable; urgency=low

  * New upstream version from CVS.
  * copyright: new home page http://python-ldap.sourceforge.net/
    (closes: #94854).

 -- Gregor Hoffleit <flight@debian.org>  Mon, 31 Dec 2001 16:47:57 +0100

python-ldap (1.9.999.cvs.20011115-1) unstable; urgency=low

  * New upstream version from CVS:
    - Compiles against OpenLDAP 2.0.x (closes: #76717, #84508).
  * Built against Python 2.1 (closes: #118405).
  * Docs removed for now (are not up to date anyway) (closes: #72026, #67330,
    #78417).

 -- Gregor Hoffleit <flight@debian.org>  Fri, 16 Nov 2001 19:35:10 +0100

python-ldap (1.8-1) unstable; urgency=low

  * New upstream version:
    - features class-based exceptions
      (closes: Bug#50837: python-ldap: exceptions should be class-based).
    - Documentation is now included in pdf format instead of ps.

 -- Gregor Hoffleit <flight@debian.org>  Tue, 30 Nov 1999 15:48:15 +0100

python-ldap (1.7-1) unstable; urgency=low

  * New upstream version.
  * Moved documentation to /usr/share/doc, closes: Bug#46661.

 -- Gregor Hoffleit <flight@debian.org>  Thu, 14 Oct 1999 10:43:56 +0200

python-ldap (1.5-1) unstable; urgency=low

  * New upstream version.
  * Now uses openldap instead of umich-ldap (closes Bug#36462: Python-ldap
    should use openldap not umich, closes Bug#35384: python-ldap vs
    openldap).
  * examples/test.py was modified to work with the default Debian
    openldapd setup.

 -- Gregor Hoffleit <flight@debian.org>  Thu, 22 Apr 1999 11:11:07 +0200

python-ldap (1.4-2) frozen unstable; urgency=low

  * Maintainer upload (closes Bug#28217).
  * debian/control: The preferred maintainer email address is
    <flight@debian.org>.

 -- Gregor Hoffleit <flight@debian.org>  Mon,  2 Nov 1998 15:09:31 +0100

python-ldap (1.4-1.1) unstable; urgency=low

  * non-maintainer (binary-only) upload for Alpha
  * create directory debian/tmp/usr/libpython1.5 before calling 'make install'

 -- Paul Slootman <paul@debian.org>  Mon, 19 Oct 1998 21:44:33 +0200

python-ldap (1.4-1) unstable; urgency=low

  * Initial release.

 -- Gregor Hoffleit <flight@debian.org>  Wed, 14 Oct 1998 10:34:11 +0200