File: changelog

package info (click to toggle)
dhcpy6d 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 416 kB
  • ctags: 213
  • sloc: python: 2,387; sh: 231; sql: 34; makefile: 15
file content (278 lines) | stat: -rw-r--r-- 9,117 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
dhcpy6d (0.4.3-1) unstable; urgency=low

  [ Henri Wahl ]
  * New upstream release
    + Added autocommit to MySQL
    + Fixed fixed addresses
    + Some optimization in tidy-up-thread
    + Small fixes

  [ Axel Beckert ]
  * Fix typo found by Lintian in package description.
  * Switch Vcs-Git header from git:// to https:// and add "-b debian".
  * Switch Homepage header from http:// to https://.
  * Declare compliance with Debian Policy 3.9.8. (No changes needed.)

 -- Axel Beckert <abe@debian.org>  Tue, 28 Jun 2016 21:12:53 +0200

dhcpy6d (0.4.3~dev1-1) unstable; urgency=medium

  [ Henri Wahl ]
  * New upstream snapshot
    + removed client FQDN in log file

  [ Axel Beckert ]
  * Merge adduser and usermod calls in debian/dhcpy6d.postinst. Fixes
    false positive lintian warning
    maintainer-script-should-not-use-adduser-system-without-home.
  * Bump debhelper compatibility to 9 as recommended nowadays.
    + Update versioned debhelper build-dependency accordingly.

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Fri, 21 Aug 2015 12:30:00 +0200

dhcpy6d (0.4.2-1) unstable; urgency=medium

  * New upstream snapshot
    + fixed usage of fixed addresses in dhcpy6d-clients.conf
    + fixed DNSUpdate() to update default class clients too
    + show warning if deprecated prefix_length is used in address definitions
    + set socket to non-blocking to avoid freeze
    + increase MAC/LLIP cache time from 30s to 300s because of laggy clients
    + removed useless prefix length
    + retry query on MySQL reconnect bugfix

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Tue, 18 Aug 2015 16:00:00 +0200

dhcpy6d (0.4.1-1) unstable; urgency=medium

  [ Henri Wahl ]
  * New upstream release
    + VLAN definitions now really work
    + several code cleaned
    + Removes unnecessary executable bits (see #769006) → reinstantiate
      debian/dhcpy6d.logrotate as symlink

  [ Axel Beckert ]
  * Fix postinst script to not expect preinst parameters (Closes: #768974)

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Tue, 17 Mar 2015 08:50:00 +0100

dhcpy6d (0.4-2) unstable; urgency=medium

  * Handle /etc/default/dhcpy6d with ucf. (Closes: #767817)
    + Install file to /usr/share/dhcpy6d/default/dhcpy6d instead, remove
      symlink debian/dhcpy6d.default, add debian/dhcpy6d.install.
    + Depend on ucf.
  * Install volatile.sqlite into /usr/share/dhcpy6d/ and copy it to
    /var/lib/dhcpy6d/volatile.sqlite during postinst only if it doesn't
    yet exist. Remove it upon purge. (Closes: #768989)
  * Both fixes above together also remove unnecessary executable bits.
    (Else the fix for #767817 newly introduces the lintian warning
    executable-not-elf-or-script; closes: #769006)
  * Additionally replace symlink debian/dhcpy6d.logrotate with a patched
    copy of etc/logrotate.d/dhcpy6d to remove the executable bit also
    there. (Fixes another facet of #769006)

 -- Axel Beckert <abe@debian.org>  Thu, 13 Nov 2014 12:39:09 +0100

dhcpy6d (0.4-1) unstable; urgency=low

  [ Henri Wahl ]
  * New upstream release
    + new options: log_mac_llip, cache_mac_llip (avoids cache poisoning)

  [ Axel Beckert ]
  * Add get-orig-source target to debian/rules for easier snapshot
    packaging.
  * Depend on ${python:Depends} instead of a hardcoded python (>= 2.6).
  * Add "Pre-Depends: dpkg (>= 1.16.5) for "start-stop-daemon --no-close"
  * Drop dependency on iproute/iproute2 as /sbin/ip is no more used.

 -- Axel Beckert <abe@debian.org>  Wed, 22 Oct 2014 21:03:56 +0200

dhcpy6d (0.3.99+git2014.09.18-1) unstable; urgency=medium

  * New upstream release candidate + snapshot
    + allow VLAN interface definitions
    + check if used interfaces exist
    + improved usability with more clear mesages if there are
      configuration errors
    + full man pages dhcpy6d.8 and dhcpy6d.conf.5 added
    + added command line argument --generate-duid for DUID generation at setup

  [ Henri Wahl ]
  * Append generated DUID to /etc/default/dhcpy6d if not yet present
  * Added command line arguments --really-do-it and --duid to be
    configured in /etc/defaults/dhcpy6d

  [ Axel Beckert ]
  * Switch section from "utils" to "net" like most other DHCP servers.
  * Update debian/source/options to follow upstream directory name changes
  * Bump Standards-Version to 3.9.6 (no changes)

 -- Axel Beckert <abe@debian.org>  Thu, 02 Oct 2014 18:25:44 +0200

dhcpy6d (0.3+git2014.07.23-1) unstable; urgency=medium

  * New upstream snapshot.
    + Man pages moved from Debian to Upstream
    + Don't ship man pages installed to /usr/share/doc/dhcpy6d/
  * Delete dhcpy6d's log files upon package purge.
  * Add missing dependency on iproute2 or iproute. Thanks Henri!
  * Complete the switch from now deprecated python-support to dh_python2.
    + Only debian/control changes. (debian/rules was fine already.)
    + Fixes lintian warning build-depends-on-obsolete-package.

 -- Axel Beckert <abe@debian.org>  Thu, 24 Jul 2014 14:27:31 +0200

dhcpy6d (0.3+git2014.03.21-1) unstable; urgency=low

  * New upstream snapshot
  * First upload to Debian (Closes: #715010)
  * Switch back to non-native packaging
  * Set myself as primary package maintainer
  * Switch to source format "3.0 (quilt)".
    + Remove now obsolete README.source
  * Drop unnecessary build-dependency on quilt. Fixes lintian warning
    quilt-build-dep-but-no-series-file.
  * Add machine-readable debian/copyright. Fixes lintian warning
    no-debian-copyright.
  * Add "set -e" to postinst script to bail out on any error.
  * Move adduser from Suggests to Depends. Used in the postinst script.
  * Don't ship additional LICENSE file installed by upstream. Fixes
    lintian warning extra-license-file.
  * Add a debian/watch file. Fixes lintian warning
    debian-watch-file-is-missing.
  * Use short description from GitHub as short description.
  * Don't ship empty log file, create it at install time. Fixes lintian
    warning file-in-unusual-dir.
  * Add minimal man page with pointer to online documentation. Fixes
    lintian warning binary-without-manpage.
  * Also fix the following lintian warnings:
    + maintainer-address-malformed
    + maintainer-also-in-uploaders
    + no-standards-version-field
    + maintainer-script-lacks-debhelper-token
    + debhelper-but-no-misc-depends
    + description-starts-with-package-name
    + description-synopsis-might-not-be-phrased-properly
    + description-too-long (refers to first line)
    + extended-description-is-empty
  * Apply wrap-and-sort

 -- Axel Beckert <abe@debian.org>  Wed, 21 May 2014 14:25:27 +0200

dhcpy6d (0.3) unstable; urgency=low

  * New upstream
    - running as non-root user/group dhcpy6d
    - deb improvements
    - rpm improvements

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Mon, 29 Jul 2013 13:14:00 +0200


dhcpy6d (0.2-1) unstable; urgency=low

  * New upstream
    - next fix in 'range' lease storage, getting more robust
    - better logging

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Fri, 31 May 2013 14:40:00 +0200


dhcpy6d (0.1.5-1) unstable; urgency=low

  * New upstream
    - fixed race condition in 'range' lease storage

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Thu, 23 May 2013 11:00:00 +0200


dhcpy6d (0.1.4.1-1) unstable; urgency=low

  * New upstream
    - fixed lease storage bug

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Sat, 18 May 2013 00:50:00 +0200
 
 
dhcpy6d (0.1.4-1) unstable; urgency=low

  * New upstream
    - fixed advertised address handling for categories 'range' and 'random'

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Fri, 17 May 2013 14:50:00 +0200


dhcpy6d (0.1.3-1) unstable; urgency=low

  * New upstream
    - added domain_search_list option
    - fixed case-sensitive MAC address config

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Mon, 06 May 2013 14:50:00 +0200


dhcpy6d (0.1.2-1) unstable; urgency=low

  * New upstream
    - fixed multiple addresses renew bug

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Tue, 19 Mar 2013 9:02:00 +0200


dhcpy6d (0.1.1-1) unstable; urgency=low

  * New upstream
    - reverted to Handler.finish()

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Tue, 15 Jan 2013 07:35:00 +0200


dhcpy6d (0.1-1) unstable; urgency=low

  * New upstream
    - inital stable release

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Wed, 11 Jan 2013 14:10:00 +0200


dhcpy6d (20130111-1) unstable; urgency=low

  * New upstream
    - more polishing for rpm packaging support

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Wed, 11 Jan 2013 13:18:00 +0200


dhcpy6d (20130109-1) unstable; urgency=low

  * New upstream
    - polishing packaging support

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Wed, 09 Jan 2013 14:16:00 +0200


dhcpy6d (20121221-1) unstable; urgency=low

  * New upstream
    - finished Debian support

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Thu, 21 Dec 2012 11:25:00 +0200


dhcpy6d (20121220-1) unstable; urgency=low

  * New upstream
    - testing Debian support

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Thu, 20 Dec 2012 11:25:00 +0200


dhcpy6d (20121219-1) unstable; urgency=low

  * New upstream
    - testing Debian support

 -- Henri Wahl <h.wahl@ifw-dresden.de>  Wed, 19 Dec 2012 11:25:00 +0200