diff options
| author | Michael Biebl <biebl@debian.org> | 2007-10-22 15:09:38 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2007-10-22 15:09:38 +0000 |
| commit | 72482de1cc44c8b01220e45f7391282abfc52d76 (patch) | |
| tree | 4402dbb65a5f7fe145dfcbdde9f03c2e2d2d1054 /debian/changelog | |
| parent | 0bb60eff4e78e18e793862e8e06d5235f19c3552 (diff) | |
* debian/patches/23-rfkill_return_type.patch debian/0.6.5-3
- The return type of the GetPower() method from Device.Killswitch has
changed from UINT32 to INT32 in hal-0.5.10. Fix the code accordingly.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1824 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/changelog')
| -rw-r--r-- | debian/changelog | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index a4065efd..e616438e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -network-manager (0.6.5-3) UNRELEASED; urgency=low +network-manager (0.6.5-3) unstable; urgency=low - * NOT RELEASED YET + * debian/patches/23-rfkill_return_type.patch + - The return type of the GetPower() method from Device.Killswitch has + changed from UINT32 to INT32 in hal-0.5.10. Fix the code accordingly. - -- Michael Biebl <biebl@debian.org> Fri, 28 Sep 2007 21:33:25 +0200 + -- Michael Biebl <biebl@debian.org> Mon, 22 Oct 2007 17:05:44 +0200 network-manager (0.6.5-2) unstable; urgency=low |