| 
0
 | 
     1 New in 0.13 released 2004-09-19:
 | 
| 
 | 
     2  * Change exit code handling.  Return an error if the operation fail.
 | 
| 
 | 
     3  * New argument -k (--keepgoing) to not stop on first error.
 | 
| 
 | 
     4  * Improve test code.
 | 
| 
 | 
     5  * Fix typo in manual page.
 | 
| 
 | 
     6 
 | 
| 
 | 
     7 New in 0.12 released 2003-12-12:
 | 
| 
 | 
     8  * Use p_filesz instead p_memsz when checking if the elf
 | 
| 
 | 
     9    header exist.  This should get it working on Solaris.
 | 
| 
 | 
    10  * Try to get it compiling on Mac OS X / Darwin.
 | 
| 
 | 
    11 
 | 
| 
 | 
    12 New in 0.11 released 2003-09-15:
 | 
| 
 | 
    13  * Make chrpath work better on 64 bit arches.
 | 
| 
 | 
    14  * Try to make the test code more portable (choosing
 | 
| 
 | 
    15    -rpath/-R depending on arch).
 | 
| 
 | 
    16 
 | 
| 
 | 
    17 New in 0.10 released 2002-11-30:
 | 
| 
 | 
    18  * Avoid segfaulting when derefering a NULL pointer.
 | 
| 
 | 
    19  * Added simple self test code.
 | 
| 
 | 
    20  * Converted to use newer autoconf (2.53).
 | 
| 
 | 
    21 
 | 
| 
 | 
    22 New in 0.9 released 2002-10-28:
 | 
| 
 | 
    23  * Bugfix in option parsing.  Now only --replace takes a parameter.
 | 
| 
 | 
    24  * Port to Irix 6.5.
 | 
| 
 | 
    25  * Avoid compile warning on platforms without getopt_long().
 | 
| 
 | 
    26 
 | 
| 
 | 
    27 New in 0.8 released 2002-09-17:
 | 
| 
 | 
    28  * Handle platforms without runpath support (ie missing DT_RUNPATH).
 | 
| 
 | 
    29  * Fix compile problem on Solaris 2.6.
 | 
| 
 | 
    30 
 | 
| 
 | 
    31 New in 0.7 released 2002-08-01:
 | 
| 
 | 
    32  * Fixed small memleak.
 | 
| 
 | 
    33  * Fixed crash bug on Solaris, when reading unknown/broken formats.
 | 
| 
 | 
    34  * Fix typos in manpage (s/--remove/--replace/ and some s/ rpath/ chrpath/).
 | 
| 
 | 
    35  * Added runpath-support.
 | 
| 
 | 
    36 
 | 
| 
 | 
    37 New in 0.6 released 2002-05-05:
 | 
| 
 | 
    38  * Added manual page, thanks to Tollef Fog Heen.
 | 
| 
 | 
    39  * Fix file descriptor leak when elf_open fails.
 | 
| 
 | 
    40  * Update URLs and contact information in documentation.
 | 
| 
 | 
    41  * Added debian/ package scripts.
 | 
| 
 | 
    42 
 | 
| 
 | 
    43 New in 0.5 released 2001-11-03:
 | 
| 
 | 
    44  * Compile fixes for platforms without getopt_long().
 | 
| 
 | 
    45  * Handle more then one file on one run.
 | 
| 
 | 
    46 
 | 
| 
 | 
    47 New in 0.4 released 2001-10-25:
 | 
| 
 | 
    48 
 | 
| 
 | 
    49  * Fixes for SPARC/Solaris.
 | 
| 
 | 
    50  * Corrected link to elfhack.
 | 
| 
 | 
    51 
 | 
| 
 | 
    52 New in 0.3 released 2001-10-16:
 | 
| 
 | 
    53 
 | 
| 
 | 
    54  * Fix typo in ELF header reading.
 | 
| 
 | 
    55  * Get rid of some compiler warnings.
 | 
| 
 | 
    56 
 | 
| 
 | 
    57 New in 0.2 released 2001-10-12:
 | 
| 
 | 
    58 
 | 
| 
 | 
    59  * Fixed some typos in option parsing.
 | 
| 
 | 
    60  * Added link to elfhack.
 | 
| 
 | 
    61 
 | 
| 
 | 
    62 New in 0.1 released 2001-03-01:
 | 
| 
 | 
    63 
 | 
| 
 | 
    64  * First release
 | 
| 
 | 
    65  * Support deleting and modifying the rpath information
 |