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