]> andersk Git - libyaml.git/blob - debian/changelog
Move doxygen from Build-Depends-Indep to Build-Depends
[libyaml.git] / debian / changelog
1 libyaml (0.1.6-2) UNRELEASED; urgency=medium
2
3   * Move doxygen from Build-Depends to Build-Depends-Indep.
4
5  -- Anders Kaseorg <andersk@mit.edu>  Tue, 19 Aug 2014 21:52:24 -0400
6
7 libyaml (0.1.6-1) unstable; urgency=medium
8
9   * New upstream version 0.1.6.
10     + Fix CVE-2013-6393: heap-based buffer overflow when parsing YAML
11       tags.
12     + Fix CVE-2014-2525: heap-based buffer overflow in
13       yaml_parser_scan_uri_escapes.
14   * Drop upstreamed patches.
15   * Run tests at build time.
16   * Bump Standards-Version to 3.9.5 (no changes needed).
17   * Use dh-autoreconf.  (Closes: #745078)
18   * Use dh-buildinfo.
19   * Add libyaml-doc package for Doxygen-generated API documentation and
20     examples.  (Closes: #696821)
21   * Acknowledge NMUs.
22
23  -- Anders Kaseorg <andersk@mit.edu>  Tue, 19 Aug 2014 00:03:53 -0400
24
25 libyaml (0.1.4-3.2) unstable; urgency=high
26
27   * Non-maintainer upload by the Security Team.
28   * Add CVE-2014-2525.patch patch.
29     CVE-2014-2525: Fixes heap overflow in yaml_parser_scan_uri_escapes.
30     The heap overflow is caused by not properly expanding a string before
31     writing to it in function yaml_parser_scan_uri_escapes in scanner.c.
32     (Closes: #742732)
33
34  -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 27 Mar 2014 06:22:25 +0100
35
36 libyaml (0.1.4-3.1) unstable; urgency=medium
37
38   * Non-maintainer upload.
39   * Drop libyaml-indent-column-overflow-v2.patch patch.
40     This patch causes additional regressions on simple YAML files.
41   * Add libyaml-guard-against-overflows-in-indent-and-flow_level.patch patch.
42     Add upstream's patch to guard against overflows in indent and
43     flow_level. (Closes: #738587)
44
45  -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 13 Feb 2014 07:51:58 +0100
46
47 libyaml (0.1.4-3) unstable; urgency=high
48
49   * Fix CVE-2013-6393: heap-based buffer overflow when parsing YAML tags.
50     (Closes: #737076)
51
52  -- Anders Kaseorg <andersk@mit.edu>  Wed, 29 Jan 2014 20:11:48 -0500
53
54 libyaml (0.1.4-2) unstable; urgency=low
55
56   * Remove extra libyaml-0.so symlink from libyaml-dev.
57   * Bump Debhelper compat level to 9.
58   * Support multiarch.  (Closes: #653748) (LP: #905630)
59   * Use 3.0 (quilt) source format.
60
61  -- Anders Kaseorg <andersk@mit.edu>  Fri, 30 Dec 2011 17:14:52 -0500
62
63 libyaml (0.1.4-1) unstable; urgency=low
64
65   * New upstream version 0.1.4.
66     + Fixed a bug that prevented an empty mapping being used as a simple
67       key.
68     + Fixed pointer overflow when calculating the position of a potential
69       simple key.
70     + Added pkg-config support.  (Closes: #537834)
71   * Remove unneded libyaml.la file.  (Closes: #622452)
72   * Add libyaml-0-2-dbg package with debugging symbols.
73     (Closes: #592747)
74   * Bumped standards version to 3.9.2 without further change
75
76  -- Anders Kaseorg <andersk@mit.edu>  Mon, 30 May 2011 22:27:27 -0400
77
78 libyaml (0.1.3-1) unstable; urgency=low
79
80   * New upstream version 0.1.3.
81     + This release fixes non-standard structure initialization and a
82       streaming-related issue.
83   * Bump priority from extra to optional.
84
85  -- Anders Kaseorg <andersk@mit.edu>  Sun, 04 Oct 2009 14:07:18 -0400
86
87 libyaml (0.1.2-1) unstable; urgency=low
88
89   * New upstream version 0.1.2.
90     + Fixed grammar in error messages (from YAML::XS::LibYAML).
91     + Rewritten whitespace detection in the scalar analyzer and block
92       scalar writers (ported from PyYAML).
93     + Fixed emitting folded scalars with trailing breaks; Forced emitting
94       of a document end indicator when there is a possibility of ambiguous
95       parsing.
96
97  -- Anders Kaseorg <andersk@mit.edu>  Mon, 29 Dec 2008 21:10:48 -0500
98
99 libyaml (0.1.1-1) unstable; urgency=low
100
101   * Initial release (Closes: #484381).
102
103  -- Anders Kaseorg <andersk@mit.edu>  Tue, 10 Jun 2008 02:37:34 -0400
This page took 0.119604 seconds and 5 git commands to generate.