File: ChangeLog

package info (click to toggle)
libserial 1.0.0%2Bgit20250903-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,220 kB
  • sloc: cpp: 6,140; makefile: 278; python: 163; sh: 29
file content (35 lines) | stat: -rw-r--r-- 1,210 bytes parent folder | download | duplicates (7)
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
2005-09-19    <pagey@pagey.info>

	* configure.in: Released version 0.5.0. 

	* src/PosixSignalDispatcher.cpp (Repository): Formatting changes
	only. No logical changes.

	* src/PosixSignalDispatcher.h (Repository): Formatting changes
	only. No logical changes.

	* src/SerialPort.cpp (Repository): Formatting changes only. No
	logical changes.

2005-09-18    <pagey@pagey.info>

	* src/SerialPort.h (class SerialPort): The constructor for the
	class is now "explicit" to make sure that a std::string does not
	get converted to a SerialPort object through implicit
	conversion. The destructor is not virtual anymore as this class is
	not designed to be polymorphic.

2005-09-06  Jan Wedekind <jan@wedesoft.de>

	* examples/write_port.cpp: An example for writing commands to
	the serial port was added.
	* src/SerialStream.h: Functions for adjusting the port's VTIME-
	and VMIN-parameter where added.
	* src/SerialStreamBuf.cc: Missing return statement was added.

2003-12-30  Manish P. Pagey  <pagey@pagey.info>

	* src/SerialStreamBuf.cc: Interchanged "case 1" and "case 2" in
	SerialStreamBuf::SetNumOfStopBits() to make sure that stop bits
	are set correctly. This bug was pointed out by Olivier Chambard.