Skip to content

Commit

Permalink
0.12.21rc
Browse files Browse the repository at this point in the history
  • Loading branch information
UweOhse committed Mar 1, 2020
1 parent 9c8a19c commit 2e46d42
Show file tree
Hide file tree
Showing 33 changed files with 1,594 additions and 1,277 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Chuck Forsberg: original rz and sz programs (Public domain version)
Matt Porter <porter+@osu.edu>: Modification for versions 0.10 und 0.11
mblack@csihq.com: Modifications for version 0.12a
Uwe Ohse <uwe@ohse.de>: Modifications for 0.12b und 0.12.1
Uwe Ohse <uwe@ohse.de>: Modifications for 0.12b und 0.12.*

38 changes: 38 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
1998-06-15 Uwe Ohse <uwe@ohse.de>

* src/rbsb.c (io_mode), case 1:
disable IEXTEN, from Usman Muzaffar <usman@thynne.psych.nwu.edu>.

1998-06-15 Uwe Ohse <uwe@ohse.de>

* src/lsz.c: Transfering 0 byte files with Zmodem made lsz crash.

1998-06-03 Uwe Ohse <uwe@ohse.de>

* update to automake-1.4, autoconf-2.13.

* configure.in:
- version number set to 0.12.21
- Threw out explicit AC_LINK_FILES statement in configure.in.

1998-03-21 Uwe Ohse <uwe@ohse.de>
* configure.in, aclocal.m4: check for socklen_t.
* check.lrzsz: threw out tcp inband checks.
* src/lrz.c: threw out tcp inband stuff (--tcp). The only
user doesn't need it anymore.
changed static SEGMENTS buffer to dynamic allocation.
make some global variables static.
* src/lsz.c: threw out tcp inband stuff (--tcp). The only
user doesn't need it anymore.
allocate receive-buffer dynamically.
* src/tcp.c: change a size_t to socklen_t.
* zm.c: prototype for zsendline_s.

1998-02-06 Uwe Ohse <uwe@ohse.de>

* debian/*
* Makefile.am:
* configure.in:
removed support for debian, on mail from
Josip Rodin <joy@cibalia.gkvk.hr>.

1998-12-29 Uwe Ohse <uwe@ohse.de>

* src/lrz.c: removed stpcpy call.
Expand Down
7 changes: 3 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ To install:
to install the programs and manual pages under the traditional
names (sz, sz.1 instead of lsz, lsz.1).
2) make
(please contact uwe@ohse.de if there are any problems. Sorry,
for the moment i only have access to linux machines)
(please contact uwe@ohse.de if there are any problems.)
3) make check
will perform a selftest, sending some files in the distribution
through a nimed pipe.
through a named pipe.
("make vcheck" will do the same as "make check" does, but prints
a progres report)
a progress report)
4) please read COMPATABILITY
5) make install
if everything is ok.
Expand Down
7 changes: 0 additions & 7 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ noinst_SCRIPTS=systype
PR=@PACKAGE@-@VERSION@
CLEAN_FILES=fastcheck.done

dist-hook:
mkdir $(distdir)/debian
cp -fa $(srcdir)/debian/changelog $(distdir)/debian/
cp -fa $(srcdir)/debian/control $(distdir)/debian/
cp -fa $(srcdir)/debian/copyright $(distdir)/debian/
cp -fa $(srcdir)/debian/rules.in $(distdir)/debian/

oldcheck-local:
QUIET=-q $(srcdir)/check.lrzsz $(srcdir) `pwd`

Expand Down
Loading

0 comments on commit 2e46d42

Please sign in to comment.