#
#  <Changelog>
#     
#  Changelog for Open Hack'Ware.
#  
#  Copyright (C) 2004 Jocelyn Mayer (l_indien@magic.fr)
#  
#  This file is part of Open Hack'Ware.
#
#  Open Hack'Ware is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2 of the License, or
#  (at your option) any later version.
#
#  Open Hack'Ware is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with Open Hack'Ware; if not, write to the Free Software
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#

2004-07-07: version 0.3:
* OpenFirmware emulation:
 - Fix OF_lds and OF_sts
 - Fix OF_env initialisation.
 - Add more run-time checks in OF management.
 - Fix OF naming scheme.
 - Add OF methods arguments.
 - Change Copyright string to make Mac OS 9 happy.
 - New mmu_map method
 - Fix serial_write & serial_read methods.
 - Add block devices package.
 - New OF_interpret hashes for yaboot support.
* partition management:
 - hide part_t structure.
 - improve partitions registration
* filesystems support:
 - Fix inode cache management.
 - Fix special inodes management.
 - HFS support rework.
* misc:
 - keep OF private pointer in PCI IDE structures.
 - change all xxx_DEBUG defines into DEBUG_xxx
 - add missing copyright and license in pci.c

2004-05-22:
 - cleanup Makefile
 - add COPYING
 - fix license informations
 - discard unwanted output sections in bootloaders linker scripts
 - created Changelog