File: NEWS

package info (click to toggle)
genromfs 0.5.2-4.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 216 kB
  • sloc: ansic: 1,930; makefile: 128; sh: 14
file content (32 lines) | stat: -rw-r--r-- 995 bytes parent folder | download | duplicates (3)
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