1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
*** Begin of ChangeLog file, Version 1.0.7 ***
"truc & untruc" scripts allow you to send and receive big files or
directories using e-mail.
Copyright 1994-1998 - David Segonds
Version 1.0.7, last modification: 30 Oct 98
Contact: segonds@ensg.u-nancy.fr
URL: http://www.ensg.u-nancy.fr/~segonds/truc
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1.0.7:
* The standard "/bin/expr" of Solaris does not work well with the
"substr" command I replaced the 'expr substr' with a awk command which
works better (thanks to Thomas Bullinger for signaling this bug under
Solaris).
* Autoselect the correct awk executable on startup. It helps to use nawk on
some platforms.
* Added handling of .bz2 files (thanks to Nat).
* Corrected mistakes in LISEZMOI file (thanks to Nat).
* Added verbose option for 'tar xv' used by untruc.
1.0.6:
* Corrected mistakes in LISEZMOI file (thanks to Pierre Jacquemin)
1.0.5:
* Corrected mispellings.
* Added LISEZMOI file.
* Added handling of executable files.
* Added support for untruc default options in ~/.untrucrc file.
1.0.4:
* Receipt mecanism in 'untruc' was broken on some platforms. Fixed it.
1.0.3:
* Modified LSM information
* Corrected README file
1.0.2c:
* reduced size of the auto-extractible 'untruc' version.
* take into account .tgz files.
1.0.2b:
* Modified help and usage messages for truc.
* Updated README file
* untruc will now automatically recognize uuencoded files. That's nice when
you want to extract in one go a .tar.gz.uu file! (see -x option)
1.0.2a:
* Mail subject contains now the packet index and the total number of
packets, that's better than just letters. Simpler for the user.
* $HOME/.truc renamed into $HOME/.trucrc
* truc can send to multiple recipients if their adresses are separated by a
comma
* truc will use 'uuenview' if available before looking for 'uuencode'.
* Added support for 'pgp'.
* Added support for the compressor 'bzip'.
* Use 'sendmail' instead of 'mail' to avoid machine dependant
behaviour.
* The sender can ask for a receipt upon 'untruc' completion (-r option)
1.0.1e:
* Typo corrected in truc
* Added handling of default options file: $HOME/.truc
* Corrected bug: truc was not able to send a single file because of
symbolic links used internally
* Added URL information
* Updated LSM information
* Updated COPYING file
1.0.1d:
* Use /tmp instead of the working directory.
* Temporary files are tagged using process number
* Corrected bug when invoking truc vith '.' directory
* Avoid multiple copy to save disk space while processing files
1.0.1a, 1.0.1b, 1.0.1c:
* Typo corrected in untruc usage message.
* Typo corrected in TODO, truc*.lsm
* Include modifications and suggestions given by Nat into README.
* Now we handle the .taz extension (.tar.gz for poor filesystems i.e. MSDOS).
"send&receive 2.0.3" --> "truc&untruc 1.0.0"
* Many bugs corrected
* Auto-extractible code added so the recipient doesn't need to have any script.
* -z option added: Force the use of compress instead of gzip.
* -x option added: At reception, contents will be extracted as far as possible.
* -k option added: To specify a packet size in kB instead of a number of lines.
*** End of ChangeLog file, Version 1.0.7 ***
|