CHANGELOG.rst 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. #########
  2. Changelog
  3. #########
  4. [53] - 2021-05-01
  5. =================
  6. Added
  7. -----
  8. - Add ISO name to grubenv
  9. - Add IMAGE_ID and IMAGE_VERSION to /etc/os-release
  10. Changed
  11. -------
  12. - Revert to an invalid GPT for greater hardware compatibility
  13. - Fix initcpio script to comply with stricter shellcheck
  14. - Fix an issue where writing to /etc/machine-id might override a file outside of the build directory
  15. - Change gzip flags, so that compressed files are created reproducibly
  16. - Increase default serial baud rate to 115200
  17. - Remove deprecated documentation and format existing documentation
  18. [52] - 2021-04-01
  19. =================
  20. Added
  21. -----
  22. - Add usbmuxd support
  23. - Add EROFS support (as an experimental alternative to squashfs)
  24. - Add creation of zsync control file for delta downloads
  25. - Add sof-firmware for additional soundcard support
  26. - Add support for recursively setting file permissions on folders using profiledef.sh
  27. - Add support for mobile broadband devices with the help of modemmanager
  28. - Add information on PGP signatures of tags
  29. - Add archinstall support
  30. Changed
  31. -------
  32. - Remove haveged
  33. - Change systemd-networkd files to more generically setup networkds for devices
  34. - Fix the behavior of the `script=` kernel commandline parameter to follow redirects
  35. - Change the amount of mirrors checked by reflector to 20 to speed up availability of the mirrorlist
  36. [51] - 2021-02-01
  37. =================
  38. Added
  39. -----
  40. - VNC support for `run_parabolaiso`
  41. - SSH enabled by default in baseline and releng profiles
  42. - Add cloud-init support to baseline and releng profiles
  43. - Add simple port forwarding to `run_parabolaiso` to allow testing of SSH
  44. - Add support for loading cloud-init user data images to `run_parabolaiso`
  45. - Add version information to images generated with `mkparabolaiso`
  46. - Use pacman hooks for things previously done in `customize_airootfs.sh` (e.g. generating locale, uncommenting mirror
  47. list)
  48. - Add network setup for the baseline profile
  49. Changed
  50. -------
  51. - Change upstream URL in vendored profiles to pararbola.nu
  52. - Reduce the amount of sed calls in mkparabolaiso
  53. - Fix typos in `mkparabolaiso`
  54. - mkinitcpio-parabolaiso: Remove resolv.conf before copy to circumvent its use
  55. - Remove `customize_airootfs.sh` from the vendored profiles
  56. - Support overriding more variables in `profiledef.sh` and refactor their use in `mkparabolaiso`
  57. - Cleanup unused code in `run_parabolaiso`