Skip to content

Debian Changelog at76c503a (0.14~beta1-3)

2006

at76c503a (0.14~beta1-3) unstable; urgency=low

   * use our own Makefile to make sure we pick up the correct source during
     build.
   * correctly set the version number in the changelog. Thanks to Stefan
     Lippers-Hollmann <s.L-H@gmx.de> for the patch.

 -- Guido Guenther <agx@sigxcpu.org>  Wed, 22 Nov 2006 21:56:44 +0100

at76c503a (0.14~beta1-2) unstable; urgency=low

   * also pass path to kernel source during install and add a separate
     check_version target (Closes: #399422)

 -- Guido Guenther <agx@sigxcpu.org>  Mon, 20 Nov 2006 14:56:55 +0100

at76c503a (0.14~beta1-1) unstable; urgency=low

   * New upstream version
   * Works with 2.6.18 and 2.6.19-rc6 (Closes: #396274, #374025)
   * switch to quilt
   * added patches:
       - config.h-rename.diff: config.h got renamd to autoconf.h for 2.6.19
       - install-target.diff: add a install target that doesn't run depmod
         to avoid the generated map files clashing with the kernel ones upon
         install

 -- Guido Guenther <agx@sigxcpu.org>  Sat, 18 Nov 2006 03:04:19 +0100

at76c503a (0.13.0-1) unstable; urgency=low

   * new upstream version
   * at76c503.h: correct version string 0.13, not 0.13rc1

 -- Guido Guenther <agx@sigxcpu.org>  Mon, 26 Jun 2006 09:35:03 +0200

at76c503a (0.13rc1-1) unstable; urgency=low

   * new upstream version (contains all of our fixes)
   * switch to debhelper version 5
   * call dh_installmodules to make sore we call depmod with the correct
     kernel version in the module package's postinst

 -- Guido Guenther <agx@sigxcpu.org>  Wed, 21 Jun 2006 17:23:16 +0200

at76c503a (0.12.beta23-9) unstable; urgency=low

   * fix build witch 2.6.17
      - use module_param
      - don't reference rtnl_sem directly
   * don't set a default essid if "okuwlan", no other wireless driver does this
   * bump standards version
   * changed Build-Depends-Indep to Build-Depends
   * add binary-indep target (doing nothing)

 -- Guido Guenther <agx@sigxcpu.org>  Sat, 13 May 2006 16:05:10 +0200

at76c503a (0.12.beta23-8) unstable; urgency=low

   * no need to copy over all the .mod files from the kernel source, this
     fixes the problem where all of the moduels in the upstream kernel got
     rebuilt when building this modules

 -- Guido Guenther <agx@debian.org>  Thu, 16 Mar 2006 13:33:27 +0100

at76c503a (0.12.beta23-7) unstable; urgency=low

   * apply (slightly modified) patch from Pavel Roskin found at
     https://lists.berlios.de/pipermail/at76c503a-develop/2005-September/000235.html
     fixing:
      - set_eth_hdr macro needs cast to suppress a warning.
      - URB_ASYNC_UNLINK is not defined on latest kernels.  It should be 0.
      - Use proper printk qualifiers for size_t and ptrdiff_t.
      - Use dev_alloc_name() to set device name.
      - Use new API for wireless spy.

 -- Guido Guenther <agx@debian.org>  Tue, 28 Feb 2006 15:54:38 +0100

at76c503a (0.12.beta23-6) unstable; urgency=low

   * fix compilation with 2.6.16.rcX
   * remove buff argument in call to request_firmware
   * remove the 2.4 backwards compatibility code since the driver is known
     to not work with this versions

 -- Guido Guenther <agx@debian.org>  Tue, 28 Feb 2006 14:37:42 +0100

at76c503a (0.12.beta23-5) unstable; urgency=low

   * depend on debhelper (Closes: #353896)
   * Makefile: use M= instead of deprecated SUBDIRS=

 -- Guido Guenther <agx@debian.org>  Tue, 28 Feb 2006 11:44:48 +0100

at76c503a (0.12.beta23-4) unstable; urgency=low

   * at76c503a-source.rules:
      - install into at76c503a-module-$(KVER)
        instead of tmp/
      - remove stuff for some old gccs

 -- Guido Guenther <agx@debian.org>  Mon, 9 Jan 2006 09:30:37 +0100

2005

at76c503a (0.12.beta23-3) unstable; urgency=low

   * Ensure that the modules source tree is cleaned before each build - thanks
     to Micheal Spang for the patch (Closes: #343760)
   * add compat file to module source tree
   * bump standards version

 -- Guido Guenther <agx@debian.org>  Tue, 20 Dec 2005 11:53:35 +0100

at76c503a (0.12.beta23-2) unstable; urgency=low

   * fixes for 2.6.14:
      - remove USB_ASYNC_UNLINK for WIRELESS_EXT >= 17
      - don't set spy_offset for WIRELESS_EXT >= 17
      - call netif_carrier_on (Patch by Ruud Linders <rkmp@xs4all.nl>)
   * remove configure-stamp

 -- Guido Guenther <agx@debian.org>  Tue, 25 Oct 2005 09:37:14 +0200

at76c503a (0.12.beta23-1) unstable; urgency=low

   * new upstream version

 -- Guido Guenther <agx@debian.org>  Mon, 25 Apr 2005 15:13:36 +0200

at76c503a (0.12.beta19-5) unstable; urgency=low

   * replace usb_unlink_urb() by usb_kill_urb() for synchronous unlinks

 -- Guido Guenther <agx@debian.org>  Mon, 10 Jan 2005 08:53:30 +0100

2004

at76c503a (0.12.beta19-4) unstable; urgency=low

   * add dummy debian/control to the tar.gz so the first "make-kpkg
     modules_clean" doesn't fail (Closes: #282099)
   * remove all references on kernel 2.4 and make it explicit that kernel 2.4
     unfortunately can't be supported anymore (Closes: #282383)

 -- Guido Guenther <agx@debian.org>  Mon, 22 Nov 2004 15:29:30 +0100

at76c503a (0.12.beta19-3) unstable; urgency=low

   * pull updates from current CVS to fix compilation with kernel >= 2.6.9

 -- Guido Guenther <agx@debian.org>  Thu, 28 Oct 2004 14:54:12 +0200

at76c503a (0.12.beta19-2) unstable; urgency=low

   * fix passing of KVERS, KSRC
   * update debian/copyright
   * remove all tar.gzs in the clean rule
   * update debian/{copyright,README.Debian}

 -- Guido Guenther <agx@debian.org>  Wed, 15 Sep 2004 13:19:35 +0200

at76c503a (0.12.beta19-1) unstable; urgency=low

   * new upstream version
   * remove firmware from source package (fw-*.h) and use firmware from
     atmel-firmare package instead (Closes: #261599)
   * therefore move to contrib

 -- Guido Guenther <agx@debian.org>  Mon, 13 Sep 2004 16:41:26 +0200

at76c503a (0.12.beta11-2) unstable; urgency=low

   * fix Makefile for 2.4 builds, thanks Joey Hess for testing
     (Closes: #255957)

 -- Guido Guenther <agx@debian.org>  Thu, 24 Jun 2004 09:01:29 +0200

at76c503a (0.12.beta11-1) unstable; urgency=low

   * new upstream version
   * set KERNEL_SRC to KSRC as supplied by make-kpkg
   * fix description since it works with 2.6 too

 -- Guido Guenther <agx@debian.org>  Wed, 26 May 2004 15:06:06 -0300

at76c503a (0.11.beta5-2) unstable; urgency=low

   * set KERNEL_VERSION to KVERS as supplied by make-kpkg
   * add Oliver Kurth <oku@debian.org> to uploaders
   * change section to non-free/net due to the non-free firmware included
     and fix debian/copyright

 -- Guido Guenther <agx@debian.org>  Thu, 8 Jan 2004 16:31:31 +0100

2003

at76c503a (0.11.beta5-1) unstable; urgency=low

   * Initial Release.

 -- Guido Guenther <agx@debian.org>  Fri, 7 Nov 2003 18:38:30 +0100