Signed-off-by: Mark Wielaard <[email protected]> --- ChangeLog | 5 + NEWS | 4 + config/ChangeLog | 4 + config/elfutils.spec.in | 3 + configure.ac | 2 +- po/ChangeLog | 4 + po/de.po | 909 +++++++++++++++++++++++------------------------ po/es.po | 911 ++++++++++++++++++++++++------------------------ po/ja.po | 911 ++++++++++++++++++++++++------------------------ po/pl.po | 911 ++++++++++++++++++++++++------------------------ po/uk.po | 910 +++++++++++++++++++++++------------------------ 11 files changed, 2318 insertions(+), 2256 deletions(-)
diff --git a/ChangeLog b/ChangeLog index d829783..a17f522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-06-19 Mark Wielaard <[email protected]> + + * configure.ac: Set version to 0.163. + * NEWS: Mention 0.163 is bug fixes only. + 2015-06-10 Mark Wielaard <[email protected]> * configure.ac: Set version to 0.162. diff --git a/NEWS b/NEWS index 1d2db5f..e356c8f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 0.163 + +Bug fixes only, no new features. + Version 0.162 libdw: Install new header elfutils/known-dwarf.h. diff --git a/config/ChangeLog b/config/ChangeLog index 64b58e1..00f3ddc 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2015-06-19 Mark Wielaard <[email protected]> + + * elfutils.spec.in: Update for 0.163. + 2015-06-11 Mark Wielaard <[email protected]> * elfutils.spec.in (devel): Include elfutils/known-dwarf.h and diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index ea064bc..5407f1a 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -198,6 +198,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.a %changelog +* Fri Jun 19 2015 Mark Wielaard <[email protected]> 0.163-1 +- Bug fixes only, no new features. + * Wed Jun 10 2015 Mark Wielaard <[email protected]> 0.162-1 - libdw: Install new header elfutils/known-dwarf.h. dwarf.h Add preliminary DWARF5 constants DW_TAG_atomic_type, diff --git a/configure.ac b/configure.ac index bc9ff56..9c47a68 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.162],[https://bugzilla.redhat.com/],[elfutils]) +AC_INIT([elfutils],[0.163],[https://bugzilla.redhat.com/],[elfutils]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_FILES([config/Makefile]) diff --git a/po/ChangeLog b/po/ChangeLog index df84f2c..51034e2 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2015-06-19 Mark Wielaard <[email protected]> + + * *.po: Update for 0.163. + 2015-06-15 Mark Wielaard <[email protected]> * *.po: Regenerate. <-- skip regenerated .po files --->
