CHANGELOG.md (9a8f30ec5b58252caeb5b856c353d37df9e4cf4d) CHANGELOG.md (954be0fbc4acdd0322041c4c86fa08fd33ded594)
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to
7[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8

--- 6 unchanged lines hidden (view full) ---

15- Fixed
16- Security
17
18## [Unreleased]
19
20### Added
21
221. console-server: Add PTY support for testing purposes
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to
7[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8

--- 6 unchanged lines hidden (view full) ---

15- Fixed
16- Security
17
18## [Unreleased]
19
20### Added
21
221. console-server: Add PTY support for testing purposes
232. console-server: Add --console-id option
23
24### Changed
25
261. The `xyz.openbmc_project.console` interface is only published if the
27 underlying TTY device is a UART and not a VUART nor PTY (where baud is not
28 applicable)
29
30### Deprecated
31
321. obmc-console: Introduce console-id, deprecate socket-id
33
34 Deprecate the `socket-id` key in the configuration schema. Uses of
35 `socket-id` should be directly replaced with `console-id`.
24
25### Changed
26
271. The `xyz.openbmc_project.console` interface is only published if the
28 underlying TTY device is a UART and not a VUART nor PTY (where baud is not
29 applicable)
30
31### Deprecated
32
331. obmc-console: Introduce console-id, deprecate socket-id
34
35 Deprecate the `socket-id` key in the configuration schema. Uses of
36 `socket-id` should be directly replaced with `console-id`.