aboutsummaryrefslogtreecommitdiffstats
path: root/src/sash/CHANGES
diff options
context:
space:
mode:
authortcsullivan <tullivan99@gmail.com>2018-11-17 13:02:57 -0500
committertcsullivan <tullivan99@gmail.com>2018-11-17 13:02:57 -0500
commitc6ef89664b8c0d7aa85bddd5c7014aa6df82cbe7 (patch)
treed1f9d09412a46bdf4344fe30392455070a72993d /src/sash/CHANGES
parentdb38c4b9dac461de0ed75bf6d079dacba1b31bc9 (diff)
added pdclib, removed sash
Diffstat (limited to 'src/sash/CHANGES')
-rw-r--r--src/sash/CHANGES31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/sash/CHANGES b/src/sash/CHANGES
deleted file mode 100644
index c87d6d5..0000000
--- a/src/sash/CHANGES
+++ /dev/null
@@ -1,31 +0,0 @@
-These are the major changes from version 3.7 to version 3.8:
-
-The Makefile has been updated for several distribution's standards.
-The ext2_fs include file location has been changed.
-Some compiler warnings were fixed.
-
-The -ls command has the -n option to print numeric user and group ids.
-
-The -n option might be needed in case the unsuppressable dynamic
-linking used to lookup the names fails.
-
-The -chroot, -pivot_root, and -losetup commands have been added.
-
-The exit status for commands has been implemented (such as -exit).
-Thanks to Tollef Fog Heen for the patches.
-
-
-These are the major changes from version 3.6 to version 3.7:
-
-A few bugs in the dd command have been fixed.
-
-
-These are the major changes from version 3.5 to version 3.6:
-
-The -mount and -umount commands have been modified to work for both
-Linux and BSD systems. Thanks to Wilbern Cobb for the patches.
-
-The -e and -s options for the -mount command have been added.
-
-The -f option was added to the command line so that script files
-using sash can be executed.