From 7c16098be2b04ab791a520bf4ca2319233f4bd73 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 18 May 2009 15:12:04 +0200 Subject: [PATCH] Releasing version 3.0.3. Signed-off-by: Daniel Baumann --- ChangeLog | 28 ++++++++++++++++++++++++++++ src/version.h | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8e35fcf..e3d1999 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +commit 8147c98a542b714ccab34b57c84ed842bb6b50f2 +Author: Daniel Baumann +Date: Mon May 18 15:10:55 2009 +0200 + + Also declaring arm as an unaligned architecture, see Debian bug #502961. + +commit 18e27fa5c0f811e7edc10bca771acc7c04b19146 +Author: Steven J. Magnani +Date: Mon May 18 15:01:49 2009 +0200 + + Adding support for limited-memory embedded systems. + + This patch reorganizes heap memory usage by dosfsck and mkdosfs + to support limited-memory embedded systems - in particular, those + based on Xilinx's Microblaze processor. It also adds a few comments. + +commit 180b68e652df7bfeb7f336e0247aee8873edea7f +Author: Mike Frysinger +Date: Thu Mar 5 07:03:36 2009 +0100 + + Declaring Blackfin as an unaligned architecture. + +commit 71ac75353d9158aed663f0a3a9d1a1a67ee4ff4f +Author: Daniel Baumann +Date: Sat Feb 28 09:48:04 2009 +0100 + + Releasing upstream version 3.0.2. + commit a75924b8ff629fe7ca5ba9c58ac75f66290242ee Author: Hiroaki Ishizawa Date: Fri Feb 13 10:00:46 2009 +0100 diff --git a/src/version.h b/src/version.h index b319d6d..d7a2d6e 100644 --- a/src/version.h +++ b/src/version.h @@ -22,7 +22,7 @@ #ifndef _version_h #define _version_h -#define VERSION "3.0.2" -#define VERSION_DATE "28 Feb 2009" +#define VERSION "3.0.3" +#define VERSION_DATE "18 May 2009" #endif /* _version_h */