about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-11-15 18:44:45 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-11-15 18:44:45 +0000
commit4a15ed83bc367df0c1e03bd63b3e425f0000b7f0 (patch)
treeaa457b46900b53107bbd13ec78c9251118236bba
parentf2e7cf4a05a5b74a16bf4f0280ef26f19b686925 (diff)
downloadzsh-4a15ed83bc367df0c1e03bd63b3e425f0000b7f0.tar.gz
zsh-4a15ed83bc367df0c1e03bd63b3e425f0000b7f0.tar.xz
zsh-4a15ed83bc367df0c1e03bd63b3e425f0000b7f0.zip
unposted: version 4.1.0-dev-3 with associated .distfiles tidying zsh-4.1.0-dev-3
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Mandrake/.distfiles3
-rw-r--r--Completion/Mandrake/Command/.distfiles4
-rw-r--r--Config/version.mk4
-rw-r--r--Etc/.distfiles3
-rw-r--r--Util/.distfiles3
6 files changed, 18 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 249ecb77b..41715b9ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2001-11-15  Peter Stephenson  <pws@csr.com>
 
+	* unposted: Config/version.mk, Etc/.distfiles, Util/.distfiles,
+	Completion/Mandrake/.distfiles,
+	Completion/Mandrake/Command/.distfiles: version 4.1.0-dev-3 plus
+	associated tidying of distribution.
+
 	* 16255: Function/Misc/zcalc: allow -#base or -## base to
 	specify default output base.
 
diff --git a/Completion/Mandrake/.distfiles b/Completion/Mandrake/.distfiles
new file mode 100644
index 000000000..9e276f99b
--- /dev/null
+++ b/Completion/Mandrake/.distfiles
@@ -0,0 +1,3 @@
+DISTFILES_SRC='
+.distfiles
+'
diff --git a/Completion/Mandrake/Command/.distfiles b/Completion/Mandrake/Command/.distfiles
new file mode 100644
index 000000000..91e79f8e9
--- /dev/null
+++ b/Completion/Mandrake/Command/.distfiles
@@ -0,0 +1,4 @@
+DISTFILES_SRC='
+.distfiles
+_urpmi
+'
diff --git a/Config/version.mk b/Config/version.mk
index 3aff42392..8481e405f 100644
--- a/Config/version.mk
+++ b/Config/version.mk
@@ -27,5 +27,5 @@
 # This must also serve as a shell script, so do not add spaces around the
 # `=' signs.
 
-VERSION=4.1.0-dev-2
-VERSION_DATE='September 27, 2001'
+VERSION=4.1.0-dev-3
+VERSION_DATE='November 15, 2001'
diff --git a/Etc/.distfiles b/Etc/.distfiles
index 1eb7c1a50..608eb35e3 100644
--- a/Etc/.distfiles
+++ b/Etc/.distfiles
@@ -1,5 +1,6 @@
 DISTFILES_SRC='
     .cvsignore .distfiles Makefile.in
-    BUGS CONTRIBUTORS FAQ FAQ.yo FEATURES MACHINES NEWS
+    BUGS CONTRIBUTORS FAQ FAQ.yo FEATURES MACHINES NEWS STD-TODO
     FTP-README pubring.pgp
+    completion-style-guide zsh-development-guide
 '
diff --git a/Util/.distfiles b/Util/.distfiles
index 1591692ce..3cb0b710a 100644
--- a/Util/.distfiles
+++ b/Util/.distfiles
@@ -1,4 +1,5 @@
 DISTFILES_SRC='
     .distfiles
-    helpfiles mkdisttree.sh reporter zsh-development-guide
+    difflog.pl helpfiles mkdisttree.sh reporter
+    preconfig
 '