diff -Nru whoopsie-0.2.55/debian/changelog whoopsie-0.2.56/debian/changelog --- whoopsie-0.2.55/debian/changelog 2017-03-29 19:41:31.000000000 +0000 +++ whoopsie-0.2.56/debian/changelog 2017-06-08 22:44:53.000000000 +0000 @@ -1,3 +1,10 @@ +whoopsie (0.2.56) artful; urgency=medium + + * src/whoopsie.c: Add HotspotError from the openjdk-8 package hook which can + be larger than 1KB to the list of accepted fields. (LP: #1696814) + + -- Brian Murray Thu, 08 Jun 2017 15:44:53 -0700 + whoopsie (0.2.55) zesty; urgency=medium * src/whoopsie.c: Add ProcCpuinfoMinimal which can be larger than 1KB to the diff -Nru whoopsie-0.2.55/src/whoopsie.c whoopsie-0.2.56/src/whoopsie.c --- whoopsie-0.2.55/src/whoopsie.c 2017-03-29 19:02:26.000000000 +0000 +++ whoopsie-0.2.56/src/whoopsie.c 2017-06-08 22:42:48.000000000 +0000 @@ -168,6 +168,8 @@ "AptTermLog", "DpkgLog", "SysLog", + /* openjdk-8 */ + "HotspotError", NULL, };