From: Ulrich Drepper Date: Wed, 27 Aug 2008 03:01:47 +0000 (+0000) Subject: 0.137 release. X-Git-Tag: elfutils-0.137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb48a2702b6db50614fbbf08b02a1c7d83e28ecf;p=thirdparty%2Felfutils.git 0.137 release. --- diff --git a/NEWS b/NEWS index 2b24a6e5a..ad7b004b8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 0.137: + +Minor fixes for unreleased 0.136 release. + Version 0.136: libdwfl: bug fixes; new "segment" interfaces; diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 78611b2a8..222a9e634 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -182,6 +182,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.a %changelog +* Tue Aug 26 2008 Ulrich Drepper 0.137-1 +- Minor fixes for unreleased 0.136 release. + * Mon Aug 25 2008 Ulrich Drepper 0.136-1 - libdwfl: bug fixes; new segment interfaces; all the libdwfl-based tools now support --core=COREFILE option diff --git a/configure.ac b/configure.ac index bd12af2ad..2723046e4 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.136],[http://bugzilla.redhat.com/bugzilla/], +AC_INIT([Red Hat elfutils],[0.137],[http://bugzilla.redhat.com/bugzilla/], [elfutils]) AC_CONFIG_AUX_DIR([config])