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 120 121 122 123 124 125 126 127 128 129 130
|
2015-6-03 Robert James Clay <jame@rocasa.us> 0.26
* ttylog.c: Correct truncating of modem_device string, implementing ttylog
patch #3 (thanks to Daniel Flinkmann). Closes Debian Bug #731086.
* ttylog.c: Rewrite the "-h|--help" option code, including the expansion
of the "Usage:" line.
* ttylog.c: Rewrite the '-v|--version' option code, including the addition
of the License and Copyright information.
* ChangeLog: Correct bad date entry for v0.1.b-3.
2014-7-29 Robert James Clay <jame@rocasa.us>
* ttylog.8: Rewrite the '-f --flush' option description in ttylog.8.
2013-6-19 Robert James Clay <jame@rocasa.us>
* README.md: Add initial version of the README.md file.
2013-2-14 Robert James Clay <jame@rocasa.us> 0.25
* ttylog.c: Corrections to the code adding a NULL to modem_device variable.
* CMakeLists.txt: Change CMAKE_C_FLAGS default settings to be Debug build
settings by adding them to CMAKE_C_FLAGS_DEBUG instead.
2013-2-14 Robert James Clay <jame@rocasa.us> 0.24
* ttylog.c: Cleanup of tabs and whitespace.
* ttylog.c: Ensure that the modem_device variable is NULL terminated before
being used.
2013-2-14 Robert James Clay <jame@rocasa.us> 0.23
* Correct how CMAKE_C_FLAGS is getting set in CMakeLists.txt.
2013-2-13 Robert James Clay <jame@rocasa.us> 0.22
* Change the ttylog build system to use CMake.
* Add an INSTALL file with information about the CMake based build system.
Include the legacy Makefile as a separate section in the file.
2013-1-29 Robert James Clay <jame@rocasa.us> 0.21
* Do not explicitly define the CC variable in the Makefile.
* Add the CPPFLAGS variable to object build line in the Makefile.
* Change CFLAGS to LDFLAGS in the executable build line in Makefile.
2013-1-29 Robert James Clay <jame@rocasa.us> 0.20.0
* Change the version numbering scheme to 'm.n.p'; where "m" is the major
version number, "n" is the minor version number, and "p" is a patch
version number. Set this version as v0.20.0, derived by mapping the old
versions to new minor versions starting from 0.1.0 and counting bug
fixes as separate minor versions. For details see ttylog bug # 5, which
this closes.
2013-1-21 Robert James Clay <jame@rocasa.us> 0.1.f
* Use standard variable CFLAGS instead of C_ARGS in the Makefile and change
how it is initially set there.
* Fix issue where ttylog did not test length of device. Bug # 553945 reported
in Debian regarding an issue where ttylog does not check the length of the
device name, which caused a segfault if the name was too long. Reference also
ttylog bug # 3.
2012-09-25 Robert James Clay <jame@rocasa.us> 0.1.e
* Add missing '-f' option information to ttylog man page.
2011-02-16 Robert James Clay <jame@rocasa.us> 0.1.d
* Corrected a misspelling of the word 'version' in ttylog.c.
* Change to using jame@rocasa.us for my email address.
* Corrected the FSF mailing address in the COPYRIGHT file.
* Explicitly noted copyright information at beginning of ttylog.c.
* Derived this ttylog ChangeLog from debian/changelog, which is where
all changes were being noted previously.
2008-06-26 Robert James Clay <jame@rocasa.org> 0.1.c
* Added support for 4800 baud (Closes: Debian bug#203356)
* Remove unneeded printf for flushed option. (Closes: Debian bug#267872)
* Change ICRNL to IGNCR for connection setup. (Closes: Debian bug#280629)
* Remove del1013() and other unused code (Closes: Debian bug#271098)
* Fix nostrip build issue. (Closes: bug#438226)
2002-11-04 Tibor Koleszar <oldw@debian.org> 0.1.b-3
* Using optional output flush - Closes: Debian bug#164778
2002-01-12 Tibor Koleszar <oldw@debian.org> 0.1.b-2
* Its not a debian native package - Closes: Debian bug#127498
2002-01-12 Tibor Koleszar <oldw@debian.org> 0.1.b-1
* Removed binary files from upstream - Closes: Debian bug#127496
* Added COPYRIGHT and LICENCE files - Closes: Debian bug#127499
2001-01-02 Tibor Koleszar <oldw@debian.org> 0.1.a-3
* Changed typo at Tibor Koleszar <oldw@debian.org> -h (verison -> version)
2000-01-06 Tibor Koleszar <oldw@debian.org> 0.1.a-2
* fflushed output
1999-06-04 Tibor Koleszar <oldw@debian.org> 0.1.a-1
* Initial release.
|