-
wireless-tools (29-2ubuntu6) karmic; urgency=low
* Don't try to outsmart the compiler and don't redefine `inline' in an
installed header file. LP: #435793.
/* Make gcc understant that when we say inline, we mean it.
* I really hate when the compiler is trying to be more clever than me,
* because in this case gcc is not able to figure out functions with a
* single call site, so not only I have to tag those functions inline
* by hand, but then it refuse to inline them properly.
* Total saving for iwevent : 150B = 0.7%.
* Fortunately, in gcc 3.4, they now automatically inline static functions
* with a single call site. Hurrah !
* Jean II */
-- Matthias Klose <email address hidden> Thu, 24 Sep 2009 13:01:03 +0200
-
wireless-tools (29-2ubuntu5) karmic; urgency=low
* Update to rfkill-0.3
add copyright notices
remove copyright notice from file
resync rfkill.h with kernel
version 0.3
-- Tim Gardner <email address hidden> Thu, 03 Sep 2009 20:21:31 -0600
-
wireless-tools (29-2ubuntu4) karmic; urgency=low
* Update to rfkill-0.2
-- Tim Gardner <email address hidden> Wed, 26 Aug 2009 09:52:48 -0600
-
wireless-tools (29-2ubuntu3) karmic; urgency=low
* Use sh to execute rfkill/version.sh
wireless-tools (29-2ubuntu2) karmic; urgency=low
* Added rfkill from sipsolutions.net
http://git.sipsolutions.net/rfkill.git
HEAD 942974036993a84d0beede0c1bbc19cdd3e9db40
Added rfkill/COPYING to debian/copyright
Added rfkill/README to debian/README.Debian
-- Tim Gardner <email address hidden> Fri, 24 Jul 2009 10:28:26 -0600
-
wireless-tools (29-2ubuntu2) karmic; urgency=low
* Added rfkill from sipsolutions.net
http://git.sipsolutions.net/rfkill.git
HEAD 942974036993a84d0beede0c1bbc19cdd3e9db40
Added rfkill/COPYING to debian/copyright
Added rfkill/README to debian/README.Debian
-- Tim Gardner <email address hidden> Mon, 20 Jul 2009 13:44:55 -0600
-
wireless-tools (29-2ubuntu1) karmic; urgency=low
* Merge from Debian unstable, remaining changes:
- Fix confusing text in iftab(5) about mapping ordering.
- Rather than just warning about NULL MAC addresses, ignore them totally
and treat their appearance as an error, and try and hint where the
NULL MAC address is so the user can remove it.
- Remove the ifrename package; it conflicts with our own udev package
which provides /etc/iftab support.
wireless-tools (29-2) unstable; urgency=low
* Apply and extend patch from Ritesh Raj Sarraf returning proper exit codes
on errors. Closes: #526187
* Bump Standards-Version and debhelper compatibility level.
* Remove spurious commands from Czech iwconfig manpage.
* Update debian/copyright.
-- Steve Langasek <email address hidden> Mon, 11 May 2009 08:55:27 +0000
-
wireless-tools (29-1.1ubuntu2) jaunty; urgency=low
* Revert change to bring up the interface before changing wireless
settings; the softmac driver this was implemented for is now
obsolete, no other drivers are reported to need it, and it
introduces other problems such as breaking PPP interfaces
(LP: #268519) and preventing configuration of some settings such as
hardware addresses (LP: #219520).
-- Steve Langasek <email address hidden> Fri, 14 Nov 2008 21:13:27 +0000