diff options
| author | Roland McGrath <[email protected]> | 2008-12-24 01:09:18 -0800 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2008-12-24 01:09:18 -0800 |
| commit | d8ca9bd0c35e0463acd3875ef508ee0449d06b88 (patch) | |
| tree | 42beb5e354795701d5abf94cbd33d941e9c4fd87 | |
| parent | e9325441414f856dff154b607912a519fe696eff (diff) | |
0.138 items
| -rw-r--r-- | NEWS | 15 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +Version 0.138: + +Install <elfutils/version.h> header file for applications to use in source +version compatibility checks. + +libebl: backend fixes for i386 TLS relocs; backend support for NT_386_IOPERM + +libcpu: disassembler fixes + +libdwfl: bug fixes + +libelf: bug fixes + +nm: bug fixes for handling corrupt input files + Version 0.137: Minor fixes for unreleased 0.136 release. diff --git a/configure.ac b/configure.ac index f2ddbaf6..c730388b 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software Foundation, dnl Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. dnl -AC_INIT([Red Hat elfutils],[0.137],[http://bugzilla.redhat.com/bugzilla/], +AC_INIT([Red Hat elfutils],[0.138],[http://bugzilla.redhat.com/bugzilla/], [elfutils]) AC_CONFIG_AUX_DIR([config]) |
