-
Fri May 22 2009 David Cantrell <dcantrell@redhat.com> - 1.20-10
- Fix loader SIGSEGV when getting an IP address
Resolves: rhbz#500775
- Fix problem when configuring interface and receiving EBUSY from libnl
Resolves: rhbz#444919
-
Fri May 08 2009 David Cantrell <dcantrell@redhat.com> - 1.20-9
- Correct error in spec file
Related: rhbz#444919
-
Fri May 01 2009 David Cantrell <dcantrell@redhat.com> - 1.20-8
- Use libnl to build list of valid network interfaces
Resolves: rhbz#444919
-
Fri Feb 20 2009 David Cantrell <dcantrell@redhat.com> - 1.20-7
- Handle static network configuration correctly
Resolves: rhbz#233066
-
Mon Aug 11 2008 David Cantrell <dcantrell@redhat.com> - 1.20-6
- Set system hostname from DHCP server response
Resolves: rhbz#450296
-
Fri Apr 11 2008 David Cantrell <dcantrell@redhat.com> - 1.20-5
- Rebuild against latest dhcp
Related: rhbz#435978
-
Mon Jan 21 2008 David Cantrell <dcantrell@redhat.com> - 1.20-4
- Rebuild against correct version of libdhcp6client
Related: rhbz#429293
-
Fri Jan 18 2008 David Cantrell <dcantrell@redhat.com> - 1.20-3
- Rebuild for new libdhcp6client shared library
Resolves: rhbz#429293
-
Mon May 14 2007 David Cantrell <dcantrell@redhat.com> - 1.20-2
- Request and handle static-routes option for IPv4 requests
- Resolves: rhbz#236936
- libdhcp-devel obsoletes pump-devel <= 0.8.24
- Resolves: rhbz#238866
-
Wed Feb 21 2007 David Cantrell <dcantrell@redhat.com> - 1.20-1
- Upgrade to libdhcp-1.20
- Resolves: rhbz#229043
-
Tue Dec 12 2006 David Cantrell <dcantrell@redhat.com> - 1.17-1
- Replace enum dhcp_state_e in libdhcp.h with the actual typedef
- Resolves: rhbz#218084
-
Fri Oct 20 2006 David Cantrell <dcantrell@redhat.com> - 1.16-1
- Fix search_list dynamic allocation (#201907)
-
Mon Oct 16 2006 Jeremy Katz <katzj@redhat.com> - 1.15-1
- fix build failure due to NULL changes
-
Fri Oct 13 2006 David Cantrell <dcantrell@redhat.com> - 1.14-1
- Archive is now a .tar.bz2
-
Fri Oct 13 2006 David Cantrell <dcantrell@redhat.com> - 1.13-1
- Use NULL for pointer initialization rather than 0
- Code readability cleanups
- Do not generate Doxygen docs or examples subdir for each build, which
corrects the multilib RPM conflicts (#210574).
-
Mon Aug 14 2006 Peter Jones <pjones@redhat.com> - 1.12-1
- Fixes for ppc and ppc64 (#201920)
-
Fri Aug 11 2006 David Cantrell <dcantrell@redhat.com> - 1.11-1
- If interface is already configured, down it before reconfig (#202208)
-
Wed Aug 02 2006 David Cantrell <dcantrell@redhat.com> - 1.10-1
- Make the README file a little more readable
- Set char pointers to NULL after free() in dhcpv4_control_free()
- In dhcp4_nic_callback(), set state string for DHC_TIMEDOUT
- In dhcp6_nic_callback(), set state string for DHC_TIMEDOUT
- Don't free null pointers in dhcp_nic_va()
-
Thu Jul 13 2006 David Cantrell <dcantrell@redhat.com> - 1.9-1
- Added IP_STRLEN() macro to ip_addr.h
- In pumpSetupInterface(), removed return_ok, make close/free calls as
needed
- Close and free nic stuff in the right order in pumpSetupInterface()
- Removed unnecessary relinquish_timeout() calls in pumpSetupInterface()
-
Wed Jul 12 2006 David Cantrell <dcantrell@redhat.com> - 1.8-1
- Removed nic_configure_resolver() and calls to it
-
Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.7-1.1
- rebuild
-
Tue Jul 11 2006 David Cantrell <dcantrell@redhat.com> - 1.7-1
- Poll nic_get_links() until NLMSG_DONE is received (#197172)
-
Wed Jun 28 2006 Peter Jones <pjones@redhat.com> - 1.6-1
- fix two memory leaks in dhcpv4_control_va
- fix memory leaks in dhcp_nic_va
- don't fork threads if we're not using a particular protocol
- fix client finished detection logic
- add a destructor for a dhc6ctl
- relinquish timeouts when pump is finished getting a lease
-
Wed Jun 21 2006 Jeremy Katz <katzj@redhat.com> - 1.5-2
- actually follow the timeout given instead of always using 10 seconds
-
Thu Jun 15 2006 Peter Jones <pjones@redhat.com> - 1.5-1
- fix some bugs anaconda was hitting
-
Thu Jun 08 2006 Jason Vas Dias <jvdias@redhat.com> - 1.3-1
- Ensure IPv6 module is loaded before invoking dhcpv6_client
- fix segfault on free() of uninitialized 'sdns' in dhcp_nic
-
Wed Jun 07 2006 Jason Vas Dias <jvdias@redhat.com> - 1.2-2
- fix bug 194377: -devel package missing Require:s.
-
Sun May 21 2006 Jason Vas Dias <jvdias@redhat.com> - 1.2-1
- numerous improvements - stopped using libnl cache at all to
fix memory leaks.
-
Sun May 14 2006 Jason Vas Dias <jvdias@redhat.com> - 1.1-1
- Initial build.