Skip to content

Commit

Permalink
0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Carrier committed Feb 13, 2013
1 parent dbf7a64 commit a0892f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.4.1
-------------
* Fix bug where afuse crashes on release

Version 0.4
-----------
* Mac OS X 10.6+ and FreeBSD are supported.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
afuse 0.4
afuse 0.4.1
https://github.com/pcarrier/afuse/
Downloads: https://code.google.com/p/afuse/downloads/

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([afuse], [0.4])
AC_INIT([afuse], [0.4.1])

AM_INIT_AUTOMAKE
AC_PROG_RANLIB
Expand Down
2 changes: 0 additions & 2 deletions src/afuse.c
Original file line number Diff line number Diff line change
Expand Up @@ -1856,8 +1856,6 @@ int main(int argc, char *argv[])
char *temp_dir_name = my_malloc(strlen(TMP_DIR_TEMPLATE));
strcpy(temp_dir_name, TMP_DIR_TEMPLATE);

add_mount_filter("autorun.inf");

if (fuse_opt_parse(&args, &user_options, afuse_opts, afuse_opt_proc) ==
-1)
return 1;
Expand Down

0 comments on commit a0892f5

Please sign in to comment.