* include/grub/err.h (grub_err_t): Replace GRUB_ERR_BAD_GZIP_DATA with

GRUB_ERR_BAD_COMPRESSED_DATA. All users updated.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-05 16:55:49 +02:00
parent 5124ae6d4f
commit 3579415d20
3 changed files with 20 additions and 15 deletions

View file

@ -1,3 +1,8 @@
2010-09-05 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/err.h (grub_err_t): Replace GRUB_ERR_BAD_GZIP_DATA with
GRUB_ERR_BAD_COMPRESSED_DATA. All users updated.
2010-09-05 Vladimir Serbinenko <phcoder@gmail.com>
Uncompressed checksum support.