~ubuntu-branches/ubuntu/quantal/wpa/quantal-201207091727

« back to all changes in this revision

Viewing changes to debian/changelog.hostapd

  • Committer: Package Import Robot
  • Author(s): Kel Modderman, Stefan Lippers-Hollmann, Kel Modderman
  • Date: 2012-04-21 15:59:32 UTC
  • Revision ID: package-import@ubuntu.com-20120421155932-dti0mkayrinzxmpl
Tags: 1.0~rc3-1
[ Stefan Lippers-Hollmann ]
* import new upstream snapshot 1.0-rc3:
  - fixes:
    - hostapd: Fails to authenticate on wpa2 password (Closes: #483924)
    - hostapd: EAPOL reauthentication/rekeying timeout loop when using WMM
      (Closes: #655129, #659059)
  - rebase patches:
    - libnl3-includes
  - update hostapd configs.
  - update wpa_supplicant configs.
* merge source packages for hostapd and wpasupplicant under the new name
  "wpa", which is also used by upstream.
* restrict wpasupplicant to linux-any and kfreebsd-any, hurd lacks kernel
  support.
* bump standards version to 3.9.3, no changes necessary.
* update dep-5 version to final 1.0, no changes necessary:
  - order licenses alphabetically.
* build-depend on docbook-to-man explicitly.
* convert packaging to Multi-Arch, bump compat level to 9 and debhelper
  build-dependency accordingly; all binaries are Multi-Arch=foreign.
* update debian/copyright for wpa 1.0~rc2 and merged sources.
* fix clean target and make sure to succeed building twice in a row.
* drop build-dependency on libreadline-dev, it's no longer needed with
  WPA_CLI_EDIT.
* remove watch file, there is no corresponding upstream tarballs at the
  moment.
* add (temporary?) get-orig-source target to debian/rules, which fetches the
  last tagged upstream version corresponding to debian/changelog.
  - add a lintian override for this, upstream doesn't want to release
    tarballs at the moment.
* use epoche only for hostapd binaries.

[ Kel Modderman ]
* export BINDIR=/sbin, the build system now requires it when patching
  D-Bus/systemd configuration.
* quieten the upstream build system so that errors/warning are more visible.
* assist with adaptation of debian/rules for merge of wpa_supplicant/hostapd:
  - add docbook-utils to build dependency list and make documentation from
    sgml source
  - ensure shared code under src/ is cleaned between wpa_supplicant/hostapd
    builds
  - put wpa_supplicant/hostapd ifupdown hooks in their own namespace, adapt
    installation of ifupdown hooks
* drop the netdev_wrapper script from wpagui and associated patch
* install systemd service unit file
* refresh D-Bus service activation file patch which starts process with
  syslog and control socket support, also patch systemd service file
* drop 09_dbus_emit_change_events.patch, applied upstream.
* fix ftbfs with gcc/g++ 4.7 (Closes: 667416)
* unfortunately, hostapd package historically added an epoch, so an epoch
  must now be added to this source package too.
* enable hardened build flags. (Closes: #657332)
* remove DEB_BUILD_OPTIONS=noopt handling from debian/rules, no longer
  required since dpkg-buildflags honors it.
* Add ability to set CC for cross building support (untested).
* Remove Faidon Liambotis <paravoid@debian.org> from Uploaders as per
  his request, many thanks for all past efforts Faidon.
* Only build manpages from docbook source, we do not currently use the
  html or pdf products.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
hostapd (1:0.7.3-5) UNRELEASED; urgency=low
 
2
 
 
3
  * NOT RELEASED YET
 
4
  * bump standards version to 3.9.3, no changes necessary.
 
5
  * update dep-5 version to final 1.0:
 
6
    - add format qualifier
 
7
    - s/Upstream-Maintainer/Upstream-Contact/
 
8
    - s/Upstream-Source/Source/
 
9
    - use "or" instead of "BSD | GPL-2" for dual-licensed sources
 
10
    - order licenses alphabetically.
 
11
    - fix lists of copyright holders for the final syntax
 
12
    - fix license continuation.
 
13
 
 
14
 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 27 Feb 2012 22:07:19 +0100
 
15
 
 
16
hostapd (1:0.7.3-4) unstable; urgency=low
 
17
 
 
18
  * add myself to uploaders.
 
19
  * add "hostap: Allow linking with libnl-3" from Ben Greear
 
20
    <greearb@candelatech.com> to allow building against libnl3 3.2.
 
21
  * switch build dependency from libnl-dev (libnl1) to libnl-3-dev && 
 
22
    libnl-genl-3-dev accordingly.
 
23
  * add libpcap-dev and libbsd-dev to kFreeBSD specific build-depends.
 
24
  * disable IAPP on kFreeBSD, to avoid FTBS.
 
25
  * restrict hostapd to linux-any and kfreebsd-any, hurd lacks kernel support.
 
26
  * raise versioned build-dependency to (>= 3.2.3-2~), we need
 
27
    libnl-genl-3-200-udeb and expect it in /lib/.
 
28
  * add "For MS-CHAP, convert the password from UTF-8 to UCS-2" from
 
29
    Evan Broder <ebroder@mokafive.com>, accepted upstream into hostap-1.git
 
30
  * fix long description, driver_madwifi is no longer enabled, while driver_bsd
 
31
    got enabled.
 
32
 
 
33
 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Tue, 20 Dec 2011 02:51:49 +0100
 
34
 
 
35
hostapd (1:0.7.3-3) unstable; urgency=low
 
36
 
 
37
  [ Kel Modderman ]
 
38
  * Use /run/sendsigs.omit.d/ for sendsigs omission pid file and depend on
 
39
    initscripts (>= 2.88dsf-13.3). (Closes: #633026)
 
40
  * Migrate existing sendsigs omission pid files from /lib/init/rw to /run.
 
41
  * Add a loop to ifupdown.sh to wait for creation of hostapd pid file before
 
42
    attempting creation of sensigs omission pid file, in some cases hostapd
 
43
    daemon can return before creation of the pid file has been written to disk.
 
44
  * Adjust standards version to 3.9.2, no further changes required to
 
45
    satisfy that.
 
46
  * Only test that DAEMON_CONF is set in init.d script, do not test if what is
 
47
    set is readable (which assumes only one configuration file is being used).
 
48
    (Closes: #615821)
 
49
 
 
50
  [ Stefan Lippers-Hollmann ]
 
51
  * use new anonscm URIs for alioth.
 
52
 
 
53
 -- Kel Modderman <kel@otaku42.de>  Sun, 11 Dec 2011 20:32:06 +1000
 
54
 
 
55
hostapd (1:0.7.3-2) unstable; urgency=low
 
56
 
 
57
  * upload to unstable
 
58
 
 
59
 -- Jan Dittberner <jandd@debian.org>  Sun, 06 Feb 2011 13:20:42 +0100
 
60
 
 
61
hostapd (1:0.7.3-1) experimental; urgency=low
 
62
 
 
63
  * New upstream release, upstream declares this as the new stable release.
 
64
  * debian/control: update Standards-Version to 3.9.1 (no changes
 
65
    necessary)
 
66
  * debian/copyright: include license text of the BSD license variant,
 
67
    add myself to the list of copyright holders for the debian/* files
 
68
  * add debian/hostapd.lintian-overrides and install it as
 
69
    /usr/share/lintian/overrides/hostapd to fix possible-gpl-code-linked-
 
70
    with-openssl Lintian error
 
71
 
 
72
 -- Jan Dittberner <jandd@debian.org>  Tue, 07 Sep 2010 20:43:01 +0200
 
73
 
 
74
hostapd (1:0.7.2-2) experimental; urgency=low
 
75
 
 
76
  * disable madwifi driver
 
77
    - remove debian/driver_madwifi
 
78
    - disable madwifi driver in debian/config/linux
 
79
 
 
80
 -- Jan Dittberner <jandd@debian.org>  Tue, 27 Apr 2010 21:09:08 +0200
 
81
 
 
82
hostapd (1:0.7.2-1) experimental; urgency=low
 
83
 
 
84
  * New upstream release
 
85
  * debian/control: add myself to Uploaders
 
86
  * update debian/watch to track version 0.7.x
 
87
  * disable debian/patches/DTIM.patch that does not apply to current upstream
 
88
    sources
 
89
 
 
90
 -- Jan Dittberner <jandd@debian.org>  Mon, 26 Apr 2010 20:21:00 +0200
 
91
 
 
92
hostapd (1:0.6.10-2) unstable; urgency=low
 
93
 
 
94
  * Switch to source format 3.0 (quilt).
 
95
  * Add DTIM.patch, cherry picked from upstream, which works around
 
96
    problem setting DTIM period too early causing hostapd to bail out
 
97
    unceremoniously. (Closes: #570116)
 
98
  * Fix syntax error in ifupdown.sh. (Closes: #571029)
 
99
 
 
100
 -- Kel Modderman <kel@otaku42.de>  Wed, 24 Feb 2010 19:36:11 +1000
 
101
 
 
102
hostapd (1:0.6.10-1) unstable; urgency=low
 
103
 
 
104
  * New upstream release.
 
105
    - drop all patches applied upstream
 
106
  * Install hostapd_cli to /usr/sbin/ from /usr/bin/, as it requires
 
107
    explicit permissions to be usable by non-admin.
 
108
  * Support the status command in init.d script. Depend on lsb-base (>=
 
109
    3.2-13) for status_of_proc. Patch thanks to Peter Eisentraut.
 
110
    (Closes: #535633)
 
111
  * Add debian/README.source to describe use of quilt patch system.
 
112
  * Increase Standards-Version to 3.8.4 without extra changes.
 
113
  * Reduce debian/rules by tweaking the sequence of a few things and
 
114
    using the --sourcedirectory option of dh in debhelper (>= 7.3.7~).
 
115
    Build-Depend on that debhelper version.
 
116
  * No longer install /etc/hostapd/hostapd.conf per default as there are
 
117
    no sane defaults. Instead provide the configuration as an example
 
118
    only and take care to remove previously installed conffiles which
 
119
    remain unedited on upgrade.
 
120
  * Clean up init.d script a bit by using existance of hostapd daemon
 
121
    configuration file as defined in /etc/default/hostapd as conditional
 
122
    for starting instead of magic RUN_DAEMON variable.
 
123
  * Update README.Debian to contain information about the example
 
124
    hostapd.conf file.
 
125
  * Remove Reinhard Tartler from uploaders at his request. Thanks for
 
126
    past contribution.
 
127
  * Remove uupdate command from debian/watch, unused by maintainer.
 
128
  * Adjust debian/watch to scan for the 0.6.X stable releases only.
 
129
 
 
130
 -- Kel Modderman <kel@otaku42.de>  Thu, 11 Feb 2010 14:49:44 +1000
 
131
 
 
132
hostapd (1:0.6.9-3) unstable; urgency=low
 
133
 
 
134
  * Change Maintainer to pkg-wpa-devel team and add Reinhard and myself
 
135
    to Uploaders to better reflect the organisation which makes the package
 
136
    available.
 
137
  * Import upstream patches:
 
138
    - hostap_reuse_existing_ctrl_iface_socket.patch allows to reuse ctrl
 
139
      interface sockets left over as result of unclean shutdown
 
140
    - hostap_reject_conf_without_channel_nl80211.patch adds code to reject
 
141
      configurations which use nl80211 driver without setting a channel
 
142
      because this will always fail for the time being
 
143
  * Build-Depend on quilt >= 0.46-7 for dh integration.
 
144
  * Update debian/control long description to mention mac80211 based
 
145
    drivers. Thanks to Jan Braunisch for noticing.
 
146
  * Also remove reference to the Prism54 driver in package long
 
147
    description, we do not support it.
 
148
 
 
149
 -- Kel Modderman <kel@otaku42.de>  Sun, 17 May 2009 04:35:12 +1000
 
150
 
 
151
hostapd (1:0.6.9-2) unstable; urgency=low
 
152
 
 
153
  * Enable CONFIG_IEEE80211W, IEEE 802.11w (management frame
 
154
    protection). (Closes: #522328)
 
155
 
 
156
 -- Kel Modderman <kel@otaku42.de>  Fri, 03 Apr 2009 07:07:06 +1000
 
157
 
 
158
hostapd (1:0.6.9-1) unstable; urgency=low
 
159
 
 
160
  [ Kel Modderman ]
 
161
  * New upstream release. (Closes: #521142)
 
162
  * Document copyright errata of hostapd/driver_atheros.c in
 
163
    debian/copyright.
 
164
    - activate nl80211 driver backend (Closes: #429734)
 
165
    - deactivate prism54 driver, it is now working. Do not mention it
 
166
      in README.Debian (Closes: #475451)
 
167
  * Add build dependency of libnl-dev (>= 1.1) for the nl80211 driver
 
168
    backend.
 
169
  * Remove need for patch system.
 
170
    - ship madwifi headers in debian/driver_madwifi
 
171
    - use sed to patch hostapd.conf in order to change /etc/hostapd.* to
 
172
      /etc/hostapd/*
 
173
    - copy in build configuration from debian/config/$(DEB_HOST_ARCH_OS)
 
174
      to hostapd/.config rather than using a patch
 
175
  * Add support for kfreebsd build by providing debian/config/kfreebsd
 
176
    without Linux specific build options.
 
177
  * Use dh-centric debian/rules and build-depend on debhelper (>= 7.0.50)
 
178
    in order to take advantage of the override_dh_* feature.
 
179
  * Bump debian/compat to 7.
 
180
  * Adjust Standards-Version to 3.8.0, no further changes needed.
 
181
  * Use machine parsable debian/copyright format.
 
182
  * Add debian/manpages instead of using explicit dh_installmanpages
 
183
    command in debian/rules.
 
184
  * Rename debian/lintian-overrides to debian/hostapd.lintian-overrides
 
185
    so that dh_lintian automatically picks it up.
 
186
  * Bump Standards-Version to 3.8.1, no other changes required.
 
187
  * Remove var/run/hostapd and usr/share/lintian/overrides from
 
188
    debian/dirs. hostapd is able to create its own directory for unix
 
189
    sockets (and that may be anywhere admin decides) and lintian stuff
 
190
    is taken care of by debhelper now.
 
191
  * Update copyright information in debian/ifupdown.sh
 
192
 
 
193
  [ Faidon Liambotis ]
 
194
  * Switch Maintainer/Uploaders roles with Kel; he's the de facto maintainer
 
195
    nowadays, he may as well listed as such.
 
196
 
 
197
 -- Faidon Liambotis <paravoid@debian.org>  Sun, 29 Mar 2009 21:37:22 +0300
 
198
 
 
199
hostapd (1:0.5.10-1) unstable; urgency=low
 
200
 
 
201
  * New upstream release.
 
202
  * Document the two methods of managing hostapd in README.Debian. Also add a
 
203
    hint to /etc/default/hostapd to consult README.Debian for more
 
204
    information. (Closes: #443786)
 
205
  * Cleanup of debian/rules, actually honor nostrip by specifying default
 
206
    CFLAGS when invoking make. Remove redundant commented out content.
 
207
  * Fix incorrect LSB dependency information, hostapd now requires $remote_fs
 
208
    virtual facility for start and stop. Thanks to Petter Reinholdtsen.
 
209
    (Closes: #466283)
 
210
 
 
211
 -- Kel Modderman <kel@otaku42.de>  Tue, 11 Mar 2008 12:36:03 +1000
 
212
 
 
213
hostapd (1:0.5.9-1) unstable; urgency=low
 
214
 
 
215
  * New upstream release.
 
216
  * Bumped to Standards-Version 3.7.3, no changed needed.
 
217
  * Switched to Vcs-* instead of XS-Vcs.
 
218
  * Added Homepage field.
 
219
  * Refer to GPL-2 explicitely, as this is a GPL v2-only software.
 
220
  * Remove remnants of patches for dscape/mac80211.
 
221
  * Update to madwifi 0.9.3.3 headers; no functional changes.
 
222
 
 
223
 -- Faidon Liambotis <paravoid@debian.org>  Wed, 12 Dec 2007 03:43:13 +0200
 
224
 
 
225
hostapd (1:0.5.8-1) unstable; urgency=low
 
226
 
 
227
  [ Kel Modderman ]
 
228
  * New upstream release.
 
229
  * Add bash script to prepare madwifi_headers.patch.
 
230
  * patches/20_madwifi_headers.dpatch made from madwifi 0.9.3, which is what
 
231
    is currently in the archive, and stable upstream release.
 
232
    (Closes: #408642)
 
233
  * Rename 21_madwifi_includes.dpatch to 21_madwifi_enable.dpatch.
 
234
  * Make our new mac80211 header dpatches similar to that of madwifi; keep
 
235
    upstream include directory tree intact and modify CFLAGS.
 
236
  * Refresh our build config with upstreams current defconfig.
 
237
  * CONFIG_STAKEY is deprecated in favour of CONFIG_PEERKEY.
 
238
 
 
239
  [ Faidon Liambotis ]
 
240
  * Remove upgrade paths from pre-etch versions, we only support incremental
 
241
    updates. Fix a lintian error in the process.
 
242
  * Don't ignore "make clean" errors, if they exist; fixes a lintian warning.
 
243
 
 
244
 -- Faidon Liambotis <paravoid@debian.org>  Tue, 24 Jul 2007 17:43:44 +0300
 
245
 
 
246
hostapd (1:0.5.7-1) unstable; urgency=low
 
247
 
 
248
  * New upstream release.
 
249
  * Drop backported code included in this upstream release.
 
250
  * Bump debhelper compat level to 5, no other changes required.
 
251
  * Include ifupdown integration; it is now possible to start
 
252
    hostapd via a /etc/network/interfaces line such as:
 
253
        'hostapd /etc/hostapd/hostapd.conf'
 
254
    for any given interface. The daemon will start in pre-up phase of ifup,
 
255
    and be killed in post-down phase of ifdown. A pidfile of
 
256
    /var/run/hostapd.$IFACE.pid will be created for each interface's daemon.
 
257
  * Add XS-Vcs fields to debian/control.
 
258
  * Change of Uploader email address in debian/control.
 
259
  * Update madwifi includes to r2157 upstream madwifi.org/trunk.
 
260
  * Update debian/copyright with new upstream URL, contact information and
 
261
    copyright years.
 
262
  * Modify debian/watch file for new upstream release URL.
 
263
  * Make debian/watch version 3, remove useless comments from file.
 
264
 
 
265
 -- Kel Modderman <kel@otaku42.de>  Mon, 09 Apr 2007 18:31:22 +1000
 
266
 
 
267
hostapd (1:0.5.5-3.1) unstable; urgency=high
 
268
 
 
269
  * Non-maintainer upload.
 
270
  * Urgency high for RC bugfix.
 
271
  * Backport hostapd.c fix from CVS: (Closes: #398466)
 
272
    - Allow hostapd_flush_old_stations to fail, otherwise configuration
 
273
      of unencrypted modes failed with madwifi. (1.168)
 
274
      The correct setup is handled by the backported fixes in the
 
275
      previous revision.
 
276
 
 
277
 -- Matt Brown <mattb@debian.org>  Sat,  9 Dec 2006 11:03:47 +1300
 
278
 
 
279
hostapd (1:0.5.5-3) unstable; urgency=medium
 
280
 
 
281
  * Update madwifi headers to r1757.
 
282
  * Backport driver_madwifi.c fixes from CVS:
 
283
    - Set forgotten im_op for sta_disassoc handlers (1.49)
 
284
    - Fixed configuration of unencrypted modes (plaintext and IEEE 802.1X
 
285
      without WEP) (1.51)
 
286
  * Urgency medium because of a bugfix revision.
 
287
 
 
288
 -- Faidon Liambotis <paravoid@debian.org>  Sun, 12 Nov 2006 02:37:43 +0200
 
289
 
 
290
hostapd (1:0.5.5-2) unstable; urgency=low
 
291
 
 
292
  * Versioned dependency on lsb-base (>= 3.0-3) for log_daemon_message used in
 
293
    hostapd init script. (Closes: #386156)
 
294
 
 
295
 -- Kel Modderman <kelrin@tpg.com.au>  Wed,  6 Sep 2006 14:31:14 +1000
 
296
 
 
297
hostapd (1:0.5.5-1) unstable; urgency=low
 
298
 
 
299
  [ Kel Modderman ]
 
300
  * New upstream release.
 
301
  * Allow hostapd to install, by first checking for existance of
 
302
    /etc/hostapd/hostapd.conf before attempting to change permissions.
 
303
 
 
304
  [ Faidon Liambotis ]
 
305
  * Also fix ownership of hostapd.conf on upgrades.
 
306
 
 
307
 -- Faidon Liambotis <paravoid@debian.org>  Tue, 29 Aug 2006 15:29:47 +0300
 
308
 
 
309
hostapd (1:0.5.4-1) unstable; urgency=low
 
310
 
 
311
  [ Kel Modderman ]
 
312
  * New upstream release. (Closes: #378703)
 
313
  * Add LSB INIT info header to init script, as per specs. Source lsb-base
 
314
    init functions, use them to report daemon status in a standard way.
 
315
    (Closes: #376327)
 
316
  * Add dpatch (30_hostapd_pidfile) to allow hostapd process to create a pid
 
317
    file when daemonized.
 
318
  * The init daemon now creates a pid file at /var/run/hostapd.pid.
 
319
  * Allow multiple configuration files to be given to hostapd via
 
320
    /etc/default/hostapd, enabling the possibility of managing multiple
 
321
    interfaces with one process. If the configuration files are not specified
 
322
    use /etc/hostapd/hostapd.conf to preserve backwards compatability.
 
323
    This also allows the user to use a single configuration file !=
 
324
    /etc/hostapd/hostapd.conf. (Closes: #377054)
 
325
  * Add 'reload' option to init script. Send HUP signal to hostapd, causing it
 
326
    to reload its configuration file.
 
327
  * Add some extra DAEMON_OPTIONS hints to the /etc/default/hostapd file.
 
328
  * Set hostapd.conf permissions to 0600, it may contain sensitive details.
 
329
    (Closes: #380632)
 
330
  * Update madwifi headers to r1705. This should ensure maximum compatibility
 
331
    with the madwifi-source package currently available. (Closes: #384504)
 
332
  * Slightly change the way madwifi is activated, add an extra CFLAG instead of
 
333
    hardcoding the paths to the headers in driver_madwifi.c.
 
334
  * Add myself to uploaders.
 
335
 
 
336
  [ Faidon Liambotis ]
 
337
  * Fixes a potential DoS fix in RSN preauthentication (upstream bug #152).
 
338
  * Add lintian override for hostapd.conf unusual permissions.
 
339
  * Exclude hostapd.conf from dh_fixperms.
 
340
  * Fix permissions of hostapd.conf retroactively in upgrades.
 
341
 
 
342
 -- Faidon Liambotis <paravoid@debian.org>  Fri, 25 Aug 2006 04:28:00 +0300
 
343
 
 
344
hostapd (1:0.5.3-1) unstable; urgency=low
 
345
 
 
346
  * New upstream release
 
347
    - Fix some warnings when compiling with GCC 4.1.
 
348
    - Adapt 12_conf_etc_hostapd.dpatch to the new hostapd.conf.
 
349
  * Include the test driver, for debugging purposes. (Closes: #372107)
 
350
  * Delete unmodified obsolete conffiles when upgrading from a previous
 
351
    version (namely, hostapd.{accept,deny}).
 
352
    Thanks to Lars Wirzenius and piuparts! (Closes: #353191)
 
353
  * Update madwifi-ng headers to version 0.9.0.
 
354
  * Remove the suggestion of hostap-modules, hostap is merged to the latest
 
355
    2.6 kernels and it's one of the many options anyway.
 
356
  * Changed maintainer's e-mail address.
 
357
  * Updated Standards-Version to 3.7.2, no changes needed.
 
358
 
 
359
 -- Faidon Liambotis <paravoid@debian.org>  Fri,  9 Jun 2006 03:23:23 +0300
 
360
 
 
361
hostapd (1:0.5.0-1) unstable; urgency=low
 
362
 
 
363
  * New upstream release
 
364
    - Removed patch 01-prism54-hostap_common, merged upstream.
 
365
  * Update madwifi headers to madwifi-ng, rev1390.
 
366
  * Updated 'Standards-Version' to 3.6.2.2 (no changes).
 
367
 
 
368
 -- Faidon Liambotis <faidon@cube.gr>  Thu,  5 Jan 2006 02:13:17 +0200
 
369
 
 
370
hostapd (1:0.4.5-2) unstable; urgency=low
 
371
 
 
372
  * No changes, previous version appeared as an NMU.
 
373
 
 
374
 -- Faidon Liambotis <faidon@cube.gr>  Tue, 11 Oct 2005 19:15:27 +0300
 
375
 
 
376
hostapd (1:0.4.5-1) unstable; urgency=low
 
377
 
 
378
  * New upstream release
 
379
    - added experimental support for EAP-PSK
 
380
    - added support for WE-19
 
381
  * Update madwifi headers to the latest CVS. (Closes: #326893)
 
382
  * README.Debian:
 
383
    - Document that in-kernel versions of prism54 won't work. (Closes: #315852)
 
384
    - Mention Prism2/2.5/3.0's STA firmware limitations.
 
385
  * Updated 'Standards-Version' to 3.6.2.1 (no changes).
 
386
 
 
387
 -- Faidon Liambotis <faidon@cube.gr>  Mon, 10 Oct 2005 15:55:13 +0300
 
388
 
 
389
hostapd (1:0.4.2-1) unstable; urgency=low
 
390
 
 
391
  * New upstream release
 
392
    - Manpages incorporated upstream.
 
393
    - Removed patches 01_makefile, 02_conf_wpa_to_hostapd, 03_usage_cleanup,
 
394
      accepted upstream.
 
395
    - Adapted patch 21_madwifi_includes
 
396
    - Added support for RADIUS over IPv6
 
397
    - Added support for EAP-PAX
 
398
  * Removed /etc/hostapd/hostapd.accept & hostapd.deny, now shipping all
 
399
    example configuration files to /usr/share/doc/hostapd/examples/
 
400
 
 
401
 -- Faidon Liambotis <faidon@cube.gr>  Wed, 15 Jun 2005 18:23:33 +0300
 
402
 
 
403
hostapd (1:0.3.7-2) unstable; urgency=medium
 
404
 
 
405
  * Better handling of patching upstream using dpatch.
 
406
  * Added madwifi support.
 
407
    Hack stolen from wpasupplicant, thanks to Kyle McMartin.
 
408
  * Changed hostapd_cli path to /usr/bin/ from /usr/sbin/.
 
409
  * Report failed start of hostapd when starting from the init.d script.
 
410
    (Closes: #303206).
 
411
  * Added hostapd(8) and hostapd_cli(1) manpages.
 
412
    Now lintian & linda clean ;)
 
413
  * Cleaned-up hostapd/hostapd_cli usage information.
 
414
 
 
415
 -- Faidon Liambotis <faidon@cube.gr>  Mon, 11 Apr 2005 11:53:58 +0300
 
416
 
 
417
hostapd (1:0.3.7-1) unstable; urgency=medium
 
418
 
 
419
  * New upstream release
 
420
    - Changed license to Dual GPL/BSD.
 
421
    - New tool hostapd_cli for command-line administration.
 
422
  * Adapt description to reflect new features.
 
423
  * Now Suggesting instead of Recommending hostap-modules, hostapd can now
 
424
    work with other drivers.
 
425
 
 
426
 -- Faidon Liambotis <faidon@cube.gr>  Wed, 23 Feb 2005 10:12:06 +0200
 
427
 
 
428
hostapd (1:0.2.6-1) unstable; urgency=low
 
429
 
 
430
  * New upstream release.
 
431
  * Modified description to match v0.2.x features.
 
432
  * Modified debian/rules to use 'dh_install'.
 
433
  * Removed source code documentation from /usr/share/doc/. 
 
434
 
 
435
 -- Faidon Liambotis <faidon@cube.gr>  Tue, 28 Dec 2004 19:01:26 +0200
 
436
 
 
437
hostapd (1:0.2.5-1) unstable; urgency=low
 
438
 
 
439
  * Adopted by new maintainer (Closes: #265332).
 
440
  * New upstream release (Closes: #255302).
 
441
  * Create init.d script disabled by default
 
442
    via /etc/default/hostapd (Closes: #208027).
 
443
  * Updated 'Standards-Version' to 3.6.1.
 
444
  * Other minor bugfixes.
 
445
 
 
446
 -- Faidon Liambotis <faidon@cube.gr>  Thu, 18 Nov 2004 18:11:57 +0200
 
447
 
 
448
hostapd (1:0.1.3-2) unstable; urgency=low
 
449
 
 
450
  * Orphaned 
 
451
 
 
452
 -- Francois Gurin <matrix@debian.org>  Thu, 12 Aug 2004 14:18:11 -0400
 
453
 
 
454
hostapd (1:0.1.3-1) unstable; urgency=low
 
455
 
 
456
  * New upstream release
 
457
 
 
458
 -- Francois Gurin <matrix@debian.org>  Sun,  4 Apr 2004 19:05:28 -0400
 
459
 
 
460
hostapd (1:0.1.0-4) unstable; urgency=low
 
461
 
 
462
  * changed depends to recommends. 
 
463
 
 
464
 -- Francois Gurin <matrix@debian.org>  Mon,  8 Dec 2003 15:12:45 -0500
 
465
 
 
466
hostapd (1:0.1.0-3) unstable; urgency=low
 
467
 
 
468
  * fixed a pebcak issue with upload 
 
469
 
 
470
 -- Francois Gurin <matrix@debian.org>  Mon, 27 Oct 2003 01:37:06 -0500
 
471
 
 
472
hostapd (1:0.1.0-2) unstable; urgency=low
 
473
 
 
474
  * fixed version epoch
 
475
 
 
476
 -- Francois Gurin <matrix@debian.org>  Mon, 27 Oct 2003 00:52:01 -0500
 
477
 
 
478
hostapd (0.1.0-1) unstable; urgency=low
 
479
 
 
480
  * Initial Release.
 
481
 
 
482
 -- Francois Gurin <matrix@debian.org>  Sun, 26 Oct 2003 04:55:36 -0500
 
483