Changelog for
libdhcp-1.20-6.SEL5_2.x86_64.rpm :
Fri Jan 23 23:00:00 2009 Anatoly Metetes
- Rebuild for StartCom Linux 5.0.x
Tue Aug 12 00:00:00 2008 David Cantrell - 1.20-6
- Set system hostname from DHCP server response
Resolves: rhbz#450296
Sat Apr 12 00:00:00 2008 David Cantrell - 1.20-5
- Rebuild against latest dhcp
Related: rhbz#435978
Mon Jan 21 23:00:00 2008 David Cantrell - 1.20-4
- Rebuild against correct version of libdhcp6client
Related: rhbz#429293
Fri Jan 18 23:00:00 2008 David Cantrell - 1.20-3
- Rebuild for new libdhcp6client shared library
Resolves: rhbz#429293
Tue May 15 00:00:00 2007 David Cantrell - 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 23:00:00 2007 David Cantrell - 1.20-1
- Upgrade to libdhcp-1.20
- Resolves: rhbz#229043
Tue Dec 12 23:00:00 2006 David Cantrell - 1.17-1
- Replace enum dhcp_state_e in libdhcp.h with the actual typedef
- Resolves: rhbz#218084
Sat Oct 21 00:00:00 2006 David Cantrell - 1.16-1
- Fix search_list dynamic allocation (#201907)
Tue Oct 17 00:00:00 2006 Jeremy Katz - 1.15-1
- fix build failure due to NULL changes
Sat Oct 14 00:00:00 2006 David Cantrell - 1.14-1
- Archive is now a .tar.bz2
Sat Oct 14 00:00:00 2006 David Cantrell - 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).
Tue Aug 15 00:00:00 2006 Peter Jones - 1.12-1
- Fixes for ppc and ppc64 (#201920)
Sat Aug 12 00:00:00 2006 David Cantrell - 1.11-1
- If interface is already configured, down it before reconfig (#202208)
Thu Aug 3 00:00:00 2006 David Cantrell - 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()
Fri Jul 14 00:00:00 2006 David Cantrell - 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()
Thu Jul 13 00:00:00 2006 David Cantrell - 1.8-1
- Removed nic_configure_resolver() and calls to it
Thu Jul 13 00:00:00 2006 Jesse Keating - 1.7-1.1
- rebuild
Wed Jul 12 00:00:00 2006 David Cantrell - 1.7-1
- Poll nic_get_links() until NLMSG_DONE is received (#197172)
Thu Jun 29 00:00:00 2006 Peter Jones - 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
Thu Jun 22 00:00:00 2006 Jeremy Katz - 1.5-2
- actually follow the timeout given instead of always using 10 seconds
Fri Jun 16 00:00:00 2006 Peter Jones - 1.5-1
- fix some bugs anaconda was hitting
Fri Jun 9 00:00:00 2006 Jason Vas Dias - 1.3-1
- Ensure IPv6 module is loaded before invoking dhcpv6_client
- fix segfault on free() of uninitialized \'sdns\' in dhcp_nic
Thu Jun 8 00:00:00 2006 Jason Vas Dias - 1.2-2
- fix bug 194377: -devel package missing Require:s.
Mon May 22 00:00:00 2006 Jason Vas Dias - 1.2-1
- numerous improvements - stopped using libnl cache at all to
fix memory leaks.
Mon May 15 00:00:00 2006 Jason Vas Dias - 1.1-1
- Initial build.