Skip to content

Releases: GetPoplog/Seed

v0.3.0

19 Aug 19:37
Compare
Choose a tag to compare

v0.3.0 Release Notes

Bundle Motif, Xt and no-X builds together accessible via --gui=motif (default),
--gui=xt, and --no-gui respectively.

Release created 2021-08-19 19:16:00+00:00 UTC.

Bugfixes

  • Include fix to memory corruption issues on bigint divides
    (#f2cce636027a42dca19a2e2af6b9da14bbf66c7c from Waldek Hebisch's repo)

v0.2.2

05 Aug 09:10
Compare
Choose a tag to compare

v0.2.2 Release Notes

Minor update

Release created 2021-08-05 08:47:00+00:00 UTC.

Bugfixes

  • Strip dead symlink from pop-packages
  • Force link init.p scripts so running makepkg on Arch does not fail.

v0.2.1

04 Aug 19:33
Compare
Choose a tag to compare

v0.2.1 Release Notes

Minor update

Release created 2021-08-04 18:20:00+00:00 UTC.

Bugfixes

  • The poplog command now handles ':' options as Pop-11 commands
  • Corrected dependencies for both RPM and Deb packages on OpenBuildService

v0.2.0-beta

27 Jul 21:36
53e596e
Compare
Choose a tag to compare
Fix behaviour of DESTDIR (#66)

Prior behaviour was incorrect and didn't correspond to what is described in
https://www.gnu.org/prep/standards/html_node/DESTDIR.html

It is important that we implement the standard behaviour as other
packaging tools depend on it.

v0.0.1-test10

20 Jul 20:03
Compare
Choose a tag to compare
Configure CircleCI to push releases

This uses ghr to persist all built binaries (snap, AppImage, and deb) to
github releases only on tagged commits.