1New features with AN-2013-11-08:
2
3This is the first localization step for the schily source consolidation. Many
4programs now (hopefully) call gettext() for all strings that need localization.
5
6-	The next step will include dgettext() calls for the libraries and the
7	missing programs
8
9-	The following step will include the extracted strings
10
11-	The last step will include German translations and install support
12	for the resulting binary message object files.
13
14----------> Please test and report compilation problems! <---------
15
16***** NOTE: As mentioned since 2004, frontends to the tools should *****
17*****		call all programs in the "C" locale		   *****
18*****		by e.g. calling: LC_ALL=C cdrecord ....		   *****
19*****		unless these frontends support localized strings   *****
20*****		used by the cdrtools with NLS support.		   *****
21
22-	ACL entries no longer have arbitrary length limits in star.
23
24-	Star now includes support for NFSv4 ACLs on Solaris.
25	FreeBSD and Linux will follow once these platforms did agree
26	on a uniform ACL library interface for NVSv4 support.
27
28	Please note that the two changes mentioned above resulted in major
29	code rearrangements and may even cause star to fail on Linux and
30	FreeBSD with the withdrawn POSIX.1e draft ACLs. Please test and
31	report.
32
33-	The rules in the Schily Makefilesystem have been restructured in order
34	to allow to avoid problems on platforms like FreeBSD and Mac OS X:
35
36	FreeBSD and Mac OS X banned the not-free-enough (because GPLd)
37	software to /usr/local, forcing us to add -I/usr/local/include
38	and -L/usr/local/lib. Unfortunately, /usr/local/include frequently
39	carries a _very_ outdated and thus wrong copy of "cdda_paranoia.h"
40	which is more than 10 years old and definitely incompatible with
41	dynamic linking on Mac OS X. This defective copy was first in the
42	search path and prevented compilation.
43
44	We now have a new macro: DEFOSINCDIRS= that grants to add include
45	directories to the end of the search PATH to allow us to find the
46	correct "cdda_paranoia.h" first.
47
48	Please test and report in case of problems.
49
50-	gmake and SunPro make include COMPILE.c with wrong content in their
51	built-in rules. We now clear this macro un RULES/rules.top. It is
52	still possible to provice a modified version from command line
53	or from the environment.
54
55-	include/schily/stdio.h was reordered, as it prevented compilation
56	of the "bsh" on Linux. This was a problem recently introduced,
57	when we added #ifndef NO_SCHILY_STDIO_H
58
59-	A new autoconf test was added to detect the presence of NFSv4 ACL
60	support on Solaris inside libsec.
61
62-	Fixed a bug with libxtermcap::tdecode() that was introduced
63	with release 2013-10-10 whilt trying to reduce line length via
64	resturcturing. This resulted in all ^x esacapes in termcap
65	entries to be expanded to '\0'.
66
67-	The SCCS commands "sccs", "get" and "delta" now support to store
68	and retrieve files with nanosecond timestamps when using the
69	SCCS V6 archive format.
70
71	This is based on the recently introduced *at() syscall emulations
72	in libschily. Please report problems from platforms that do not
73	provide native *at() interfaces.
74
75Author:
76
77Joerg Schilling
78D-13353 Berlin
79Germany
80
81Email: 	joerg@schily.isdn.cs.tu-berlin.de, js@cs.tu-berlin.de
82	joerg.schilling@fokus.fraunhofer.de
83
84Please mail bugs and suggestions to me.
85