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 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249
|
2018-1-14 Robert James Clay <jame@rocasa.us> 0.31
* README.md: Use single quotes around 'kill -HUP nnnn' example.
* README.md, ttylog.c: Add missing '[-s|--stamp]' entry for the Usage line.
* COPYRIGHT, ttylog.c: Add copyright information for Guy Shapiro.
* CMakeLists.txt: Change the minimum required version of CMake to '2.8'.
* CMakeLists.txt: Add settings for two very basic tests to CMakeLists.txt.
* CMakeLists.txt: Move CPack settings to the end of the CMakeLists.txt file.
* ttylog.c: Update copyright information for the 'version' option.
2018-1-14 Guy Shapiro <guy.shapiro@mobi-wize.com>
* ttylog.c: Make the timestamp function optional instead of default.
2017-12-22 Robert James Clay <jame@rocasa.us> 0.30
* COPYRIGHT, ttylog.c: Add copyright information for Donald Gordon.
2017-12-21 Guy Shapiro <guy.shapiro@mobi-wize.com>
* ttylog.c: exit on unreadable file descriptor
2016-9-21 Donald Gordon <donald@tawherotech.nz>
* ttylog.c: Added a timestamp option for output lines.
2016-6-16 Robert James Clay <jame@rocasa.us> 0.29
* COPYRIGHT, ttylog.c: Add copyright information for Logan Rosen.
* ttylog.c: Add an extra line feed at the end of the '-v' option printout.
* ttylog.c: Implement portability for setting the baud rate. Resolves ticket
https://sourceforge.net/p/ttylog/patches/2/. Thanks for the patch goes to
Mats Erik Andersson <gnu@gisladisker.se>.
* LICENSE: Rename the 'LICENCE' file as 'LICENSE'.
2016-6-14 Logan Rosen <loganrosen@gmail.com>
* CMakeLists.txt: Properly link against librt.
2016-6-04 Robert James Clay <jame@rocasa.us>
* README.md: Minor edits to content of file.
2016-6-03 Robert James Clay <jame@rocasa.us> 0.28
* Release as ttylog version v0.28.
2016-6-02 Robert James Clay <jame@rocasa.us>
* README.md: Add Usage, Code, Support, and other information.
* ttylog.8: Add information to the SYNOPSIS section.
2016-6-01 Robert James Clay <jame@rocasa.us>
* ttylog.c: ttylog.8: Rewrite description of the '-t|--timeout' option.
* ttylog.c: Remove the '-r|--raw' command line option, at least for now.
* ttylog.8: Add SYNOPSIS and edit the DESCRIPTION & OPTIONS sections.
2016-5-30 Robert James Clay <jame@rocasa.us>
* ttylog.c: Include the changes for ttylog.c from the patch associated with
Debian bug # 739733, thus closing the bug. The changes were intended to:
- Fix extra newlines being added to output.
- Fix dropping of lines at high baud rates.
- Fix dropping of first input line.
Thanks to Doug Brunner <dbrunner@dbus.com>.
* ttylog.c: Update copyright infomation presented by '--version' option.
* COPYRIGHT: Update copyright years for jame@rocasa.us and add information
for alexander.fust.info@gmail.com.
2016-5-25 Alexander (MrMontag) Fust <alexander.fust.info@gmail.com> 0.27
* CMakeList.txt: Finalize and activate the CPack directives
2016-5-13 Robert James Clay <jame@rocasa.us>
* ttylog.c: Remove extraneous character at line 130.
* config.h.in: Remove extraneous character at line 3.
* ttylog.c: Update the copyright lines for the current authors.
2016-4-17 Alexander (MrMontag) Fust <alexander.fust.info@gmail.com>
* ttylog.c: bug-fixes and improvements for the new '-t' & '-r' options.
* CMakeList.txt: CPack directives deactivated by commenting them out.
2016-4-09 Alexander (MrMontag) Fust <alexander.fust.info@gmail.com>
* CMakeList.txt, config.h.in, ttylog.c: Improve the CMake configuration.
2016-4-05 Alexander (MrMontag) Fust <alexander.fust.info@gmail.com>
* ttylog.c, ttylog.8: New 'raw' option added, as '-r' or '--raw'.
* ttylog.c, ttylog.8: Change the '-t' long option from '--time Seconds to run'
to '--timeout Time to run'.
2016-4-04 Alexander (MrMontag) Fust <alexander.fust.info@gmail.com>
* ttylog.8, ttylog.c: New 'time' option added, as '-t' or '--time'.
* CMakeList.txt: Change the setting of C_FLAGS and add CPACK related directives.
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.
|