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