Skip to content

Latest commit

 

History

History
99 lines (63 loc) · 2.42 KB

NEWS.rst

File metadata and controls

99 lines (63 loc) · 2.42 KB

Version 2.1.0, September 15, 2022

New in this version:

  • Fix a bug so logs in non-UTF-8 character sets are handled in some fashion. Especially latin-1.
  • Run pending jobs before dealing with unsent jobs, so if unsent jobs cause jobmanager to crash, it can still be solved by running new scripts.
  • If check-in with the adminsite fails continue to run anyway.

Version 2.0.1, August 22, 2022

New in this version:

  • Fix a bug so control characters in log_output which cause xmlrpc to fail are filtered out before sending them to the server

Version 2.0.0, July 11, 2022

New in this version:

  • Build auto-updating itself into the client
  • Refactor security system and separate it out into its own file
  • Consolidate calls to send_config_keys
  • Security system changed to use a resolution down to seconds rather than just minutes
  • Add automated tests
  • Remove parameters.json after script run, sanitize log output
  • Improved documentation
  • Allow uppercase in computer names again
  • Set /etc/hosts correctly
  • Add linting

Version 1.3.0, February 14, 2022

New in this version:

  • Ensure job status never goes unreported.
  • Checkin times now randomized when PC is registered with the admin system.

Version 1.2.0, November 24, 2021

New in this version:

  • Documentation now on Read The Docs, reference to this documentation in README.
  • Ensure user enters a valid name for the newly registered PC.
  • New RPC endpoint (citizen_login) added to client to support integration with existing library login systems such as Cicero.

Version 1.1.3, May 7, 2021

New in this version:

  • Display Ubuntu version in computer's configuration.
  • Fix ValueError/conversion error from YAML.
  • Improved documentation.

Version 1.1.2, January 29, 2021

New in this version:

  • Fix bug in handling of basenames for downloaded files.

Version 1.1.1, January 29, 2021

New in this version:

  • Fix unsafe deletion of old security scripts.

Version 1.1.0, January 13, 2021

New in this version:

  • Proper handling of timeout and version.

Version 1.0.1, January 5, 2021

New in this version:

  • The OS2borgerPC client was moved to its own repository.