1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Changes in release 0.5.2:
* faked device names may contain the special characters "-" "_" and "+"
Thanks to Greg Ungerer
* code changes -- avoid possible side effects of ntohl(), and report
nonexistant directories instead of a segfault
Thanks to Ilguiz Latypov
* version numbers are checked at make distcheck time
Changes in release 0.5.1:
* the man page is now installed correctly
* documented @ special files, updated man page version
* manual wording updates
Changes in release 0.5:
* genromfs builds on Linux (libc5, glibc), FreeBSD, Solaris, with gcc
* added a script to generate device special files
* merged in the uClinux changes, thanks to:
Greg Ungerer (gerg -at- snapgear.com)
The LEOX team (lpm/bdl/bronche -at- leox.org)
profesor -at- sidehack.sat.gweep.net
** allow specifying device files by names @dev,b,major,minor
** -x option to exclude files
** portability fixes to compile on Solaris
* print version
* spelling fixes
Changes in release 0.3:
* in progress
|