Skip to content

Commit 6d9fdc0

Browse files
committed
1.2.2
1 parent 520e887 commit 6d9fdc0

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog for dhcpy6d
22

3+
2022-06-14 1.2.2
4+
5+
fixed class interface parsing
6+
37
2022-05-10 1.2.1
48

59
fixed option 23

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
dhcpy6d (1.2.2-1) stable; urgency=medium
2+
3+
* New upstream release
4+
+ fixed class interface parsing
5+
6+
-- Henri Wahl <henri@dhcpy6d.de> Tue, 14 Jun 2022 21:00:00 +0200
7+
18
dhcpy6d (1.2.1-1) stable; urgency=medium
29

310
* New upstream release

doc/dhcpy6d-clients.conf.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Clients configuration file for DHCPv6 server dhcpy6d
77
----------------------------------------------------
88

99
:Author: Copyright (C) 2012-2022 Henri Wahl <h.wahl@dhcpy6d.de>
10-
:Date: 2022-05-10
11-
:Version: 1.2.1
10+
:Date: 2022-06-14
11+
:Version: 1.2.2
1212
:Manual section: 5
1313
:Copyright: This manual page is licensed under the GPL-2 license.
1414

doc/dhcpy6d.conf.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Configuration file for DHCPv6 server dhcpy6d
77
--------------------------------------------
88

99
:Author: Copyright (C) 2012-2022 Henri Wahl <henri@dhcpy6d.de>
10-
:Date: 2022-05-10
11-
:Version: 1.2.1
10+
:Date: 2022-06-14
11+
:Version: 1.2.2
1212
:Manual section: 5
1313
:Copyright: This manual page is licensed under the GPL-2 license.
1414

doc/dhcpy6d.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ MAC address aware DHCPv6 server
77
----------------------------------------------------------------
88

99
:Author: Copyright (C) 2012-2022 Henri Wahl <henri@dhcpy6d.de>
10-
:Date: 2022-05-10
11-
:Version: 1.2.1
10+
:Date: 2022-06-14
11+
:Version: 1.2.2
1212
:Manual section: 8
1313
:Copyright: This manual page is licensed under the GPL-2 license.
1414

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
]
6464

6565
setup(name='dhcpy6d',
66-
version='1.2.1',
66+
version='1.2.2',
6767
license='GNU GPL v2',
6868
description='DHCPv6 server daemon',
6969
long_description='Dhcpy6d delivers IPv6 addresses for DHCPv6 clients, which can be identified by DUID, hostname or MAC address as in the good old IPv4 days. It allows easy dualstack transition, addresses may be generated randomly, by range, by DNS, by arbitrary ID or MAC address. Clients can get more than one address, leases and client configuration can be stored in databases and DNS can be updated dynamically.',

0 commit comments

Comments
 (0)