Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: zhaozibo/swupdate

Tags

2024.12.1

Toggle 2024.12.1's commit message

Verified

This tag was signed with the committer’s verified signature.
sbabic Stefano Babic
Fix missing slash to mount dir

------------------------------

Due to the BUG, SWUpdate reports SUCCESS even if the raw handler does
not copy the file. Fix already in master.

2024.12

Toggle 2024.12's commit message

Verified

This tag was signed with the committer’s verified signature.
sbabic Stefano Babic
2024.12

-------

New features:
	- ci: support for Ubuntu noble
	- SSL support for python client
	- btrfs: add support to install snapshots
	- add a generic way to stream an artifact to external command
	- add command top get eMMC boot device
	- support for fslabels in disk handlers
	- maintain UBI IDs on resize
	- Mongoose: updated to 7.14
	- add type safety to parser

Fixes:
	- several cleanups
	- fix out of bounds in multipart parser
	- fix SEGV when eMMC handler is called by Lua
	- fix race condition in async API
	- solve incompatibilities between libconfig and JSON parsers
	- fix segv in Lua getroot when no root is found
	- simplify copyfile() function
	- fix Support for LuaJIT
	- fix Webserver crash with malformed URL
	- fix report to Hawkbit when reboot is disabled
	- documentation: cleanup and improvement
	- Fixes from 2024.05.2

2024.05.2

Toggle 2024.05.2's commit message

Verified

This tag was signed with the committer’s verified signature.
sbabic Stefano Babic
Fix nasty ubivol bug

2024.05

Toggle 2024.05's commit message

Verified

This tag was signed with the committer’s verified signature.
sbabic Stefano Babic
2024.05

-------

New features:
	- Support auto generation of sw-versions
	- Runtime installable Handlers (handler as part of SWU)
	- Introduce global Lua State per update
	- Support for postfailure scripts
	- Updated Webapp
	- eMMC switch boot handler
	- docker: support for volumes / network

Fixes:
	- remove 16KB limitation when SWU is stored
	- Fix small licensing issues
	- Enforce check during parsing
	- Fix last chunk in delta handler
	- SEGV in swuforwarder handler
	- Fix IVT regression
	- Fix GPG support

2023.12.1

Toggle 2023.12.1's commit message

Verified

This tag was signed with the committer’s verified signature.
sbabic Stefano Babic
Contain fix for postinstall()

2023.12

Toggle 2023.12's commit message
2023.12

New features:

- handlers: docker support for loading images and create
	containers
- add nodejs binding
- bootloader : support NVIDIA cboot
- IPC : download URL can be transferred via IPC
- Support new libubootenv version
- Support per application vars and not just bootloader's
- Support SSL for delta updates
- Support newer libgpiod

Fixes:

- please read git history for the complete list

2023.05

Toggle 2023.05's commit message

Verified

This tag was signed with the committer’s verified signature.
sbabic Stefano Babic
2023.05

See git history for a full log.

2022.12

Toggle 2022.12's commit message
Prepare 2022.12

Signed-off-by: Stefano Babic <[email protected]>

2022.05

Toggle 2022.05's commit message

Verified

This tag was signed with the committer’s verified signature.
sbabic Stefano Babic
2022.05

This release contains mostly fixes. See git history for a
full log.

2021.11

Toggle 2021.11's commit message

Verified

This tag was signed with the committer’s verified signature.
sbabic Stefano Babic
2021.11

Features:

-  security:
      - Add optional CMS single signer verification

- general:
      - BUG: buffer overflow with semantic version > 50
      - Functions to detect automatically rootfs

- License:
      - Completed REUSE compliant

- handlers:
      - diskpart : fixes, hybrid partitions, device lock force mode, partuuid support
      - Delta Update
      - Fix rawcopy as script handler
      - MTD: erase sectors instead of whole device

- Lua :
      - Fix, support for Luajit recovered.
      - New function (version and getroot)

- Webserver:
      - fix progress bar in browser
- doc:
      - Improved documentation for building with Yocto
      - Best practise
      - Fixes

- ipc:
      - add status streaming support

- fixes :
      -  fix defects reported by coverity
- ci:
      - switch from Travis to gitlab

Just run git log -M 2021.04..2021.11 for full Changelog