|
| 1 | +Changelog |
| 2 | +========= |
| 3 | + |
| 4 | +All notable changes to this project will be documented in this file. |
| 5 | + |
| 6 | +The format is based on `Keep a Changelog`_, and this project adheres to |
| 7 | +`Semantic Versioning`_. |
| 8 | + |
| 9 | +Unreleased |
| 10 | +------------ |
| 11 | + |
| 12 | +Please see `Unreleased Changes`_ for more information. |
| 13 | + |
| 14 | +5.2.0-alpha - 2020-04-14 |
| 15 | +------------------------ |
| 16 | + |
| 17 | +Added |
| 18 | +~~~~~ |
| 19 | + |
| 20 | +- GitLab CI/CD pipelines for static binaries. |
| 21 | + |
| 22 | +- Python extension. |
| 23 | + |
| 24 | +- Secure disclosure instructions. |
| 25 | + |
| 26 | +- Vagrantfiles for kernel-specific testing. |
| 27 | + |
| 28 | +- Support for Musl libc. |
| 29 | + |
| 30 | +- Use shellcheck for scripts. |
| 31 | + |
| 32 | +- link2symlink extension. |
| 33 | + |
| 34 | +- Contributor scripts care2docker.sh, and care_rearchiver.sh |
| 35 | + |
| 36 | +- Clang scan-build and gcov/lcov for source code analysis. |
| 37 | + |
| 38 | +- Trivial chroot using relative paths. |
| 39 | + |
| 40 | +- port_mapper extension. |
| 41 | + |
| 42 | +- Commandline option --kill-on-exit. |
| 43 | + |
| 44 | +- Hidden PROOT_TMPDIR option. |
| 45 | + |
| 46 | +- Support for sudo via fake_id0 extension. |
| 47 | + |
| 48 | +Changed |
| 49 | +~~~~~~~ |
| 50 | + |
| 51 | +- Started using top-level changelog instead of individual ones. |
| 52 | + |
| 53 | +- Limit testsuite to five minutes. |
| 54 | + |
| 55 | +- Updated release instructions. |
| 56 | + |
| 57 | +- Renamed tests to test. |
| 58 | + |
| 59 | +- Replace .exe file extension with .elf for loader binaries. |
| 60 | + |
| 61 | +- Use LC_ALL instead of LANG. |
| 62 | + |
| 63 | +- Semantics for HOST_PATH extension event arguments. |
| 64 | + |
| 65 | +Removed |
| 66 | +~~~~~~~ |
| 67 | + |
| 68 | +- Disabled, deprecated, or unreliable tests. |
| 69 | + |
| 70 | +- Drop Coverity from Travis CI. |
| 71 | + |
| 72 | +- Cross-compiling scripts for Slackware. |
| 73 | + |
| 74 | +- FHS assumptions from tests. |
| 75 | + |
| 76 | +- References to proot.me domain. |
| 77 | + |
| 78 | +Fixed |
| 79 | +~~~~~ |
| 80 | + |
| 81 | +- Error-code handling in substitute_binding_stat. |
| 82 | + |
| 83 | +- Prevent tracees from becoming undumpable. |
| 84 | + |
| 85 | +- Merged patches for detecting kernels >= 4.8. |
| 86 | + |
| 87 | +- GIT_VERSION for development binaries. |
| 88 | + |
| 89 | +- Replace mktemp with mkstemp. |
| 90 | + |
| 91 | +- File permissions for test scripts. |
| 92 | + |
| 93 | +- Filter renamteat2 syscall. |
| 94 | + |
| 95 | +- Honor GNU standards regarding DESTDIR variable. |
| 96 | + |
| 97 | +- Cleanup tmp on non-ext file systems. |
| 98 | + |
| 99 | +- Reallocation of heap for CLONE_VM on execve syscall. |
| 100 | + |
| 101 | +- Non-executable stack for binaries. |
| 102 | + |
| 103 | +.. _Unreleased Changes: https://github.com/proot-me/proot/compare/v5.2.0-alpha...master |
| 104 | +.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0 |
| 105 | +.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html |
0 commit comments