/[pkg-madwifi]/unstable/madwifi/debian/changelog
ViewVC logotype

Contents of /unstable/madwifi/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 165 - (hide annotations) (download)
Mon Jul 10 09:24:03 2006 UTC (6 years, 10 months ago) by kelmo-guest
File size: 18103 byte(s)
Add upstream URL to control long descriptions, test svnmaler post-commit hook.
1 kelmo-guest 162 madwifi (0.svnr1680.0.9.1-2) UNRELEASED; urgency=low
2    
3     * Add some shell code to make a dummy SNAPSHOT file for the case when we
4     decide to base this package on an svn export or snapshot (it is almost
5     always the case!). [debian/rules]
6 kelmo-guest 165 * Also remove $(CC) override in build/madwifi-tools. [debian/rules]
7     * Add upstream URL to long description of each binary package.
8     [debian/control]
9 kelmo-guest 162
10 kelmo-guest 165 -- Kel Modderman <kelrin@tpg.com.au> Mon, 10 Jul 2006 19:23:49 +1000
11 kelmo-guest 162
12 kelmo-guest 161 madwifi (0.svnr1680.0.9.1-1) unstable; urgency=low
13 kelmo-guest 153
14     * New upstream release.
15     * Exclude .svn stuff from orig.tar.gz and resulting module tarball.
16     [debian/rules] (Closes: #374401)
17 kelmo-guest 155 * Add some further links to documentation section of madwifi-source
18     README.Debian.
19 kelmo-guest 157 * Remove $(CC) and $(LD) overrides, madwifi upstream is now behaving in that
20     regard. [debian/rules.modules]
21 kelmo-guest 158 * Disable dpatch system and remove dependency. [debian/control, debian/rules]
22     * Build depend on debhelper >= 5.0.37, so that dh_installmodules always
23     creates correct postinst and postrm scripts. [debian/control*]
24 kelmo-guest 160 * madwifi-tools do not depend on ifupdown to function properly, therefore it
25     should only be recommended. [debian/control]
26 kelmo-guest 158 * madwifi-source suggests madwifi-tools, madwifi-source and madwifi-tools
27     suggest madwifi-doc. [debian/control]
28 kelmo-guest 160 * Add a note to madwifi-source.README.debian about possible upgrade
29     conflicts with the unofficial packages from http://debian.marlow.dk/.
30 kelmo-guest 161 (Closes: #375962)
31     * Remove dh_installdebconf from rules.modules, it is unused.
32     [debian/rules.modules]
33 kelmo-guest 153
34 kelmo-guest 161 -- Kel Modderman <kelrin@tpg.com.au> Sat, 8 Jul 2006 20:53:14 +1000
35 kelmo-guest 153
36 lool 152 madwifi (0.svnr1644.0.9.0-2) unstable; urgency=low
37 kelmo-guest 151
38 lool 152 [ Kel Modderman ]
39 kelmo-guest 151 * Modules only depend on equal to or greater than source version of
40     madwifi-tools, to avoid upgrade path problems.
41    
42 lool 152 [ Loic Minier ]
43     * Drop the version in the Depends altogether.
44 kelmo-guest 151
45 lool 152 -- Loic Minier <lool@dooz.org> Fri, 16 Jun 2006 10:41:45 +0200
46    
47 lool 150 madwifi (0.svnr1644.0.9.0-1) unstable; urgency=medium
48 kelmo-guest 139
49 lool 149 [ Kel Modderman ]
50 kelmo-guest 139 * New upstream SVN snapshot.
51 kelmo-guest 140 - new HAL (0.9.17.2)
52 kelmo-guest 139 - enhanced Makefile/kbuild build system
53     * s/MODULEPATH/KMODPATH/ in debian/rules.modules.
54 kelmo-guest 140 * Global renaming of madwifi-ng => madwifi. The old madwifi codebase has
55     been deprecated upstream, we should not confuse our own users.This also
56     eliminates a large source of upgrade difficulties. [debian/*]
57     * Update copyright file to include details of new HAL binaries and BSD
58     licensed files. [debian/copyright]
59 kelmo-guest 145 * Use debhelper compat level of 5 (dh_installmodules requires the most recent
60 kelmo-guest 140 debhelper to function correctly). [debian/control*]
61     * Include official upstream release version number in our debian revision.
62 kelmo-guest 142 * Adjust watch file for new debian revision number scheme.
63 kelmo-guest 139
64 lool 149 [ Loic Minier ]
65     * Don't prune .svn dirs in this upload as it breaks the upstream build
66     system for SVN snapshot; upstream ticket #694.
67 kelmo-guest 139
68 lool 149 -- Loic Minier <lool@dooz.org> Wed, 14 Jun 2006 11:28:03 +0200
69    
70 kelmo-guest 136 madwifi (0.svnr1587.20060521-1) experimental; urgency=low
71 kelmo-guest 133
72 kelmo-guest 134 * New upstream SVN snapshot.
73     * Add workaround patches to current upstream scanning problems:
74     - active scanning patch from #275.
75     - setmode delay patch from #228.
76 kelmo-guest 135 * Allow patches subdir of madwifi upstream to be in debian tarball. It is
77 kelmo-guest 136 working now. [debian/rules]
78 kelmo-guest 119 * Remove Conflicts: fields from control files.
79 kelmo-guest 122 [debian/control, debian/control.modules.in]
80     * Remove madwifi-ng-dev, it is not satisfying any build dependency.
81     [debian/control, debian/madwifi-ng-dev.*]
82     * Introduce madwifi-ng-doc, it will contain the users-guide documentation.
83     [debian/control, debian/madwifi-ng-doc.docs]
84     * Make wlanconfig verbose when asked for. [debian/ifupdown/pre-up]
85     * Exclude upstream THANKS file from automatic installation with each
86 kelmo-guest 123 package. It can be found in the source tarball.
87 kelmo-guest 124 * Upstream dependency on sharutils to decode the HAL binaries removed.
88 kelmo-guest 132 [debian/control*]
89 kelmo-guest 126 * Bump standards-version to 3.7.2.
90 kelmo-guest 132 * Add debian/NEWS to describe the homepage for pkg-madwifi.
91 kelmo-guest 118
92 kelmo-guest 132 -- Kel Modderman <kelrin@tpg.com.au> Sun, 14 May 2006 17:24:44 +1000
93 kelmo-guest 118
94 lool 116 madwifi (0.svnr1500.20060412-1) experimental; urgency=low
95 kelmo-guest 109
96     * Rename source package to madwifi.
97     * New upstream release.
98     - wext ioctl's
99     * Drop active scanning dpatch.
100    
101 kelmo-guest 112 -- Kel Modderman <kelrin@tpg.com.au> Wed, 12 Apr 2006 22:58:02 +1000
102 kelmo-guest 109
103     madwifi-ng (0.svnr1497.20060407-2) unstable; urgency=low
104    
105     * Drop build-essential dependency of module source package. [debian/control]
106     * Minor tweak to module source tarball generation. [debian/rules]
107    
108     -- Kel Modderman <kelrin@tpg.com.au> Fri, 7 Apr 2006 18:44:11 +1000
109    
110     madwifi-ng (0.svnr1497.20060407-1) unstable; urgency=low
111    
112     * New upstream release
113    
114     -- Kel Modderman <kelrin@tpg.com.au> Fri, 7 Apr 2006 00:17:02 +1000
115    
116     madwifi-ng (0.svnr1491.20060403-1) unstable; urgency=low
117    
118     * New upstream release
119    
120     -- Kel Modderman <kelrin@tpg.com.au> Mon, 3 Apr 2006 21:41:35 +1000
121    
122     madwifi-ng (0.svnr1486.20060328-2) unstable; urgency=low
123    
124     * Fix madwifi-dev include layout, thanks to Pascal for picking up on the
125     problem so quickly. [debian/madwifi-ng-dev.dirs, debian/rules]
126    
127     -- Kel Modderman <kelrin@tpg.com.au> Wed, 29 Mar 2006 17:54:40 +1000
128    
129     madwifi-ng (0.svnr1486.20060328-1) unstable; urgency=low
130    
131     * New upstream release.
132     - fix build on mips arch's
133    
134     -- Kel Modderman <kelrin@tpg.com.au> Tue, 28 Mar 2006 19:58:14 +1000
135    
136     madwifi-ng (0.svnr1485.20060325-2) unstable; urgency=low
137    
138     * Reinstate copyright headers in Matt Brown's ifupdown scripts.
139     * Clean up debian/rules so that targets are more obvious.
140    
141     -- Kel Modderman <kelrin@tpg.com.au> Sun, 26 Mar 2006 18:41:24 +1000
142    
143     madwifi-ng (0.svnr1485.20060325-1) unstable; urgency=low
144    
145     * New upstream release.
146     * Use upstream TARGET determination. Remove debian specific ARCH_TARGET code
147     from debian/rules/modules.
148    
149     -- Kel Modderman <kelrin@tpg.com.au> Sat, 25 Mar 2006 18:26:34 +1000
150    
151     madwifi-ng (0.svnr1475.20060317-2) unstable; urgency=low
152    
153     * Use dh_installmodules to handle modules post{inst,rm}
154    
155     -- Kel Modderman <kelrin@tpg.com.au> Tue, 21 Mar 2006 00:00:11 +1000
156    
157     madwifi-ng (0.svnr1475.20060317-1) unstable; urgency=low
158    
159     * New upstream release.
160     * Make binary modules package Depend on linux-image | kernel-image
161     [debian/control.modules.in]
162    
163     -- Kel Modderman <kelrin@tpg.com.au> Sat, 18 Mar 2006 19:19:55 +1000
164    
165     madwifi-ng (0.svnr1472.20060310-1) unstable; urgency=low
166    
167     * New upstream release
168     * Drop tools update and nodetable dpatches, they were applied upstream
169     * Add MADWIFI_OPTIONS to preup script, allowing one to append an option to
170     wlaconfig at VAP creation time [debian/ifupdown/preup]
171     * Do not exclude the users-guide.pdf from compression [debian/rules]
172     * Include the users guide in madwifi-ng-source
173     [debian/madwifi-ng-source.docs]
174    
175     -- Kel Modderman <kelrin@tpg.com.au> Sat, 11 Mar 2006 08:14:45 +1000
176    
177     madwifi-ng (0.svnr1463.20060307-1) unstable; urgency=low
178    
179     * New upstream release
180     * Add patch for possible memory leak in ad-hoc mode.
181     [debain/patches/03_nodetable.dpatch]
182     * Remove bogus target from module source debian/rules.
183     [debian/rules.modules]
184    
185     -- Kel Modderman <kelrin@tpg.com.au> Tue, 7 Mar 2006 21:28:36 +1000
186    
187     madwifi-ng (0.svnr1460.20060304-1) unstable; urgency=low
188    
189     * New upstream release
190     * Add wireless-tools to Recommends field of madwifi-ng-modules and
191     madwifi-ng-tools. [debian/control*]
192     * Rename ifupdown scripts, remove implicit copyright and tweaked mode
193     handling. [debian/ifupdown/*]
194     * Remove vpncrash dpatch - fixed upstream.
195     * Remove conditional dependency on m-a or k-p, Recommend kernel-package
196     [debain/control]
197    
198     -- Kel Modderman <kelrin@tpg.com.au> Sun, 5 Mar 2006 23:11:52 +1000
199    
200     madwifi-ng (0.svnr1457.20060228-1) unstable; urgency=low
201    
202     * New upstream release
203     * Correct typo in debian/rules
204     * Add uupdate to debian/watch
205     * Conditional dependency on module-assistant OR kernel package for
206     madwifi-ng-source
207     * Add 02_tools_update.dpatch and 03_vpncrash.dpatch pending upstream
208     inclusion.
209    
210     -- Kel Modderman <kelrin@tpg.com.au> Wed, 1 Mar 2006 21:50:00 +1000
211    
212     madwifi-ng (0.svnr1453.20060220-1) unstable; urgency=low
213    
214     * New upstream release
215     * Drop RSN fix applied upstream
216    
217     -- Kel Modderman <kelrin@tpg.com.au> Mon, 20 Feb 2006 23:16:25 +1000
218    
219     madwifi-ng (0.svnr1452.20060217-2) unstable; urgency=low
220    
221     * Fix active-scanning patch to compile against kernels with WE < 18.
222    
223     -- Kel Modderman <kelrin@tpg.com.au> Mon, 20 Feb 2006 21:24:29 +1000
224    
225     madwifi-ng (0.svnr1452.20060217-1) unstable; urgency=low
226    
227     * New debian version scheme.
228     * Add watch file to assist in tracking new upstream snapshots.
229     * Add patch from http://madwifi.org/ticket/241 to fix RSN when using
230     hostapd.
231    
232     -- Kel Modderman <kelrin@tpg.com.au> Sun, 19 Feb 2006 22:51:58 +1000
233    
234     madwifi-ng (0.9.0+svn1452-1) unstable; urgency=low
235    
236     * New upstream release
237     * Remove Recommends on madwifi-ng-base for madwifi-ng-tools.
238     [debian/control]
239     * Add active-scanning-option dpatch but do not apply by default (ftbfs on
240     Sarge's kernel)
241     * Drop setmode-delay patch, I do not think it is 100% correct, even though
242     it causes an obscure bug to go away.
243    
244     -- Kel Modderman <kelrin@tpg.com.au> Fri, 17 Feb 2006 22:14:50 +1000
245    
246     madwifi-ng (0.9.0+svn1451-1) unstable; urgency=low
247    
248     * New upstream release
249     - new HAL (0.9.16.6)
250     * Rework installation of madwifi-ng-tools
251     - use upstream tools/Makefile install: target to install binaries and
252     manpages [debian/rules, debian/madwifi-ng-tools.manpages,
253     debian/madwifi-ng-tools.dirs]
254     - set $(CC) (/etc/alternatives/cc) as compiler [debian/rules]
255     * Clean madwifi-ng-source tarball of precompiled binaries [debian/rules]
256     * Update documentation for madwifi-ng-tools
257     [debian/madwifi-ng-tools.README.debian]
258    
259     -- Kel Modderman <kelrin@tpg.com.au> Sat, 11 Feb 2006 22:40:24 +1000
260    
261     madwifi-ng (0.9.0+svn1446-1) unstable; urgency=low
262    
263     * New upstream release
264     - Fixed: modules: target of Makefile was not directly dependent on
265     svnversion.h, which caused madwifi-ng-source to fail compilation.
266     Shame on me for not thoroughly testing this before release, and a big
267     thanks to Punky Tse for picking up on it.
268    
269     -- Kel Modderman <kelrin@tpg.com.au> Wed, 8 Feb 2006 20:13:47 +1000
270    
271     madwifi-ng (0.9.0+svn1443-1) unstable; urgency=low
272    
273     * New upstream release.
274     - comprehensive code style cleanup
275     * Remove all patches applied upstream.
276     * Remove patches that have been found to be problematic:-
277     - 01_fix-chanmode-auto.dpatch does not provide a correct solution, even
278     though it prevents a kernel panic
279     - 06_active-scan.dpatch fails to compile against kernels with WE versions
280     less than 17 (module FTBFS on default Sarge kernel). This patch is
281     currently being improved
282     * Update setmode-delay patch with a revised solution.
283     [debian/patches/01_setmode-delay-with-timeout2.dpatch]
284     * wlanconfig is installed to /usr/sbin now with the other tools.
285     [debian/rules, debian/ifupdown/*]
286     * Remove provides field in debian/control.modules.in
287     * Tweak madwifi-dev control description. [debian/control]
288     * Move countrycode text into madwifi-source.README.debian.
289    
290     -- Kel Modderman <kelrin@tpg.com.au> Tue, 7 Feb 2006 17:51:44 +1000
291    
292     madwifi-ng (0.9.0+svn1416-1) unstable; urgency=low
293    
294     * New upstream release.
295     * Replace device renaming patch with a revised version.
296     [debian/patches/02_device-renaming.dpatch]
297     * Add patch to fix mac changing bug [debian/patches/08_changemac.dpatch]
298    
299     -- Kel Modderman <kelrin@tpg.com.au> Fri, 27 Jan 2006 21:21:04 +1000
300    
301     madwifi-ng (0.9.0+svn1408-1) unstable; urgency=low
302    
303     * New upstream release.
304     * Drop patches applied upstream.
305    
306     -- Kel Modderman <kelrin@tpg.com.au> Mon, 23 Jan 2006 18:03:07 +1000
307    
308     madwifi-ng (0.9.0+svn1405-2) unstable; urgency=low
309    
310     * Fix Maintainer and Uploader field of modules control file.
311     [debian/control.modules.in]
312     * Update 80_autocreate.dpatch with a small bugfix.
313     * Add print-module-status.dpatch pending upstream inclusion.
314     * Quote all shell var's in ifupdown scripts and remove dependency on iproute
315     by checking /proc/net/wireless for pre-existing VAP's.
316     [debian/ifupdown/*, debian/control]
317    
318     -- Kel Modderman <kelrin@tpg.com.au> Sun, 22 Jan 2006 18:57:34 +1000
319    
320     madwifi-ng (0.9.0+svn1405-1) unstable; urgency=low
321    
322     * New upstream release.
323     * Drop patches applied upstream.
324     * Add pending upstream patches.
325     - allow autocreation of a sta VAP or each device
326     * Remove madwifi-base, sta device is now created by default.
327    
328     -- Kel Modderman <kelrin@tpg.com.au> Sat, 21 Jan 2006 00:34:03 +1000
329    
330     madwifi-ng (0.9.0+svn1401-3) unstable; urgency=low
331    
332     * Sync control file with Kanotix package. This was left terribly broken for
333     far too long. [debian/control]
334     * Add udev version depends to madwifi-base. [debian/control]
335     * Add patch to fix iupstream ARCH detection script.
336     [debian/patches/07_fix-get_arch_target.sh.dpatch]
337     * Add active scanning workaround patch.
338     [debian/patches/08_active-scan.dpatch]
339     * Quote variables in udev script. [debian/udev/madwifi.sh]
340    
341     -- Kel Modderman <kelrin@tpg.com.au> Wed, 18 Jan 2006 19:23:19 +1000
342    
343     madwifi-ng (0.9.0+svn1401-2) unstable; urgency=low
344    
345     * Fix Recommends field of modules binary. [debian/control.modules.in]
346     * Replace and provide madwifi-modules-_KVERS_.
347     [debian/control.modules.in]
348    
349     -- Kel Modderman <kelrin@tpg.com.au> Wed, 18 Jan 2006 05:06:26 +1000
350    
351     madwifi-ng (0.9.0+svn1401-1) unstable; urgency=low
352    
353     * New upstream release.
354     * Sync patchset with new upstream. [debian/patches/*]
355     * Add Stefan Lippers-Hollmann to Uploaders, as he is responsible for
356     managing the Kanotix repository that will be the temporary home for this
357     package. [debian/control]
358    
359     -- Kel Modderman <kelrin@tpg.com.au> Wed, 18 Jan 2006 04:53:03 +1000
360    
361     madwifi-ng (0.9.0+svn1397-1) unstable; urgency=low
362    
363     * New upstream release.
364     - fixes instability with amd64 and ipsec
365     * Bugfix ifupdown scripts, missing quotes. Thanks Evan Jones.
366     [debian/ifupdown/*]
367     * Updates dpatches. Remove patches applied upstream and add all patches
368     pending upstream inclusion. All patch descriptions provide url to the
369     associated madwifi.org ticket.
370     * Recommend madwifi-ng-base in module conrtol file. [debian/control.modules.in]
371     * Remove section describing wireless usage from
372     madwifi-ng-source.README.debian, this should be described in greater
373     detail in madwifi-ng-tools.README.debian, along with associated changes
374     with respect to the usage of the ifupdown scripts to automate VAP
375     management.
376     * Add brief description to udev program configuration file.
377     [debian/udev/madwifi]
378     * Add note about the purpose of the udev program to
379     madwifi-ng-base.README.debian.
380     * Alter ARCH_TARGET handling to suit new architecture determination in
381     upstream Makefiles. dpkg-architecture is more reliable than depending on the
382     upstream arch determinination. [debian/rules.modules]
383     * Fix "make", and "make install targets" for the module source. These
384     targets are seperated by a patch included that is pending upstream
385     inclusion. [debian/rules.modules]
386     * Remove upstream install.log in clean target of module source.
387     [debian/rules.modules]
388     * Update madwifi-tools.README.debian with countrycode information, and add
389     section templates for further expansion of documentaion.
390     * Fix typo in madwifi-ng-source.README.debian.
391    
392     -- Kel Modderman <kelrin@tpg.com.au> Sun, 15 Jan 2006 22:37:18 +1000
393    
394     madwifi-ng (0.9.0+svn1365-2) unstable; urgency=low
395    
396     * Move ifupdown scripts to madwifi-ng-tools. [debian/rules,
397     debian/madwifi-ng-tools.dirs, debain/control]
398     * Tweak udev program.
399     - hardcode ath as interface alias prefix
400     - remove option to specify an alternative interface alias
401     * Small tweak to ifupdown scripts. [debian/ifupdown/*]
402     * Exclude THANKS from all packages. [debian/rules]
403     * Don't compress users-guide.pdf. [debain/rules]
404     * Disable 05_wifi-rename.dpatch.
405     * Update 06_unit-noappend.dpatch.
406     * Update debian/control* files with names of current team members.
407    
408     -- Kel Modderman <kelrin@tpg.com.au> Sat, 24 Dec 2005 13:48:16 +1000
409    
410     madwifi-ng (0.9.0+svn1365-1) unstable; urgency=low
411    
412     [Kel Modderman]
413     * Update Maintainer and Uploaders fields to reflect current team members.
414     [debian/control*]
415     * Introduce madwifi-base to contain configuration and support scripts for
416     the new madwifi codebase.
417     - ifupdown scripts (thanks to Matt Brown)
418     - experimental udev rule, program and default configuration file
419     * Move wlanconfig to /sbin to avoid racy conditions in some situations with
420     the udev program. [debian/madwifi-tools.dirs,debian/rules]
421     * Use additional patches that are pending upstream.
422     * Exclude README and THANKS files from madwifi-ng-{dev,base}. [debian/rules]
423     * Modify install target for madwifi-ng-tools. [debian/rules]
424     * Add madwifi-ng-dev.README.deian to explain purpose of the package. This was
425     previously contained within madwifi-ng-source.README.debian.
426     * Adjust debian/rules.modules
427     - Untested support for arm
428     - no longer require the TOOLPREFIX hack
429     - use new upstream install-modules target
430     * Add madwifi-ng-tools.manpages, we do not use upstreams Makefile to install
431     these anymore.
432     * Sync copyright file with that of existing madwifi package.
433    
434     -- Kel Modderman <kelrin@tpg.com.au> Thu, 22 Dec 2005 22:27:27 +1000
435    
436     madwifi-ng (0.9.0+svn1234-1) unstable; urgency=low
437    
438     [Kel Modderman]
439     * Remove madwifi-ng meta package. [debian/control]
440     * Make madwifi-dev depend on madwifi-source of same source-version.
441     [debian/control]
442     * Remove references to README_FIRST in debian/*.docs files as
443     it was removed upstream.
444    
445     -- Kel Modderman <kelrin@tpg.com.au> Mon, 31 Oct 2005 22:46:44 +1000
446    
447     madwifi-ng (0.9.0+svn1216-1) unstable; urgency=low
448    
449     * Initial release.
450    
451     -- Kel Modderman <kelrin@tpg.com.au> Fri, 28 Oct 2005 22:36:47 +1000
452    

  ViewVC Help
Powered by ViewVC 1.1.5