Update changelog for 2.7.0-1 release

This commit is contained in:
2023-11-24 09:49:43 +01:00
parent 1dcb4fbbd6
commit 8135bc83fd

27
debian/changelog vendored
View File

@@ -1,3 +1,30 @@
revpimodio2 (2.7.0-1) stable; urgency=medium
* fix: Insert correct LICENSE.txt file to project (LGPLv2)
* feat: Add new and missing ProductTypes to pictory.py module
* feat: Import DeviceType on module level
* chore: Update git ignore file
* build: Fix Makefile targets to match GNU coding standards
* style: New line length 100 characters and using black as formatter
* style: Format everything with black (100 characters per line)
* chore: Increase to RC1 of upcoming Release 2.7.0
* feat: Add context manager for ios
* test: Add tests directory to migrate unit tests to project
* packaging(deb): Create debian release candidate packages
* packaging(deb): Create stable debian releases
* chore: Increase to RC2 of upcoming Release 2.7.0
* feat: Remove deprecated parameter 'direct_output' from ModIO classes
* fix: Check offset values of the devices for integers
* fix: Check if the length of the previous IO overlaps with the new IO
* feat: Add support for RO device
* chore: Increase to RC3 of upcoming Release 2.7.0
* docs: Add IO context manager description
* feat: Add context manager for modio instance
* feat: Add context manager for modio instance
* chore: Release 2.7.0
-- Sven Sager <akira@narux.de> Fri, 24 Nov 2023 09:49:32 +0100
revpimodio2 (2.6.1-1) stable; urgency=medium revpimodio2 (2.6.1-1) stable; urgency=medium
* style: With shared_procimg, save changed outputs in set instead of list * style: With shared_procimg, save changed outputs in set instead of list