- Update to version 3.0.0
* Add compatibility for both Python 2 and 3.
* Add setuptools Python packaging.
version 2.0
* Refactor codebase.
* Add support for hexadecimal input mode.
* Add support for piped standard input.
* Fix handling of removed serial port.
* Simplify CLI options with output mode and input mode options.
* Add unit tests for input and output processors.
* Relicense under MIT license.
version 1.7
* Add support for higher baudrates.
* Add support for arbitrary baudrates via BOTHER.
* Clean up codebase some more.
version 1.6
* Switched to gnu_getopt to allow command-line options after
serial port device argument.
* Refactored codebase.
version 1.5
* Fixed escape character bug. Switched escape character from
Ctrl-[ to the more unique Ctrl-], which does not serve as the
escape code for many other special keys and cause ssterm to
quit on them like Ctrl-[ did. Thanks to zzazang for discovering
this bug.
* Modified formatting of split hexadecimal/ASCII representation
mode to conform to "hexdump -C" canonical split output.
version 1.4
* Added support for split hexadecimal/ASCII representation mode.
* Added controlling terminal reset on program quit.
* Fixed non-blocking read bug.
version 1.3
* Added support for color coding characters / bytes.
* Rewrote ssterm in Python 2 for ease of future extensibility
and maintenance.
* Upgraded license from GPLv2 to GPLv3.
- Dropped ssterm-optflags.patch (obsolete)
- Spec cleanup
OBS-URL: https://build.opensuse.org/request/show/573779
OBS-URL: https://build.opensuse.org/package/show/utilities/ssterm?expand=0&rev=2
50 lines
1.8 KiB
Plaintext
50 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Feb 7 13:14:37 UTC 2018 - aloisio@gmx.com
|
|
|
|
- Update to version 3.0.0
|
|
* Add compatibility for both Python 2 and 3.
|
|
* Add setuptools Python packaging.
|
|
version 2.0
|
|
* Refactor codebase.
|
|
* Add support for hexadecimal input mode.
|
|
* Add support for piped standard input.
|
|
* Fix handling of removed serial port.
|
|
* Simplify CLI options with output mode and input mode options.
|
|
* Add unit tests for input and output processors.
|
|
* Relicense under MIT license.
|
|
version 1.7
|
|
* Add support for higher baudrates.
|
|
* Add support for arbitrary baudrates via BOTHER.
|
|
* Clean up codebase some more.
|
|
version 1.6
|
|
* Switched to gnu_getopt to allow command-line options after
|
|
serial port device argument.
|
|
* Refactored codebase.
|
|
version 1.5
|
|
* Fixed escape character bug. Switched escape character from
|
|
Ctrl-[ to the more unique Ctrl-], which does not serve as the
|
|
escape code for many other special keys and cause ssterm to
|
|
quit on them like Ctrl-[ did. Thanks to zzazang for discovering
|
|
this bug.
|
|
* Modified formatting of split hexadecimal/ASCII representation
|
|
mode to conform to "hexdump -C" canonical split output.
|
|
version 1.4
|
|
* Added support for split hexadecimal/ASCII representation mode.
|
|
* Added controlling terminal reset on program quit.
|
|
* Fixed non-blocking read bug.
|
|
version 1.3
|
|
* Added support for color coding characters / bytes.
|
|
* Rewrote ssterm in Python 2 for ease of future extensibility
|
|
and maintenance.
|
|
* Upgraded license from GPLv2 to GPLv3.
|
|
|
|
- Dropped ssterm-optflags.patch (obsolete)
|
|
|
|
- Spec cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 08 22:46:42 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
- initial version (1.2)
|
|
|