File: NEWS

package info (click to toggle)
chrpath 0.18-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: sh: 3,169; ansic: 684; makefile: 43
file content (105 lines) | stat: -rw-r--r-- 3,912 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
New in 0.18 released 2024-10-31:
 * Adjusted package metadata slightly.

New in 0.17 released 2023-11-10:
 * Moved project to Codeberg, as Alioth is shut down.
 * Add Solaris support (use <sys/byteorder.h> instead of <byteswap.h>).
   Patch from Rainer Orth.
 * Added missing newline from printf() line.  Patch from Frank Dana.
 * Corrected handling of multiple ELF sections. Patch from Frank Dana.
 * Updated build rules for .deb.  Partly based on patch from djcj.

New in 0.16 released 2014-01-14:
 * Fixed all minor bugs discovered by Coverity.
 * Updated config.sub and config.guess from the GNU project.
 * Mention new project mailing list in the documentation.

New in 0.15 released 2013-11-24:
 * Updated config.sub and config.guess from the GNU project to work with
   newer architectures.  Thanks to isha vishnoi for the heads up.
 * Updated README with current URLs.
 * Added byteswap fix found in Ubuntu, credited Jeremy Kerr and
   Matthias Klose.
 * Added missing help for -k|--keepgoing option, using patch by Petr
   Machata found in Fedora.
 * Rewrite removal of RPATH/RUNPATH to make sure the entry in .dynamic
   is a NULL terminated string.  Based on patch found in Fedora
   credited Axel Thimm and Christian Krause.

New in 0.14 released 2011-09-27:
 * Updated debian build rules from the current Debian package.
 * Applied patch from debian to support Hurd and k*BSD.
 * Moved project to <URL: https://alioth.debian.org/projects/chrpath/ >
 * Updated autoconf/automake-related files to latest versions.
 * Document rpath size limitation better in the manual page.
   Patch from Eric Raymond.
 * Fix typo in handling of long arguments.  Patch from Eric Raymond.
 * Now works even when the ELF file has endianness/word length 
   different from the host machime.  Patch from Javier Serrano Polo,
   adjusted to compile with -ansi and -pedantic.

New in 0.13 released 2004-09-19:
 * Change exit code handling.  Return an error if the operation fail.
 * New argument -k (--keepgoing) to not stop on first error.
 * Improve test code.
 * Fix typo in manual page.

New in 0.12 released 2003-12-12:
 * Use p_filesz instead p_memsz when checking if the elf
   header exist.  This should get it working on Solaris.
 * Try to get it compiling on Mac OS X / Darwin.

New in 0.11 released 2003-09-15:
 * Make chrpath work better on 64 bit arches.
 * Try to make the test code more portable (choosing
   -rpath/-R depending on arch).

New in 0.10 released 2002-11-30:
 * Avoid segfaulting when derefering a NULL pointer.
 * Added simple self test code.
 * Converted to use newer autoconf (2.53).

New in 0.9 released 2002-10-28:
 * Bugfix in option parsing.  Now only --replace takes a parameter.
 * Port to Irix 6.5.
 * Avoid compile warning on platforms without getopt_long().

New in 0.8 released 2002-09-17:
 * Handle platforms without runpath support (ie missing DT_RUNPATH).
 * Fix compile problem on Solaris 2.6.

New in 0.7 released 2002-08-01:
 * Fixed small memleak.
 * Fixed crash bug on Solaris, when reading unknown/broken formats.
 * Fix typos in manpage (s/--remove/--replace/ and some s/ rpath/ chrpath/).
 * Added runpath-support.

New in 0.6 released 2002-05-05:
 * Added manual page, thanks to Tollef Fog Heen.
 * Fix file descriptor leak when elf_open fails.
 * Update URLs and contact information in documentation.
 * Added debian/ package scripts.

New in 0.5 released 2001-11-03:
 * Compile fixes for platforms without getopt_long().
 * Handle more then one file on one run.

New in 0.4 released 2001-10-25:

 * Fixes for SPARC/Solaris.
 * Corrected link to elfhack.

New in 0.3 released 2001-10-16:

 * Fix typo in ELF header reading.
 * Get rid of some compiler warnings.

New in 0.2 released 2001-10-12:

 * Fixed some typos in option parsing.
 * Added link to elfhack.

New in 0.1 released 2001-03-01:

 * First release
 * Support deleting and modifying the rpath information