~ubuntu-branches/ubuntu/jaunty/ndiswrapper/jaunty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-11-21 14:17:35 UTC
  • mfrom: (1.2.11 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20081121141735-hzymcfoy3up8hego
Tags: 1.53-2ubuntu1
* Merge with Debian; remaining changes:
  - Build for lpia.
  - debian/control:
    + Update description to point out that the kernel source package is
      not required with the standard Ubuntu kernel.
    + Change the Maintainer address.
  - debian/control:
    + Drop ndiswrapper-source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Version 1.53 2008-05-17
 
2
======================= 
 
3
* Implemented va_list conversion for x86_64, which fixes oops in  
 
4
  vsprintf() and vsnprintf().
 
5
* Fixed oops on unload if using our workqueue implementation with SMP enabled.
 
6
* Don't change the actual thread priority, just pretend it was changed.
 
7
* Implemented format string conversion for x86_64, so that Windows long  
 
8
  is mapped to Linux int.
 
9
* Fixed most sparse warnings.
 
10
* Simplified code and build system to remove already broken support for  
 
11
  Linux versions prior to 2.6.16.
 
12
* Added .size and .type for all functions in win2lin_stubs.S to improve  
 
13
  backtrace on x86_64.
 
14
* Fixed rx key authentication sequence number conversion from Windows to
 
15
  Linux so WPA authentication doesn't sometimes go into re-key auth loop.
 
16
 
1
17
Version 1.52 2008-02-02
2
18
======================= 
3
19
* Fixed kernel crash when CONFIG_DEBUG_SHIRQ is enabled