Browse Source

Add ChangeLog file.

Georgi Chorbadzhiyski 12 years ago
parent
commit
66668be138
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      ChangeLog

+ 11
- 0
ChangeLog View File

@@ -0,0 +1,11 @@
1
+2011-11-16 : Version 2.0
2
+ * Added install/uninstall targets in the Makefile.
3
+ * FUSE's allow_other option is not used by default (use -o to enable it).
4
+ * File list can be described on the command line.
5
+ * File list can be described using wildcards on the command line.
6
+ * Added command line parsing using getopt_long.
7
+ * Create mount point if it doesn't exist.
8
+ * Move test files into test/ directory.
9
+
10
+2011-03-21 : Version 1.0
11
+ * Initial public release.

Loading…
Cancel
Save