# HG changeset patch # User Andrew John Hughes # Date 1474307478 -3600 # Node ID 6861d9e23185b70fefba180491107e09adbd0d6c # Parent 3b7a6bd3fba095e2076d46c1d554c50551707906 PR3135: Makefile.am rule stamps/add/tzdata-support-debug.stamp has a typo in add-tzdata dependency 2016-08-19 Andrew John Hughes PR3135: Makefile.am rule stamps/add/tzdata-support-debug.stamp has a typo in add-tzdata dependency * NEWS: Updated. 2016-08-10 Tiago Sturmer Daitx PR3135: Makefile.am rule stamps/add/tzdata-support-debug.stamp has a typo in add-tzdata dependency * Makefile.am: (icedtea-debug-stage2): Fix typo in add-tzdata-support-debug dependency. diff -r 3b7a6bd3fba0 -r 6861d9e23185 ChangeLog --- a/ChangeLog Mon Sep 19 17:05:44 2016 +0100 +++ b/ChangeLog Mon Sep 19 18:51:18 2016 +0100 @@ -1,3 +1,19 @@ +2016-08-19 Andrew John Hughes + + PR3135: Makefile.am rule + stamps/add/tzdata-support-debug.stamp has a typo in + add-tzdata dependency + * NEWS: Updated. + +2016-08-10 Tiago Sturmer Daitx + + PR3135: Makefile.am rule + stamps/add/tzdata-support-debug.stamp has a typo in + add-tzdata dependency + * Makefile.am: + (icedtea-debug-stage2): Fix typo in + add-tzdata-support-debug dependency. + 2016-08-04 Andrew John Hughes PR3128: pax-mark-vm script calls "exit -1" which diff -r 3b7a6bd3fba0 -r 6861d9e23185 Makefile.am --- a/Makefile.am Mon Sep 19 17:05:44 2016 +0100 +++ b/Makefile.am Mon Sep 19 18:51:18 2016 +0100 @@ -2338,7 +2338,7 @@ stamps/icedtea-debug-stage2.stamp: stamps/icedtea-debug.stamp \ stamps/add-cacao-debug.stamp stamps/add-zero-debug.stamp stamps/add-jamvm-debug.stamp \ - stamps/add-systemtap-debug.stamp stamps/add/tzdata-support-debug.stamp \ + stamps/add-systemtap-debug.stamp stamps/add-tzdata-support-debug.stamp \ stamps/check-crypto-debug.stamp stamps/add-archive-debug.stamp stamps/split-debuginfo-debug.stamp \ stamps/add-mime-types-file-debug.stamp mkdir -p stamps diff -r 3b7a6bd3fba0 -r 6861d9e23185 NEWS --- a/NEWS Mon Sep 19 17:05:44 2016 +0100 +++ b/NEWS Mon Sep 19 18:51:18 2016 +0100 @@ -19,6 +19,7 @@ * Bug fixes - PR3128: pax-mark-vm script calls "exit -1" which is invalid in dash - PR3131: PaX marking fails on filesystems which don't support extended attributes + - PR3135: Makefile.am rule stamps/add/tzdata-support-debug.stamp has a typo in add-tzdata dependency New in release 2.6.7 (2016-07-28):