Updating version
[invirt/packages/invirt-dhcp.git] / debian / changelog
1 invirt-dhcp (0.0.7) precise; urgency=low
2
3   * Fixing the version of package for prod.
4
5  -- Steven Valdez <dvorak42@mit.edu>  Sat, 20 Jul 2013 16:31:26 -0400
6
7 invirt-dhcp (0.0.6~glasgall5achernya1) precise; urgency=low
8
9   * Switch to dh7
10   * Bump standards version
11
12  -- Alexander Chernyakhovsky <achernya@mit.edu>  Fri, 31 May 2013 03:43:59 -0400
13
14 invirt-dhcp (0.0.6~glasgall5) precise; urgency=low
15
16   * more string/unistring idiocy
17
18  -- Adam Glasgall <glasgall@mit.edu>  Sun, 28 Apr 2013 15:37:37 -0400
19
20 invirt-dhcp (0.0.6~glasgall4) precise; urgency=low
21
22   * pydhcplib is not terribly pythonic.
23
24  -- Adam Glasgall <glasgall@mit.edu>  Sun, 28 Apr 2013 15:18:57 -0400
25
26 invirt-dhcp (0.0.6~glasgall3) precise; urgency=low
27
28   * pydhcplib api breakage! server_identifier now has to be a "32-bits"
29     instead of an "ipv4"; adjust types accordingly.
30
31  -- Adam Glasgall <glasgall@mit.edu>  Sun, 28 Apr 2013 15:10:04 -0400
32
33 invirt-dhcp (0.0.6~glasgall2) precise; urgency=low
34
35   * pydhcpserver expects IP address strings to be strs. encode the
36     unistrings sqlalchemy gives us accordingly.
37
38  -- Adam Glasgall <glasgall@mit.edu>  Sun, 28 Apr 2013 14:14:17 -0400
39
40 invirt-dhcp (0.0.6~glasgall1) precise; urgency=low
41
42   * Port to Precise, with sqlalchemy api changes
43
44  -- Adam Glasgall <glasgall@mit.edu>  Fri, 26 Apr 2013 21:40:50 -0400
45
46 invirt-dhcp (0.0.5) unstable; urgency=low
47
48   * Added README from Trac File
49
50  -- Paul Weaver <pweaver@mit.edu>  Sat, 20 Nov 2010 15:16:00 -0500
51
52 invirt-dhcp (0.0.4) unstable; urgency=low
53
54   * Don't answer DHCP packets if we don't recognize the hardware address.
55     This ensures that we don't conflict with any DHCP servers present
56     on the LAN.
57
58  -- Quentin Smith <quentin@mit.edu>  Mon, 01 Feb 2010 19:38:04 -0500
59
60 invirt-dhcp (0.0.3) unstable; urgency=low
61
62   * Detect local IP address and pass it as the DHCP server-identifier
63     option, as required by several DHCP clients.
64   * Reuse the existing DHCP socket for replies by binding it to the
65     client VM interface and then restoring its global binding after
66     sendto(); this keeps replies coming from port 67, as is standard.
67
68  -- Joshua Oreman <oremanj@mit.edu>  Mon, 28 Sep 2009 22:46:41 -0400
69
70 invirt-dhcp (0.0.2) unstable; urgency=low
71
72   * Don't throw a sqlalchemy.exceptions.InvalidRequestError exception if
73     we get a DHCPREQUEST for a MAC address that's not in our database.
74
75  -- Evan Broder <broder@mit.edu>  Mon, 04 May 2009 21:14:26 -0400
76
77 invirt-dhcp (0.0.1) unstable; urgency=low
78
79   * sipb-xen-dhcp -> invirt-dhcp
80   * Remove pointless files/ tree
81   * Use library init script
82
83  -- Evan Broder <broder@mit.edu>  Wed, 29 Oct 2008 12:41:31 -0400
84
85 sipb-xen-dhcp (3.4) unstable; urgency=low
86
87   * sipb-xen-base -> invirt-base
88
89  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 04:23:40 -0400
90
91 sipb-xen-dhcp (3.3) unstable; urgency=low
92
93   * sipb-xen-database-common -> invirt-database
94
95  -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 21:02:44 -0400
96
97 sipb-xen-dhcp (3.2) unstable; urgency=low
98
99   * Update dependencies to reflect new package name for python-pydhcplib
100
101  -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 03:24:28 -0400
102
103 sipb-xen-dhcp (3.1) unstable; urgency=low
104
105   * Take out the hack to reconnect to the database if it goes away
106
107  -- Evan Broder <broder@mit.edu>  Sat, 04 Oct 2008 23:22:19 -0400
108
109 sipb-xen-dhcp (3) unstable; urgency=low
110
111   * invirt-configurize dhcp
112   * Use the syslog instead of the event_logger module
113   * Install the server in a more standard location
114
115  -- Evan Broder <broder@mit.edu>  Sat, 04 Oct 2008 20:10:17 -0400
116
117 sipb-xen-dhcp (2) unstable; urgency=low
118
119   * DHCP server should send information to set correct information
120     (fixes #44)
121
122  -- SIPB Xen Projet <sipb-xen@mit.edu>  Mon, 31 Mar 2008 19:43:00 -0400
123
124 sipb-xen-dhcp (1.1) unstable; urgency=low
125
126   * Split off pydhcplib into its own package and add that as a dependency
127
128  -- SIPB Xen Project <sipb-xen@mit.edu>  Sun, 30 Mar 2008 16:59:46 -0400
129
130 sipb-xen-dhcp (1) unstable; urgency=low
131
132   * Initial Release.
133
134  -- SIPB Xen Project <sipb-xen@mit.edu>  Sun, 25 Feb 2008 00:05:12 -0500
135