Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0install-2.18-debian.tbz | 2022-08-21 | 476.7 kB | |
0install-linux-armv7l-2.18.tar.bz2 | 2022-08-19 | 8.1 MB | |
0install-linux-x86_64-2.18.tar.bz2 | 2022-08-19 | 8.5 MB | |
0install-2.18.tbz.sig | 2022-08-19 | 566 Bytes | |
0install-2.18.tbz | 2022-08-19 | 452.4 kB | |
2.18 source code.tar.gz | 2022-08-19 | 566.4 kB | |
2.18 source code.zip | 2022-08-19 | 752.4 kB | |
README.md | 2022-08-19 | 1.1 kB | |
Totals: 8 Items | 18.9 MB | 0 |
CHANGES:
Changes:
-
Add support for ARM64 (Bastian Eicher).
-
Add
+
to list of allowed characters in "extract" (Bastian Eicher, [#185]).
Bug fixes:
-
Don't abort if chmod of launcher directory fails. We try to make the directory read-only, but this isn't very important. It can sometimes fail if running inside a sandbox that prevents modifications to the filesystem.
-
Handle implementations that directly conflict with themselves (#180).
-
Improve SIGPIPE handling (#162). Disable the SIGPIPE signal, so that we handle it as an exception instead, not by killing the process.
Updates for upstream changes:
-
Make compatible with Yojson
json
type deprecation (Marek Kubica). Yojson 2.0 removes thejson
type, so this code switches to usingt
. -
Replace uses of deprecated
Stdlib.Stream
andLwt_unix.yield
. -
Fix new compiler warnings from OCaml 4.12 and 4.13.
-
Update .NET Framework detection logic (Bastian Eicher, [#178]).
-
Simplify GUI build using dune's new plugin support (#161).
-
Move feed to apps.0install.net (Bastian Eicher).