From: Andre Noll Date: Thu, 17 Sep 2015 18:07:02 +0000 (+0200) Subject: Merge branch 'refs/heads/t/com_ls_compat' X-Git-Tag: v0.5.5~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=dfc7d7868b3b5a4fd6916fd96c12a079db5497c5;ds=sidebyside Merge branch 'refs/heads/t/com_ls_compat' A single commit which adds support for the new syntax for the -l and -s options of the ls command. These options should now be specified as -l=v rather than -lv, for example. The old syntax still works, but support will be dropped in v0.6.0. * fdb039 Introduce new syntax for com_ls(). --- dfc7d7868b3b5a4fd6916fd96c12a079db5497c5 diff --cc NEWS index 834b61fc,834b61fc..758cc3fd --- a/NEWS +++ b/NEWS @@@ -4,6 -4,6 +4,9 @@@ NEW ----------------------------------------- current master branch "magnetic momentum" ----------------------------------------- ++ ++Many new features and a lot of other improvements. ++ - On Linux systems, local sockets are now created in the abstract name space by default. This allows to get rid of the socket specials in /var/paraslash. @@@ -16,7 -16,7 +19,10 @@@ the background if no log file is given. Instead, all log messages go to /dev/null in this case. - Web page cleanup. -- ++ - New syntax for the -l and -s options of the ls command. ++ These options should now be specified as -l=v rather than ++ -lv, for example. The old syntax still works, but support ++ will be dropped in v0.6.0. Download: ./releases/paraslash-git.tar.bz2 (tarball)