Skip to content

Commit 2e972aa

Browse files
committed
Update changelog for 0.8 release
1 parent a03c07c commit 2e972aa

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
package-notes (0.8) unstable; urgency=medium
2+
3+
* use LONG instead of BYTEs for binary fields
4+
5+
-- Luca Boccassi <bluca@debian.org> Mon, 04 Apr 2022 19:52:18 +0100
6+
17
package-notes (0.7) unstable; urgency=medium
28

39
* dh: derive distro name at build time

dh/dh_package_notes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use warnings;
1212
use Debian::Debhelper::Dh_Lib
1313
qw(%dh doit hostarch init isnative sourcepackage);
1414
use Dpkg::Vendor qw(get_current_vendor);
15-
our $VERSION = '0.7';
15+
our $VERSION = '0.8';
1616

1717
=head1 SYNOPSIS
1818

generate-package-notes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
See https://systemd.io/COREDUMP_PACKAGE_METADATA/ for details.
5454
"""
5555

56-
__version__ = '0.7'
56+
__version__ = '0.8'
5757

5858
import argparse
5959
import itertools

0 commit comments

Comments
 (0)