This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Prepare 0.167 release.


It has been 4 months since 0.166 and given some new features and various
bug fixes it is time to push out a new 0.167 release. I just pushed the
patch below to prepare for that (stripped generated po from patch below).

The only pending fix that I know of is Jose's GNU_Sparc_HWCAPS tag values
patch. After that is in I would like to push out the release.

Please let me know if there are any other urgent pending changes/bugs
that should be resolved before doing the 0.167 if I missed them.

Thanks,

Mark

---
 ChangeLog               |    5 +
 NEWS                    |   12 +
 config/ChangeLog        |    4 +
 config/elfutils.spec.in |   11 +-
 configure.ac            |    2 +-
 po/ChangeLog            |    4 +
 po/de.po                | 1051 +++++++-------------------------
 po/es.po                | 1544 ++++++++++++++++++++---------------------------
 po/ja.po                | 1482 +++++++++++++++++++--------------------------
 po/pl.po                | 1486 +++++++++++++++++++--------------------------
 po/uk.po                | 1509 ++++++++++++++++++++-------------------------
 11 files changed, 2795 insertions(+), 4315 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6a038a2..07e8f57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-08-04  Mark Wielaard  <mjw@redhat.com>
+
+	* configure.ac: Set version to 0.167.
+	* NEWS: Add 0.167 section.
+
 2016-07-06  Mark Wielaard  <mjw@redhat.com>
 
 	* .gitignore: Remove src/ld. ldlex.c, ldscript.c and ldscript.h.
diff --git a/NEWS b/NEWS
index 1a55d3a..599970b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Version 0.167
+
+libasm: Add eBPF disassembler for EM_BPF files.
+
+backends: Add m68k and BPF backends.
+
+ld: Removed.
+
+dwelf: Add ELF/DWARF string table creation functions. dwelf_strtab_init,
+       dwelf_strtab_add, dwelf_strtab_add_len, dwelf_strtab_finalize,
+       dwelf_strent_off, dwelf_strent_str and dwelf_strtab_free.
+
 Version 0.166
 
 config: The default program prefix for the installed tools is now eu-.
diff --git a/config/ChangeLog b/config/ChangeLog
index 4ca6fa8..2ca25bc 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-04  Mark Wielaard  <mjw@redhat.com>
+
+	* elfutils.spec.in: Update for 0.167.
+
 2016-07-06  Mark Wielaard  <mjw@redhat.com>
 
 	* elfutils.spec.in: Remove eu-ld.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index b62be26..9b87d05 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -226,7 +226,16 @@ rm -rf ${RPM_BUILD_ROOT}
 %config(noreplace) %{_sysctldir}/10-default-yama-scope.conf
 
 %changelog
-* Thu Mar 31 2016 Mark Wielaard <mark@gmail.com> 0.166-1
+* Thu Aug  4 2016 Mark Wielaard <mjw@redhat.com> 0.167-1
+- libasm: Add eBPF disassembler for EM_BPF files.
+- backends: Add m68k and BPF backends.
+- ld: Removed.
+- dwelf: Add ELF/DWARF string table creation functions.
+  dwelf_strtab_init, dwelf_strtab_add, dwelf_strtab_add_len,
+  dwelf_strtab_finalize, dwelf_strent_off, dwelf_strent_str and
+  dwelf_strtab_free.
+
+* Thu Mar 31 2016 Mark Wielaard <mjw@redhat.com> 0.166-1
 - config: The default program prefix for the installed tools is now
   eu-. Use configure --program-prefix="" to not use a program prefix.
 
diff --git a/configure.ac b/configure.ac
index e753dd9..e5503f1 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.166],[https://bugzilla.redhat.com/],[elfutils])
+AC_INIT([elfutils],[0.167],[https://bugzilla.redhat.com/],[elfutils])
 
 # We want eu- as default program prefix if none was given by the user.
 # But if the user explicitly provided --program-prefix="" then pretend
diff --git a/po/ChangeLog b/po/ChangeLog
index 6e9900c..5ea4e53 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-04  Mark Wielaard  <mjw@redhat.com>
+
+	* *.po: Update for 0.167.
+
 2016-07-06  Mark Wielaard  <mjw@redhat.com>
 
 	* po/POTFILES.in: Removed libebl/eblobjecttypename.c,

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]