1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
|
mtbl (1.6.1-1) unstable; urgency=medium
* New upstream version 1.6.1
* debian/control: Bump Standards-Version to 4.7.0 (no changes)
* debian/: Bump debhelper compat level to 13
* debian/control: Remove unnecessary Build-Depends version constraints
* debian/rules: Remove unnecessary buildflags.mk include
* debian/rules: Remove unnecessary "--with autoreconf" dh argument
* debian/copyright: Update copyright years
* debian/not-installed: Ignore missing *.la files
* debian/libmtbl1.symbols: Add new symbols
* debian/control: Remove Build-Depends on dpkg-dev
* debian/control: Build-Depends: pkg-config => pkgconf
* debian/copyright: Get rid of "duplicate-globbing-patterns" lintian
diagnostic
-- Robert Edmonds <edmonds@debian.org> Sun, 21 Apr 2024 19:22:51 -0400
mtbl (1.3.0-1) unstable; urgency=medium
* New upstream version 1.3.0
* debian/libmtbl1.symbols: Add new symbols from 1.2.0, 1.3.0 releases
* debian/control: Bump Standards-Version to 4.5.0 (no changes)
* debian/control: Drop build dependency on dh-autoreconf
* debian/copyright: Update for 1.3.0 release
* debian/watch: Add watch file
* debian/rules: Enable build hardening
-- Robert Edmonds <edmonds@debian.org> Sat, 01 Feb 2020 16:38:42 -0500
mtbl (1.1.1-2) experimental; urgency=medium
* Cherry-pick "reader: do not assume size_t is 64-bit when decoding
varints" and "mtbl_verify: Use %zu for size_t instead of PRIu64" commits
from upstream branch "fix-32bit-size_t".
-- Robert Edmonds <edmonds@debian.org> Sat, 28 Oct 2017 13:01:33 -0400
mtbl (1.1.1-1) experimental; urgency=medium
* New upstream version 1.1.1
* Revert "debian/rules: Disable the test suite (broken in the 1.0.0
release)"
* debian/control: Update Build-Depends on liblz4-dev to test building
against lz4 1.8.0
* debian/control: Bump Standards-Version to 4.1.1 (no changes)
* debian/libmtbl1.symbols: Update symbols for 1.1.1
-- Robert Edmonds <edmonds@debian.org> Sun, 22 Oct 2017 16:01:10 -0400
mtbl (1.0.0-1) experimental; urgency=medium
* New upstream release.
* debian/control: Add build dependency on libzstd-dev
* debian/control: Use debhelper 10
* debian/compat: Bump debhelper compat level to 10
* debian/rules: Migrate to automatic -dbgsym package
* debian/control: Remove libmtbl0-dbg package
* debian/control: Bump ABI from 0 to 1
* debian/: libmtbl0.install -> libmtbl1.install
* debian/: libmtbl0.symbols -> libmtbl1.symbols
* debian/libmtbl1.symbols: Update symbols for 1.0.0
* debian/rules: 'dh_strip --dbgsym-migration' not needed since the ABI
is being bumped at the same time
* debian/gbp.conf: Remove [dch] id-length
* debian/rules: Disable the test suite (broken in the 1.0.0 release)
-- Robert Edmonds <edmonds@debian.org> Sun, 26 Mar 2017 21:31:33 -0400
mtbl (0.8.0-1) unstable; urgency=medium
* New upstream release.
* [2a155298] debian/libmtbl0.symbols: Update symbols for 0.8.0
* [c781da27] debian/control: wrap-and-sort
* [85f6f28c] debian/control: Add Build-Depends on liblz4-dev for mtbl 0.8.0
* [8f5119b7] debian/gbp.conf: Add [dch]
-- Robert Edmonds <edmonds@debian.org> Fri, 28 Aug 2015 18:39:13 -0400
mtbl (0.7.0-1) UNRELEASED; urgency=medium
* New upstream release.
-- Robert Edmonds <edmonds@debian.org> Wed, 19 Nov 2014 13:31:33 -0500
mtbl (0.6.0-1) unstable; urgency=medium
* New upstream release.
-- Robert S. Edmonds <edmonds@debian.org> Wed, 21 May 2014 16:52:20 -0400
mtbl (0.5-1) unstable; urgency=medium
* New upstream release.
- Fix detection of big endian architectures. (Closes: #737123).
- Avoid crashing when the MTBL file is too small to include the complete
MTBL trailer. (Closes: #716628).
* Use the pre-built manpage documentation rather than re-building the
documentation at package build time. This avoids including potentially
architecture dependent content in /usr/share in the -dev package when
packages are built on different architectures on different days, due to
the inclusion of today's date in the built man pages. (Closes: #736340).
-- Robert S. Edmonds <edmonds@debian.org> Mon, 03 Feb 2014 13:49:21 -0500
mtbl (0.4-1) unstable; urgency=medium
* New upstream release.
-- Robert S. Edmonds <edmonds@debian.org> Tue, 21 Jan 2014 16:30:22 -0500
mtbl (0.3-1) UNRELEASED; urgency=low
* New upstream release.
-- Robert S. Edmonds <edmonds@debian.org> Wed, 26 Dec 2012 17:22:52 -0500
mtbl (0.2-1.1) unstable; urgency=low
* Non-maintainer upload.
* debian/patches/eglibc2.17.patch: Rename timespec_get to prevent name
clashes with timespec_get provided by eglibc 2.17 (Closes: #701405)
-- Sebastian Ramacher <sramacher@debian.org> Sun, 26 May 2013 22:52:55 +0200
mtbl (0.2-1) unstable; urgency=low
* New upstream release.
-- Robert S. Edmonds <edmonds@debian.org> Tue, 29 May 2012 22:36:36 -0400
mtbl (0.1-1) unstable; urgency=low
* Initial release; closes: #661208.
-- Robert S. Edmonds <edmonds@debian.org> Sun, 04 Mar 2012 17:32:34 -0500
|