hostapd (1:0.5.7-1) unstable; urgency=low

  * New upstream release.
  * Drop backported code included in this upstream release.
  * Bump debhelper compat level to 5, no other changes required.
  * Include ifupdown integration; it is now possible to start
    hostapd via a /etc/network/interfaces line such as:
    	'hostapd /etc/hostapd/hostapd.conf'
    for any given interface. The daemon will start in pre-up phase of ifup,
    and be killed in post-down phase of ifdown. A pidfile of
    /var/run/hostapd.$IFACE.pid will be created for each interface's daemon.
  * Add XS-Vcs fields to debian/control.
  * Change of Uploader email address in debian/control.
  * Update madwifi includes to r2157 upstream madwifi.org/trunk.
  * Update debian/copyright with new upstream URL, contact information and
    copyright years.
  * Modify debian/watch file for new upstream release URL.
  * Make debian/watch version 3, remove useless comments from file.

 -- Kel Modderman <kel@otaku42.de>  Mon, 09 Apr 2007 18:31:22 +1000

hostapd (1:0.5.5-3.1) unstable; urgency=high

  * Non-maintainer upload.
  * Urgency high for RC bugfix.
  * Backport hostapd.c fix from CVS: (Closes: #398466)
    - Allow hostapd_flush_old_stations to fail, otherwise configuration
      of unencrypted modes failed with madwifi. (1.168)
      The correct setup is handled by the backported fixes in the
      previous revision.

 -- Matt Brown <mattb@debian.org>  Sat,  9 Dec 2006 11:03:47 +1300

hostapd (1:0.5.5-3) unstable; urgency=medium

  * Update madwifi headers to r1757.
  * Backport driver_madwifi.c fixes from CVS:
    - Set forgotten im_op for sta_disassoc handlers (1.49)
    - Fixed configuration of unencrypted modes (plaintext and IEEE 802.1X
      without WEP) (1.51)
  * Urgency medium because of a bugfix revision.

 -- Faidon Liambotis <paravoid@debian.org>  Sun, 12 Nov 2006 02:37:43 +0200

hostapd (1:0.5.5-2) unstable; urgency=low

  * Versioned dependency on lsb-base (>= 3.0-3) for log_daemon_message used in
    hostapd init script. (Closes: #386156)

 -- Kel Modderman <kelrin@tpg.com.au>  Wed,  6 Sep 2006 14:31:14 +1000

hostapd (1:0.5.5-1) unstable; urgency=low

  [ Kel Modderman ]
  * New upstream release.
  * Allow hostapd to install, by first checking for existance of
    /etc/hostapd/hostapd.conf before attempting to change permissions.

  [ Faidon Liambotis ]
  * Also fix ownership of hostapd.conf on upgrades.

 -- Faidon Liambotis <paravoid@debian.org>  Tue, 29 Aug 2006 15:29:47 +0300

hostapd (1:0.5.4-1) unstable; urgency=low

  [ Kel Modderman ]
  * New upstream release. (Closes: #378703)
  * Add LSB INIT info header to init script, as per specs. Source lsb-base
    init functions, use them to report daemon status in a standard way.
    (Closes: #376327)
  * Add dpatch (30_hostapd_pidfile) to allow hostapd process to create a pid
    file when daemonized.
  * The init daemon now creates a pid file at /var/run/hostapd.pid.
  * Allow multiple configuration files to be given to hostapd via
    /etc/default/hostapd, enabling the possibility of managing multiple
    interfaces with one process. If the configuration files are not specified
    use /etc/hostapd/hostapd.conf to preserve backwards compatability.
    This also allows the user to use a single configuration file !=
    /etc/hostapd/hostapd.conf. (Closes: #377054)
  * Add 'reload' option to init script. Send HUP signal to hostapd, causing it
    to reload its configuration file.
  * Add some extra DAEMON_OPTIONS hints to the /etc/default/hostapd file.
  * Set hostapd.conf permissions to 0600, it may contain sensitive details.
    (Closes: #380632)
  * Update madwifi headers to r1705. This should ensure maximum compatibility
    with the madwifi-source package currently available. (Closes: #384504)
  * Slightly change the way madwifi is activated, add an extra CFLAG instead of
    hardcoding the paths to the headers in driver_madwifi.c.
  * Add myself to uploaders.

  [ Faidon Liambotis ]
  * Fixes a potential DoS fix in RSN preauthentication (upstream bug #152).
  * Add lintian override for hostapd.conf unusual permissions.
  * Exclude hostapd.conf from dh_fixperms.
  * Fix permissions of hostapd.conf retroactively in upgrades.

 -- Faidon Liambotis <paravoid@debian.org>  Fri, 25 Aug 2006 04:28:00 +0300

hostapd (1:0.5.3-1) unstable; urgency=low

  * New upstream release
    - Fix some warnings when compiling with GCC 4.1.
    - Adapt 12_conf_etc_hostapd.dpatch to the new hostapd.conf.
  * Include the test driver, for debugging purposes. (Closes: #372107)
  * Delete unmodified obsolete conffiles when upgrading from a previous
    version (namely, hostapd.{accept,deny}).
    Thanks to Lars Wirzenius and piuparts! (Closes: #353191)
  * Update madwifi-ng headers to version 0.9.0.
  * Remove the suggestion of hostap-modules, hostap is merged to the latest
    2.6 kernels and it's one of the many options anyway.
  * Changed maintainer's e-mail address.
  * Updated Standards-Version to 3.7.2, no changes needed.

 -- Faidon Liambotis <paravoid@debian.org>  Fri,  9 Jun 2006 03:23:23 +0300

hostapd (1:0.5.0-1) unstable; urgency=low

  * New upstream release
    - Removed patch 01-prism54-hostap_common, merged upstream.
  * Update madwifi headers to madwifi-ng, rev1390.
  * Updated 'Standards-Version' to 3.6.2.2 (no changes).

 -- Faidon Liambotis <faidon@cube.gr>  Thu,  5 Jan 2006 02:13:17 +0200

hostapd (1:0.4.5-2) unstable; urgency=low

  * No changes, previous version appeared as an NMU.

 -- Faidon Liambotis <faidon@cube.gr>  Tue, 11 Oct 2005 19:15:27 +0300

hostapd (1:0.4.5-1) unstable; urgency=low

  * New upstream release
    - added experimental support for EAP-PSK
    - added support for WE-19
  * Update madwifi headers to the latest CVS. (Closes: #326893)
  * README.Debian:
    - Document that in-kernel versions of prism54 won't work. (Closes: #315852)
    - Mention Prism2/2.5/3.0's STA firmware limitations.
  * Updated 'Standards-Version' to 3.6.2.1 (no changes).

 -- Faidon Liambotis <faidon@cube.gr>  Mon, 10 Oct 2005 15:55:13 +0300

hostapd (1:0.4.2-1) unstable; urgency=low

  * New upstream release
    - Manpages incorporated upstream.
    - Removed patches 01_makefile, 02_conf_wpa_to_hostapd, 03_usage_cleanup,
      accepted upstream.
    - Adapted patch 21_madwifi_includes
    - Added support for RADIUS over IPv6
    - Added support for EAP-PAX
  * Removed /etc/hostapd/hostapd.accept & hostapd.deny, now shipping all
    example configuration files to /usr/share/doc/hostapd/examples/

 -- Faidon Liambotis <faidon@cube.gr>  Wed, 15 Jun 2005 18:23:33 +0300

hostapd (1:0.3.7-2) unstable; urgency=medium

  * Better handling of patching upstream using dpatch.
  * Added madwifi support.
    Hack stolen from wpasupplicant, thanks to Kyle McMartin.
  * Changed hostapd_cli path to /usr/bin/ from /usr/sbin/.
  * Report failed start of hostapd when starting from the init.d script.
    (Closes: #303206).
  * Added hostapd(8) and hostapd_cli(1) manpages.
    Now lintian & linda clean ;)
  * Cleaned-up hostapd/hostapd_cli usage information.

 -- Faidon Liambotis <faidon@cube.gr>  Mon, 11 Apr 2005 11:53:58 +0300

hostapd (1:0.3.7-1) unstable; urgency=medium

  * New upstream release
    - Changed license to Dual GPL/BSD.
    - New tool hostapd_cli for command-line administration.
  * Adapt description to reflect new features.
  * Now Suggesting instead of Recommending hostap-modules, hostapd can now
    work with other drivers.

 -- Faidon Liambotis <faidon@cube.gr>  Wed, 23 Feb 2005 10:12:06 +0200

hostapd (1:0.2.6-1) unstable; urgency=low

  * New upstream release.
  * Modified description to match v0.2.x features.
  * Modified debian/rules to use 'dh_install'.
  * Removed source code documentation from /usr/share/doc/. 

 -- Faidon Liambotis <faidon@cube.gr>  Tue, 28 Dec 2004 19:01:26 +0200

hostapd (1:0.2.5-1) unstable; urgency=low

  * Adopted by new maintainer (Closes: #265332).
  * New upstream release (Closes: #255302).
  * Create init.d script disabled by default
    via /etc/default/hostapd (Closes: #208027).
  * Updated 'Standards-Version' to 3.6.1.
  * Other minor bugfixes.

 -- Faidon Liambotis <faidon@cube.gr>  Thu, 18 Nov 2004 18:11:57 +0200

hostapd (1:0.1.3-2) unstable; urgency=low

  * Orphaned 

 -- Francois Gurin <matrix@debian.org>  Thu, 12 Aug 2004 14:18:11 -0400

hostapd (1:0.1.3-1) unstable; urgency=low

  * New upstream release

 -- Francois Gurin <matrix@debian.org>  Sun,  4 Apr 2004 19:05:28 -0400

hostapd (1:0.1.0-4) unstable; urgency=low

  * changed depends to recommends. 

 -- Francois Gurin <matrix@debian.org>  Mon,  8 Dec 2003 15:12:45 -0500

hostapd (1:0.1.0-3) unstable; urgency=low

  * fixed a pebcak issue with upload 

 -- Francois Gurin <matrix@debian.org>  Mon, 27 Oct 2003 01:37:06 -0500

hostapd (1:0.1.0-2) unstable; urgency=low

  * fixed version epoch

 -- Francois Gurin <matrix@debian.org>  Mon, 27 Oct 2003 00:52:01 -0500

hostapd (0.1.0-1) unstable; urgency=low

  * Initial Release.

 -- Francois Gurin <matrix@debian.org>  Sun, 26 Oct 2003 04:55:36 -0500

