"Fossies" - the Fresh Open Source Software Archive

Member "tmv-1.1.3/NEWS" (5 Feb 2007, 3833 Bytes) of package /linux/privat/old/tmv-1.1.3.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 1.1.3 on Tue, 06 Feb 2007 02:14:42 +0300
    2   bin/tmv.sh: Fixed bug with files containing '\' confusing read.
    3   bin/tmv.sh: Strip trailing slashes from pathnames, fixing annoying
    4     behaviour when bash adds trailing slashes to directories when
    5     using tab completion.
    6   bin/tmv.sh: Fixed bug with files starting with '-' confusing dirname.
    7   bin/tmv-strip.sh: Escape '[' characters (fixes an annoying bug).
    8   bin/tmv.sh: Renamed '-m|--manual' option to '-h|--hand-edit'
    9     (consistent with my other project ova's ova-sed option). Old
   10     option name still works, but is deprecated.
   11 
   12 1.1.2 on Mon, 29 Aug 2005 13:25:56 +0400
   13   NEW: bin/tmv-l.sh
   14   bin/tmv-l.sh: Convert pathnames to lower-case.
   15 
   16 1.1.1 on Sun, 18 Jan 2004 19:33:40 +0300
   17   bin/tmv-strip.sh: Don't use the 'g' option to the sed's 's' command
   18   bin/tmv.sh: Permit to do manual-only editing (in earlier versions
   19     tmv would exit saying 'no transformations have been specified').
   20   bin/tmv-strip.sh: Fixed some bullshit caused by shell's gross
   21     inconsistency. Damn shell just sucks.
   22 
   23 1.1.0 on Tue, 30 Dec 2003 23:09:36 +0300
   24   bin/tmv.sh: Added manual editing ('-m|--manual' option).
   25 
   26 1.0.5 on Fri, 12 Dec 2003 02:32:32 +0300
   27   bin/tmv.sh: Fixed very stupid bug of '&4' left from ova's option
   28     processing.
   29   bin/tmv.sh: Fixed 'unrecognized option' appearing for '-' bug.
   30 
   31 1.0.4 on Thu, 06 Dec 2003 20:40:22 +0300
   32   NOTE: The first public release.
   33   NEW: dist
   34   bin/tmv.sh: Fixed a little bug with single quotes in passing sed
   35     scripts using '-e'.
   36 
   37 1.0.3 on Mon, 01 Dec 2003 19:27:27 +0300
   38   bin/tmv-strip.sh, bin/tmv-ul.sh: Allow to pass options to tmv.
   39   bin/tmv-strip.sh, bin/tmv-ul.sh: Support for '--' (no more options).
   40 
   41 1.0.2 on Fri, 28 Nov 2003 15:31:19 +0300
   42   NEW: README
   43   README: Written some documentation (should be enough).
   44   NEW: AUTHORS
   45   bin/tmv.sh: Removed '--force' option, always use mv with '-f' (because
   46     '-i' is pointless when reading from pipe).
   47   bin/tmv.sh: Added '--backup' option to pass '-b' to mv (GNU mv).
   48   install: remove prefix if empty on uninstall
   49 
   50 1.0.1 on Fri, 28 Nov 2003 02:22:06 +0300
   51   NEW: bin/tmv-strip.sh
   52   bin/tmv-strip.sh: Strip a string from pathnames.
   53   NEW: bin/tmv-ul.sh
   54   bin/tmv-ul.sh: Convert pathnames to lower-case, changing spaces
   55     to underscores.
   56 
   57 1.0.0 on Thu, 27 Nov 2003 19:34:38 +0300
   58   NEW: install/uninstall
   59   install/uninstall: Taken install/uninstall from oggbase, with
   60     large deal of functionality removed.
   61 
   62 0.9.5 on Mon, 24 Nov 2003 19:02:50 +0300
   63   bin/tmv.sh Several '--pipe=CMD' options can be used; commands will be
   64     executed in the same sequence as they appear on the command line.
   65 
   66 0.9.4 on Mon, 24 Nov 2003 18:47:35 +0300
   67   bin/tmv.sh Added '--force' option (remove existing destination files and
   68     never prompt the user).
   69   bin/tmv.sh Fixed a bug when file's dirnames were also transformed causing
   70     mv to fail.
   71 
   72 0.9.3 on Mon, 24 Nov 2003 17:52:40 +0300
   73   bin/tmv.sh Don't interpret first non-option argument as sed script if no
   74     '-e/-f' specified (this was so in earlier versions).
   75   bin/tmv.sh Added several transform modes:
   76     'dd conv=(lcase|ucase)' support via '--lcase/--ucase' options
   77     'iconv -f FROM -t TO' support via '--iconv=FROM:TO' option
   78     arbitrary processing support with via '--pipe=COMMAND' option
   79 
   80 0.9.2 on Mon, 24 Nov 2003 17:08:40 +0300
   81   bin/tmv.sh Allow for multiple sed scripts via '-e' and '-f' options.
   82   bin/tmv.sh Allow to pass '-r' option to sed.
   83   bin/tmv.sh Large overall performance gain by running sed on the whole
   84     file list at once; leads to slower startup, though.
   85   bin/tmv.sh Read filenames from standard input if none found on command line.
   86 
   87 0.9.1 on Sun, 23 Nov 2003 19:34:27 +0300
   88   bin/tmv.sh Added '--dry-run' option.
   89 
   90 0.9.0 on Sun, 23 Nov 2003 04:54:34 +0300
   91   NEW: bin/tmv.sh
   92   NEW: NEWS
   93   NEWS: Initial version