public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mjw@redhat.com>
To: elfutils-devel@lists.fedorahosted.org
Subject: Re: Preparing for elfutils 0.160
Date: Mon, 25 Aug 2014 22:36:08 +0200	[thread overview]
Message-ID: <20140825203608.GA2666@blokker.redhat.com> (raw)
In-Reply-To: 1408530510.3610.7.camel@bordewijk.wildebeest.org

[-- Attachment #1: Type: text/plain, Size: 520 bytes --]

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.

[-- Attachment #2: prepare-0.160.patch --]
[-- Type: text/plain, Size: 3145 bytes --]

commit 5efda26c21034f5c96680c7f78c8fe8936af11a7
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Aug 25 22:13:57 2014 +0200

    Prepare 0.160 release.
    
    Signed-off-by: Mark Wielaard <mjw@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@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@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@redhat.com>
+
+	* elfutils.spec.in: Update for 0.160.
+
 2014-05-17  Mark Wielaard  <mjw@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@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@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@redhat.com>
+
+	* *.po: Update for 0.160.
+
 2014-05-20  Mark Wielaard  <mjw@redhat.com>
 
 	* *.po: Regenerated.

             reply	other threads:[~2014-08-25 20:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-25 20:36 Mark Wielaard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-20 10:28 Mark Wielaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140825203608.GA2666@blokker.redhat.com \
    --to=mjw@redhat.com \
    --cc=elfutils-devel@lists.fedorahosted.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).