Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.3.5
    3f4d15e3 · Prepare 0.3.5 ·
    Release:
    Release 0.3.5
    -------------
    
    - Fix slowness on SPI flash
    - Fixes validating Env flags
    - Feature: get U-Boot namespace from DT
    - Feature: specify UBI volumes from MTD path
    
  • v0.3.4
    4dfb5254 · Prepare 0.3.4 ·
    Release: v0.3.4
    Release 0.3.4
    -------------
    
    - Add namespaces for multiple environments.
    
  • v0.3.3
    10810062 · Prepare 0.3.3 ·
    Release: v0.3.3 : Fixes
    Fixes
    -----
    	fw_printenv: dont hard-code configuration/environment files
    	fw_setenv: fix bug when SPI flash write size != sector size
    	uboot_env: fix fileprotect for Android
    	CI: add REUSE compatibility check
    	Android.bp: add missing copyright
    	Android.bp: initial addition
    	uboot_env: remove unused function
    	uboot_env: remove unused parameters
    	uboot_env: remove unused variables
    	uboot_env: fix pointer-sign warnings
    	uboot_env: switch to strchr/strrchr
    	Add description of the fw_setenv script syntax
    	Include cstddef in the header for C++
    	Correct type of conversion of HEX .flags
    	Fix parsing multiple .flags variables
    	Add REUSE badge
    	Make libubootenv REUSE compliant
    	doxygen: fix libuboot_open/close return value description
    	(origin/coverity_scan) Add documentation for the configuration file
    	Add configuration for disabling MTD lock
    	main: Remove duplicated code about '=' in variable name.
    	libubootenv: Forbid to give empty variable name to fw_setenv.
    	main: Check libuboot_set_env() result.
    	CI: add gitlab config
    
  • v0.3.2
    ba7564f5 · Prepare 0.3.2 ·
    Release:
    Fixes
    -----
    shared library: Link against zlib
    Always fsync file writes
    Treat '=' as an illegal character in variable names
    libuboot_env: fix calculation of usable envsize
    Correct initialisations in libuboot_configure
    Force writing of environment if default is used
    libuboot_env: correct length to usable env size length
    libuboot_env_store: fix env double-null termination
    uboot_env: fix infinite loop on short read (EOF)
    
  • v0.3.1
    824551ac · Prepare 0.3.1 ·
    Fixes
    -----
    Fix file reading/writing when the environment is in EEPROM
    Fix regression in UBI volume support
    Define SOVERSION to indicate API version
    
  • v0.3
    ad253cfd · Prepare 0.3 ·
    Release 0.3
    -----------
    
    - add pkg-config support
    - add multilib support
    - Allow negative offsets like old tools
    - Cleanup and use coverity
    - Fixes
    
  • v0.2
    bf6ff631 · Prepare 0.2 ·
    v.02
    ----
    
    - Fixes
    - Support for environment in UBI
    
  • v0.1
    First release of the library