diff options
| author | David Härdeman <david@hardeman.nu> | 2007-07-28 19:06:11 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2007-07-28 19:06:11 +0200 |
| commit | 494e8cf2560b3d139273513899164219c7c2ae98 (patch) | |
| tree | 2e869fd743a6eb2af8dcedbaa140e0f81eda3912 /debian | |
| parent | bc7a264c033d8236a7e2672b0165493f59878b54 (diff) | |
| download | initramfs-tools-494e8cf2560b3d139273513899164219c7c2ae98.tar.gz initramfs-tools-494e8cf2560b3d139273513899164219c7c2ae98.zip | |
hook-functions: Protect variables with local usage
bonus minor coding style cleanup
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d3b579d..c37028a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,14 @@ initramfs-tools (0.90) UNRELEASED; urgency=low + [ maximilian attems ] * hook-functions: Fix xen i386 boots with optimized 2.5. (closes: 420754) Thanks Marco Nenciarini <mnencia@debian.org> for patch. - * debian/control: Bump dep on klibc-utils from etch. (closes: 435031) - -- maximilian attems <maks@debian.org> Sat, 28 Jul 2007 18:56:36 +0200 + [ David Härdeman ] + * hook-functions: Protect all variable with local, plus coding style fixes. + + -- maximilian attems <maks@debian.org> Sat, 28 Jul 2007 19:03:35 +0200 initramfs-tools (0.89) unstable; urgency=low |
