Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Update PRoot changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-vincent committed Dec 15, 2014
1 parent 76baeeb commit ba0f344
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions doc/proot/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ New features

now:

$ proot-v5.1.0
$ proot-v5.1.0 ps
PID TTY TIME CMD
7885 pts/11 00:00:00 bash
8585 pts/11 00:00:00 proot-v5.1.0
Expand All @@ -33,18 +33,20 @@ Fixes
-----

+ It is now possible to use GDB against multi-threaded programs under
PRoot.
PRoot x86_64 and x86.

+ It is possible to execute 32-bit programs from 64-bit programs
again.
+ It is possible to execute x86_64 programs from x86 programs again.

+ It is possible to use 32-bit ptrace-based programs (strace, gdb,
...) under PRoot 64-bit again.
+ It is possible to use x86 ptrace-based programs (strace, gdb, ...)
under PRoot x86_64 again.

+ The loader is now built with the "build-id" linker option explicitly
disabled. This special section might interfere with loaded
programs.

+ The loader can now load relocatable objects that have a predefined
base address.

Acknowledgements
----------------

Expand Down

0 comments on commit ba0f344

Please sign in to comment.