Preparing for elfutils 0.160

Mark Wielaard mjw at redhat.com
Mon Aug 25 20:36:08 UTC 2014


On Wed, Aug 20, 2014 at 12:28:30PM +0200, Mark Wielaard wrote:
> I would like to push for a 0.160 release in a week, around Wednesday 27
> August. And then aim for the next release in ~3 months again, before the
> end of the year, to keep things moving forward.

I pushed the attached patch (*) to prepare for 0.160 and merged master
into the portable branch. Please test current git on your setup and
report any issues you might find.

Thanks,

Mark

(*) Patch doesn't include the regenerated *.po files.
-------------- next part --------------
commit 5efda26c21034f5c96680c7f78c8fe8936af11a7
Author: Mark Wielaard <mjw at redhat.com>
Date:   Mon Aug 25 22:13:57 2014 +0200

    Prepare 0.160 release.
    
    Signed-off-by: Mark Wielaard <mjw at redhat.com>

diff --git a/ChangeLog b/ChangeLog
index d79d269..8277932 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-08-25  Mark Wielaard  <mjw at redhat.com>
+
+	* configure.ac: Set version to 0.160.
+	* NEWS: Add removal of DW_TAG_mutable_type, LZMA .ko.xz kernel
+	module support, ARM THUMB functions and ppc64le ELFv2 abi backends.
+
 2014-08-15  Mark Wielaard  <mjw at redhat.com>
 
 	* NEWS: Add dwarf_cu_die.
diff --git a/NEWS b/NEWS
index 6ee4967..aceb3e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,15 @@
 Version 0.160
 
 libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.
+       dwarf.h remove non-existing DW_TAG_mutable_type.
+
+libdwfl: Handle LZMA .ko.xz compressed kernel modules.
 
 unstrip: New option -F, --force to combining files even if some ELF headers
          don't seem to match.
 
+backends: Handle ARM THUMB functions. Add support for ppc64le ELFv2 abi.
+
 Version 0.159
 
 stack: New option -d, --debugname to lookup DWARF debuginfo name for frame.
diff --git a/config/ChangeLog b/config/ChangeLog
index b4718c7..9ebf14f 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2014-08-25  Mark Wielaard  <mjw at redhat.com>
+
+	* elfutils.spec.in: Update for 0.160.
+
 2014-05-17  Mark Wielaard  <mjw at redhat.com>
 
 	* elfutils.spec.in: Update for 0.159.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 70f62b2..912f237 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -196,6 +196,14 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/libelf.a
 
 %changelog
+* Mon Aug 25 2014 Mark Wielaard <mjw at redhat.com> 0.160-1
+- libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.
+  dwarf.h remove non-existing DW_TAG_mutable_type.
+- libdwfl: Handle LZMA .ko.xz compressed kernel modules.
+- unstrip: New option -F, --force to combining files even if some ELF
+  headers don't seem to match.
+- backends: Handle ARM THUMB functions. Add support for ppc64le ELFv2 abi.
+
 * Sat May 17 2014 Mark Wielaard <mjw at redhat.com> 0.159-1
 - stack: New option -d, --debugname to lookup DWARF debuginfo name 
   for frame.  New option -i, --inlines to show inlined frames 
diff --git a/configure.ac b/configure.ac
index f9c3c30..76a172d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl  GNU General Public License for more details.
 dnl
 dnl  You should have received a copy of the GNU General Public License
 dnl  along with this program.  If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([elfutils],[0.159],[https://bugzilla.redhat.com/],[elfutils])
+AC_INIT([elfutils],[0.160],[https://bugzilla.redhat.com/],[elfutils])
 
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_FILES([config/Makefile])
diff --git a/po/ChangeLog b/po/ChangeLog
index bf66000..ec4f384 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2014-08-25  Mark Wielaard  <mjw at redhat.com>
+
+	* *.po: Update for 0.160.
+
 2014-05-20  Mark Wielaard  <mjw at redhat.com>
 
 	* *.po: Regenerated.


More information about the elfutils-devel mailing list