From: wdenk Date: Fri, 23 Nov 2001 17:43:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2e7088d11c565eb7c7cf5bd8d1da8160f0ebae04;p=users%2Frw%2Fppcboot.git *** empty log message *** --- diff --git a/CHANGELOG b/CHANGELOG index 0dab9d8..dd8c36d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -53,7 +53,7 @@ To do: (and it uses default address). ====================================================================== -Modifications for 1.1.1: +Modifications for 1.1.2: ====================================================================== * Add CPU Support for MPC 75x; @@ -67,6 +67,10 @@ Modifications for 1.1.1: * Fix bug in I2C uCode-Patch Handling Patch by David Petersen, 19 Nov 2001 +====================================================================== +Modifications for 1.1.1: +====================================================================== + * Add I2C support for Xicor X40430 EEPROM (ICU862 board) * Add support for direct TFTP download to flash memory (optional). diff --git a/include/version.h b/include/version.h index 6b0f575..e21a6be 100644 --- a/include/version.h +++ b/include/version.h @@ -24,6 +24,6 @@ #ifndef __VERSION_H__ #define __VERSION_H__ -#define PPCBOOT_VERSION "PPCBoot 1.1.1" +#define PPCBOOT_VERSION "PPCBoot 1.1.2" #endif /* __VERSION_H__ */