]> arthur.barton.de Git - netatalk.git/commitdiff
Added maccode.koi8-r to the files to be cleaned.
authorsrittau <srittau>
Sun, 1 Dec 2002 00:29:33 +0000 (00:29 +0000)
committersrittau <srittau>
Sun, 1 Dec 2002 00:29:33 +0000 (00:29 +0000)
NEWS
etc/afpd/nls/Makefile.am

diff --git a/NEWS b/NEWS
index 7567c7b08ffd112bae82b6c0971a81ca99a3e8a2..17aae37947074cc669dde6e9b073a56ed6305f86 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in 1.6.1
+================
+
+* FIX: Codepage file maccode.koi8-r is now correctly cleaned.
+
 Changes in 1.6.0
 ================
 
index 9ce82ef838c41422307860f31a5ceb38654bf6fe..8308901ef766002ba3b9c76b89dd6039d9894b38 100644 (file)
@@ -8,7 +8,7 @@ bin_PROGRAMS = makecode parsecode
 makecode_SOURCES = makecode.c
 parsecode_SOURCES = parsecode.c
 
-MACCODES = maccode.437 maccode.850 maccode.iso8859-1 maccode.iso8859-1.adapted
+MACCODES = maccode.437 maccode.850 maccode.iso8859-1 maccode.iso8859-1.adapted maccode.koi8-r
 
 CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/sys -I$(top_srcdir)/etc/afpd \
        @CFLAGS@