2007-08-16  David Cantrell  <dcantrell@redhat.com>

	* dhcdbd.spec: Bump version.

2007-08-16  David Cantrell  <dcantrell@redhat.com>

	* README: Remove information about the -x option on dhclient.

	* include/dhcdbd.h: Remove DHCLIENT_EXTENDED_OPTION_ENVIRONMENT
	section.
	* src/dhcdbd.c: Likewise.

2007-08-14  David Cantrell  <dcantrell@redhat.com>

	* dhcdbd.spec: Bump version.

2007-08-14  David Cantrell  <dcantrell@redhat.com>

	* dhcdbd.init: Do not use log_success_msg() or log_failure_msg()
	per current Fedora init script guidelines, do not source the
	/lib/lsb/init-functions file(#252256).

2007-08-13  David Cantrell  <dcantrell@redhat.com>

	* dhcdbd.spec: Spec file changelog cleanups.  Update URLs.

2007-08-13  David Cantrell  <dcantrell@redhat.com>

	* dhcdbd.spec: Bump version.

2007-08-13  David Cantrell  <dcantrell@redhat.com>

	* src/dbus_service.c: Change dbus_watch_get_fd() calls to
	dbus_watch_get_unix_fd().

	* src/dhcdbd.c: Pass a mode to the open(2) call.

2007-08-13  David Cantrell  <dcantrell@redhat.com>

	* dhcdbd.init: Update init script to meet LSB requirements.

	* README: Remove unnecessary whitespace.
	* dhcdbd.conf: Likewise.

	* dhcdbd.spec: Change License tag to GPLv2+ indicating the software is
	licensed under the GPL version 2 or any later version.
	* src/*.c: Update license boilerplates to include GPL version 2 or any
	later version.
	* include/*.h: Likewise.

	* Makefile: Updated the tag and archive targets to work with git.
	Removed the tar target.  Removed srpm and build targets since they are
	not really used here.

2007-06-05  David Cantrell  <dcantrell@redhat.com>

	* dhcdbd.spec: Bump version.

	* src/dbus_service.c: Use dbus to avoid waking up so often (#218406)

	* dhcdbd.init: Init script fixes (#237977)
	* dhcdbd.init: Make sure lockfile is removed when service is stopped
	(#238713)

2007-04-09  David Cantrell  <dcantrell@redhat.com>

	* dhcdbd.spec: Bump version.

2007-03-05  David Cantrell  <dcantrell@redhat.com>

	* dhcdbd.spec: Bump version.

2007-03-05  David Cantrell  <dcantrell@redhat.com>

	* dhcdbd.spec: Spec file cleanups for Fedora packaging guidelines,
	run 'chkconfig --del dhcdbd' on package removal (#222514).

2007-02-08  David Cantrell  <dcantrell@redhat.com>

	* dhcdbd.spec: Remove period from end of summary line, use preferred
	BuildRoot (package review).

2007-02-02  David Cantrell  <dcantrell@redhat.com>

	* dhcdbd.init: Enable dhcdbd service by default in runlevels 2, 3,
	4, and 5.

2006-11-06  David Cantrell  <dcantrell@redhat.com>

	* tests/: Removed tests subdirectory as it doesn't really help much
	with actually testing the code.

	* dhcdbd.spec: Require dhcp-3.0.4 or higher.

2006-11-01  David Cantrell  <dcantrell@redhat.com>

	* dhcdbd.spec: Bump version

	* dhcdbd.init: Change chkconfig start order to 97 so that dhcdbd
	starts before NetworkManager

2006-09-29  David Cantrell  <dcantrell@redhat.com>

	* dhcdbd.init: Line continuation slashes for the description (#204711)

2006-08-16  Bill Nottingham  <notting@redhat.com>

	* dhcdbd.spec: Silence %postun condrestart, %preun stop

2006-08-14  David Cantrell  <dcantrell@redhat.com>

	* Rolled in dbus-deprecated patch changes to upstream source
	* dhcdbd.init: Corrected syntax problems (#202219)
	* dhcdbd.spec: Install init script for source archive, not SOURCES

2006-05-30  Jason Vas Dias  <jvdias@redhat.com>

	* dhcdbd.conf: Remove 'servicedir' entry (#193562)

2006-04-20  Jason Vas Dias  <jvdias@redhat.com>

	* Prevent potential memory corruption on hex string options with
	single-byte non-ascii values (#189529).
	* Modify dhcp option types to be in  line with latest ISC dhcp.

2006-01-17  Jason Vas Dias  <jvdias@redhat.com>

	* dbus_service.c: Cleanup un-exercised code (lines 381 & 391), pointed
	out by David Binderman <dcb314@hotmail.com>

2005-12-01  Jason Vas Dias  <jvdias@redhat.com>

	* Remove use of DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT

2005-11-16  Jason Vas Dias  <jvdias@redhat.com>

	* Change dhclient.leases directory to /var/lib/dhclient (#169164)
	* Makefile: Fix (#173431)
	* Changes from Robert Love <rml@novell.com>: Use daemon(3) to
	daemonize, direct stdout/stderr to /dev/null instead of console,
	use dhclient -q option

2005-08-12  Jason Vas Dias  <jvdias@redhat.com>

	* Allow named user perm to send in /etc/dbus-1/system.d/dhcdbd.conf
	* Handle non-existent /etc/sysconfig/network (#163711)

2005-07-27  Jason Vas Dias  <jvdias@redhat.com>

	* dhcdbd.init: Fix startup order (#163711, #162857)
	* dhcdbd.conf: Improve security by allowing only root user to send
	to dhcdbd.

2005-06-06  Jason Vas Dias  <jvdias@redhat.com>

	* Add GPL licensing
	* src/main.c: Make all paths into -D options
	* Handle interface specific dhclient-${if}.conf files properly
	* Add "up" dhclient flag DHCLIENT_NO_LEASES to remove lease
	database on startup
	* Add /var/run/dhcdbd.pid file support
	* Clean up after dead prospective subscribers properly

2005-05-15  Jason Vas Dias  <jvdias@redhat.com>

	* Add subscriptions for option signals from ANY interface
	* Fix handling of .old. options from previous lease

2005-05-03  Jason Vas Dias  <jvdias@redhat.com>

	* Allow --no_daemon to appear before --system or --session
	* Add timeout "up" argument

2005-05-02  Jason Vas Dias  <jvdias@redhat.com>

	* Removed setuid requirement

2005-04-30  Jason Vas Dias  <jvdias@redhat.com>

	* Add subscription facility

2005-04-25  Jason Vas Dias  <jvdias@redhat.com>

	* Initial version
