|
| 1 | +Version 0.18 |
| 2 | + * Fix a problem with fchmodat |
| 3 | + * Fix a race in case of new client attaching just as the daemon is |
| 4 | + shutting down. |
| 5 | + * Rennovate the entire startup sequence. |
| 6 | + * Resolve the threading problem |
| 7 | + * Solve crash when run without a persitent state file |
| 8 | + * Performance changes |
| 9 | + * Update the home page |
| 10 | + * Add packaging tips in the README and README.packaging files |
| 11 | + * Add -h help command line option |
| 12 | + |
| 13 | +Version 0.17 |
| 14 | + * Allow setting the process credentials to things other than root |
| 15 | + |
| 16 | +Version 0.16 |
| 17 | + * Sending an ALRM signal to the fakeroot-ng process dumps to the log all |
| 18 | + tracked processes, along with their state |
| 19 | + * Add -f option - flush log after every print |
| 20 | + * Greater support for platforms that have no automatic new process attach |
| 21 | + mechanisms. Will now detect children through the clone return code. |
| 22 | + * Improve the ptrace emulation layer - will now attach fake debugger to |
| 23 | + child correctly. |
| 24 | + * Fix to the PTRACE_DETACH emulation - would not restart the process from |
| 25 | + which we detached. |
| 26 | + |
| 27 | +Version 0.15 |
| 28 | + * mkdirat would not put the directory into the lie database |
| 29 | + * When running chmod and when creating files and directories - do not |
| 30 | + allow the user to actually remove the permission for user - emulates the |
| 31 | + root behavior of allowing access to a file regardless of its actual |
| 32 | + permission. |
| 33 | + * Fix bug - when importing existing file's permission into the lie database, |
| 34 | + we used to copy the file's real uid into the fake gid. |
| 35 | + |
| 36 | +Version 0.14 |
| 37 | + * Fix bug in unlinkat - context data used in incorrect order, resulting in |
| 38 | + "Not a directory" error when deleting a file. |
| 39 | + * Remove configure command line to get format string protection to dlog |
| 40 | + * Solve all dlog format string warnings |
| 41 | + * Fix bug in distclean - would not remomve generated template makfile from |
| 42 | + arch/linux directory |
| 43 | + * The -p option will now connect to an existing debugger, if one exists. |
| 44 | + * Allow use of FAKEROOT_TMPDIR as well as TMPDIR for setting the location |
| 45 | + of the temporary files |
| 46 | + * Allow changing the default shared mem directory from /tmp via a |
| 47 | + configure command option (--with-memdir) |
| 48 | + |
| 49 | +Version 0.13 |
| 50 | + * Remove libtool from the ptlib build system. Make the actual build |
| 51 | + faster. Suggested by Bernhard R. Link |
| 52 | + * Add checks to make sure that fakeroot-ng will warn of a temporary |
| 53 | + directory that is mounted with "noexec" |
| 54 | + * Running "fakeroot-ng" with no arguments will run the current shell as |
| 55 | + "root" |
| 56 | + |
| 57 | +Version 0.12 |
| 58 | + * Complete the chroot support for all *at functions |
| 59 | + |
| 60 | +Version 0.11 |
| 61 | + * Fix compilation error |
| 62 | + * Resolve uninitialized buffer reliance for fork and vfork |
| 63 | + |
| 64 | +Version 0.10 |
| 65 | + * Implement set_string for copying a string into process space |
| 66 | + * Prevent the debugged process from sending a signal to the debugger |
| 67 | + * Chroot support (all but the *at functions) |
| 68 | + |
| 69 | +Version 0.09 |
| 70 | + * Read and writes to process memory can now be performed in any length |
| 71 | + and/or alignment |
| 72 | + * As a result - recursive debugger now works for x86_64 (only for 64bit) |
| 73 | + |
| 74 | +Version 0.08 |
| 75 | + * Many many many code cleanups |
| 76 | + * New platform (partially) supported - Linux/x86_64: |
| 77 | + * Supported - basic running |
| 78 | + * Not supported (well) - recursive debuggers, 32 bit programs |
| 79 | + * Really fix the "openat" issue this time |
| 80 | + * Add a program "calc_defaults" that attempts to detect values for a new |
| 81 | + platform's platform_specific.h |
| 82 | + * Write a new platform porting HOWTO |
| 83 | + |
| 84 | +Version 0.07 |
| 85 | + * Fix compilation errors on platforms that don't or partially support |
| 86 | + "openat" |
| 87 | + |
| 88 | +Version 0.06 |
| 89 | + * Fix bug with mknod implementation - would save state too late |
| 90 | + * Fix incorrect use of hyphen as minus in the man page |
| 91 | + * Add support for fchownat, fchmodat, mknodat, openat, mkdirat, symlinkat |
| 92 | + |
| 93 | +Version 0.05 |
| 94 | + * Add recursive debugger support - mainly strace at the moment |
| 95 | + |
| 96 | +Version 0.04 |
| 97 | + * Add a PowerPC port |
| 98 | + |
| 99 | +Version 0.03 |
| 100 | + * Add storing persistent state between runs |
| 101 | + * Several bug fixes |
| 102 | + |
| 103 | +Version 0.02 |
| 104 | + * New functions supported: chown, getgid/getegid, mknod (creating device |
| 105 | + files) |
| 106 | + * Assume ownership to root when creating files, directories and symbolic |
| 107 | + links |
| 108 | + * Improve some "stat" handling semantics |
| 109 | + * Slight change to the command line parameters |
| 110 | + * Internal restructuring and code cleanup |
| 111 | + * Entire emulation of all basic operations (a few know bugs for fringe |
| 112 | + cases). |
| 113 | + |
| 114 | +Version 0.01 |
| 115 | + * Initial release. Supports Linux/i386 only. Only supports {,f,l}stat64, |
| 116 | + (f)chmod and get(e)uid. |
0 commit comments