diff options
author | Michael Biebl <biebl@debian.org> | 2010-09-21 05:48:23 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2010-09-21 05:49:49 +0200 |
commit | 9ab1b22315f5d711e14e97a6dbe7389681409efc (patch) | |
tree | 26444d03cdb9273c2d390a3f5bfd0b4d966bd460 /debian/changelog | |
parent | 7d83738affd17f70d23b9b8836dddb81880c5f68 (diff) | |
download | consolekit-9ab1b22315f5d711e14e97a6dbe7389681409efc.tar.gz |
Update 82-hurd_support.patch
* debian/patches/82-hurd_support.patch
- Updated for 0.4.2.
- Check return value of malloc() to correctly handle OOM situations.
Thanks Pino Toscano for the updated patch.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 501c0ac..91846f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,10 +12,13 @@ consolekit (0.4.2-1) UNRELEASED; urgency=low - debian/patches/01-dont_daemonize_when_activated.patch - debian/patches/02-dont_take_bus_name_until_ready.patch - debian/patches/04-dont_fail_with_invalid_seats_file.patch - * Refresh patches. * debian/patches/01-fallback_no_vt_waitevent.patch - Add runtime check for VT_WAITEVENT and fallback to old behaviour of creating a thread for every possible VT. + * debian/patches/82-hurd_support.patch + - Updated for 0.4.2. + - Check return value of malloc() to correctly handle OOM situations. + Thanks Pino Toscano for the updated patch. -- Michael Biebl <biebl@debian.org> Mon, 20 Sep 2010 02:35:46 +0200 |