]> andersk Git - libyaml.git/blame - debian/changelog
New upstream release 0.2.1
[libyaml.git] / debian / changelog
CommitLineData
3d3d2045 1libyaml (0.2.1-1) UNRELEASED; urgency=medium
eaa382de 2
3d3d2045
AK
3 * New upstream version 0.2.1.
4 + Moved canonical repo to GitHub. (Closes: #865709)
eaa382de
AK
5 * Build-Depend debhelper (>= 9.20160114~) for dh_strip
6 --dbgsym-migration.
7
8 -- Anders Kaseorg <andersk@mit.edu> Fri, 21 Oct 2016 02:54:31 -0400
9
6adf940b 10libyaml (0.1.7-2) unstable; urgency=medium
f626072a
AK
11
12 * Clean doxygen-generated documentation with dh_doxygen.
c384b60e 13 * Mark libyaml-doc Multi-Arch: foreign.
7c10b9ff 14 * Add libyaml-0-2.symbols file.
f626072a 15
6adf940b 16 -- Anders Kaseorg <andersk@mit.edu> Fri, 30 Sep 2016 22:06:09 -0400
f626072a 17
61cbe72d 18libyaml (0.1.7-1) unstable; urgency=medium
7161b858
AK
19
20 * New upstream version 0.1.7.
21 + Fix segfault in yaml_string_write_handler.
22 + Fix invalid simple key assertion.
23 * Drop upstreamed patches.
b35dbbb1 24 * Migrate packaging from CDBS to dh.
ec43579c 25 * Drop libyaml-0-2-dbg in favor of automatically generated
b35dbbb1 26 libyaml-0-2-dbgsym package.
7161b858 27
61cbe72d 28 -- Anders Kaseorg <andersk@mit.edu> Sat, 03 Sep 2016 06:48:38 -0400
7161b858 29
9a751a1d 30libyaml (0.1.6-3) unstable; urgency=high
6ecaf949
AK
31
32 * debian/patches/CVE-2014-9130.patch: Fix CVE-2014-9130 assertion
33 failure caused by wrapped strings. (Closes: #771366)
48fc5d2d 34 * Bump Standards-Version to 3.9.6 (no changes needed).
6ecaf949 35
9a751a1d 36 -- Anders Kaseorg <andersk@mit.edu> Fri, 28 Nov 2014 22:05:10 -0500
6ecaf949 37
6f165d57 38libyaml (0.1.6-2) unstable; urgency=medium
ec5a74bd
AK
39
40 * Move doxygen from Build-Depends to Build-Depends-Indep.
41
6f165d57 42 -- Anders Kaseorg <andersk@mit.edu> Tue, 19 Aug 2014 21:56:25 -0400
ec5a74bd 43
aaf3a1c2 44libyaml (0.1.6-1) unstable; urgency=medium
678a07c9 45
0070a532 46 * New upstream version 0.1.6.
678a07c9
AK
47 + Fix CVE-2013-6393: heap-based buffer overflow when parsing YAML
48 tags.
0070a532
AK
49 + Fix CVE-2014-2525: heap-based buffer overflow in
50 yaml_parser_scan_uri_escapes.
678a07c9 51 * Drop upstreamed patches.
dd2bbc9e 52 * Run tests at build time.
d328a1cd 53 * Bump Standards-Version to 3.9.5 (no changes needed).
a3d68865 54 * Use dh-autoreconf. (Closes: #745078)
f8dcd9ae 55 * Use dh-buildinfo.
47950261
AK
56 * Add libyaml-doc package for Doxygen-generated API documentation and
57 examples. (Closes: #696821)
4fdeceb2 58 * Acknowledge NMUs.
678a07c9 59
aaf3a1c2 60 -- Anders Kaseorg <andersk@mit.edu> Tue, 19 Aug 2014 00:03:53 -0400
678a07c9 61
0e9a9917
SB
62libyaml (0.1.4-3.2) unstable; urgency=high
63
64 * Non-maintainer upload by the Security Team.
65 * Add CVE-2014-2525.patch patch.
66 CVE-2014-2525: Fixes heap overflow in yaml_parser_scan_uri_escapes.
67 The heap overflow is caused by not properly expanding a string before
68 writing to it in function yaml_parser_scan_uri_escapes in scanner.c.
69 (Closes: #742732)
70
71 -- Salvatore Bonaccorso <carnil@debian.org> Thu, 27 Mar 2014 06:22:25 +0100
72
8c29bde4
SB
73libyaml (0.1.4-3.1) unstable; urgency=medium
74
75 * Non-maintainer upload.
76 * Drop libyaml-indent-column-overflow-v2.patch patch.
77 This patch causes additional regressions on simple YAML files.
78 * Add libyaml-guard-against-overflows-in-indent-and-flow_level.patch patch.
79 Add upstream's patch to guard against overflows in indent and
80 flow_level. (Closes: #738587)
81
82 -- Salvatore Bonaccorso <carnil@debian.org> Thu, 13 Feb 2014 07:51:58 +0100
83
757f614e 84libyaml (0.1.4-3) unstable; urgency=high
4690e8e8
AK
85
86 * Fix CVE-2013-6393: heap-based buffer overflow when parsing YAML tags.
87 (Closes: #737076)
88
757f614e 89 -- Anders Kaseorg <andersk@mit.edu> Wed, 29 Jan 2014 20:11:48 -0500
4690e8e8 90
9d74d117 91libyaml (0.1.4-2) unstable; urgency=low
5d566460
AK
92
93 * Remove extra libyaml-0.so symlink from libyaml-dev.
264015cb 94 * Bump Debhelper compat level to 9.
dc0d8d28 95 * Support multiarch. (Closes: #653748) (LP: #905630)
5ebf03b5 96 * Use 3.0 (quilt) source format.
5d566460 97
9d74d117 98 -- Anders Kaseorg <andersk@mit.edu> Fri, 30 Dec 2011 17:14:52 -0500
5d566460 99
7919b4c8 100libyaml (0.1.4-1) unstable; urgency=low
a16771db
AK
101
102 * New upstream version 0.1.4.
103 + Fixed a bug that prevented an empty mapping being used as a simple
104 key.
105 + Fixed pointer overflow when calculating the position of a potential
106 simple key.
18d792f8 107 + Added pkg-config support. (Closes: #537834)
d27f4509 108 * Remove unneded libyaml.la file. (Closes: #622452)
2dff8bb1
AK
109 * Add libyaml-0-2-dbg package with debugging symbols.
110 (Closes: #592747)
8e7f8c47 111 * Bumped standards version to 3.9.2 without further change
a16771db 112
7919b4c8 113 -- Anders Kaseorg <andersk@mit.edu> Mon, 30 May 2011 22:27:27 -0400
a16771db 114
6e99db53 115libyaml (0.1.3-1) unstable; urgency=low
b5157f22
AK
116
117 * New upstream version 0.1.3.
118 + This release fixes non-standard structure initialization and a
119 streaming-related issue.
120 * Bump priority from extra to optional.
121
6e99db53 122 -- Anders Kaseorg <andersk@mit.edu> Sun, 04 Oct 2009 14:07:18 -0400
b5157f22 123
d571cc8b 124libyaml (0.1.2-1) unstable; urgency=low
2decfa0e
AK
125
126 * New upstream version 0.1.2.
127 + Fixed grammar in error messages (from YAML::XS::LibYAML).
128 + Rewritten whitespace detection in the scalar analyzer and block
129 scalar writers (ported from PyYAML).
130 + Fixed emitting folded scalars with trailing breaks; Forced emitting
131 of a document end indicator when there is a possibility of ambiguous
132 parsing.
133
d571cc8b 134 -- Anders Kaseorg <andersk@mit.edu> Mon, 29 Dec 2008 21:10:48 -0500
2decfa0e 135
01068572
AK
136libyaml (0.1.1-1) unstable; urgency=low
137
138 * Initial release (Closes: #484381).
139
140 -- Anders Kaseorg <andersk@mit.edu> Tue, 10 Jun 2008 02:37:34 -0400
This page took 0.06479 seconds and 5 git commands to generate.