- 
    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.