Skip to content

Commit e14710d

Browse files
committed
1.2.3
1 parent 8471c00 commit e14710d

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
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+
2023-02-20 1.2.3
4+
5+
fixed invalid hostname
6+
37
2022-06-14 1.2.2
48

59
fixed class interface parsing

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
dhcpy6d (1.2.3-1) stable; urgency=medium
2+
3+
* New upstream release
4+
+ fixed invalid hostname
5+
6+
-- Henri Wahl <[email protected]> Mon, 20 Feb 2023 21:00:00 +0200
7+
18
dhcpy6d (1.2.2-1) stable; urgency=medium
29

310
* New upstream release

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.2',
66+
version='1.2.3',
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)