]> arthur.barton.de Git - netatalk.git/commitdiff
Added new file from stable branch.
authorsrittau <srittau>
Sun, 30 Dec 2001 18:36:21 +0000 (18:36 +0000)
committersrittau <srittau>
Sun, 30 Dec 2001 18:36:21 +0000 (18:36 +0000)
NEWS [new file with mode: 0644]

diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..edb2bbb
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,17 @@
+Changes from 1.5rc2
+===================
+
+* FIX: Compilation on Tru64 systems was broken, since libtool's acinclude.m4
+       file on the packagers system did not contain the necessary patch.
+* FIX: On some systems, atalkd refuses to start, since it couldn't detect
+       any interfaces. This was caused by an overzealous validity check.
+
+Changes from 1.5rc1
+===================
+
+* FIX: contrib/shell_utils/lp2pap.sh was erased when "make clean" was called.
+       Now we distribute lp2pap.sh.tmpl instead, and lp2pap.sh is automatically
+       generated during package build.
+* FIX: Some platforms (notably Tru64) don't have the snprintf() call, which
+       was used in etc/afp/afp_config.c. This call was replaced by sprintf()
+       and prior bounds checking.