File: changelog

package info (click to toggle)
rapidjson 1.1.0%2Bdfsg2-7.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,264 kB
  • sloc: cpp: 18,852; ansic: 2,434; python: 235; xml: 182; sh: 83; makefile: 10; javascript: 2
file content (199 lines) | stat: -rw-r--r-- 6,575 bytes parent folder | download
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
rapidjson (1.1.0+dfsg2-7.4) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix CVE-2024-38517 with upstream patch. (Closes: #1083185)

 -- Bastian Germann <bage@debian.org>  Fri, 25 Apr 2025 10:12:00 +0200

rapidjson (1.1.0+dfsg2-7.3) unstable; urgency=medium

  * Non-maintainer upload.

  [ Boyuan Yang ]
  * debian/copyright: Relicense debian/ directory under Expat license
    following the acknowledgement of the original authors. (Closes: #1013960)

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Move source package lintian overrides to debian/source.
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.

  [ Mattias Ellert ]
  * Backport: Remove non-compiling assignment operator (Closes: #1074897)
  * Backport: Avoid inheritance from std::iterator (and remove forcing
    c++14 since deprecation warnings are no longer triggered)
  * Backport fixes for c++20

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 26 Jul 2024 13:03:47 +0200

rapidjson (1.1.0+dfsg2-7.2) unstable; urgency=medium

  * Non-maintainer upload.
  * d/rules: Switch to C++ 14 to fix FTBFS with googletest >= 1.13.0
    (Closes: #1041027)

 -- Micha Lenk <micha@debian.org>  Sun, 21 Apr 2024 15:12:21 +0200

rapidjson (1.1.0+dfsg2-7.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with GCC 12. (Closes: #1016229)

 -- Reiner Herrmann <reiner@reiner-h.de>  Sat, 15 Oct 2022 18:10:14 +0200

rapidjson (1.1.0+dfsg2-7) unstable; urgency=medium

  * Do not use -arch=native on ppc64 and cross-compilation:
    Add 0001-support-IBM-PowerPC-ppc64-ppc64le-and-XL-compiler.patch and
    0001-CMake-do-not-pass-march-native-or-mcpu-native-when-c.patch
    (Closes: #976944).
  * Add deal-with-Werror-type-limits.patch:
    Disable -Werror=type-limits on archs other then amd64. (Closes: #976536)

 -- Alexander GQ Gerasiov <gq@debian.org>  Thu, 07 Jan 2021 16:45:27 +0300

rapidjson (1.1.0+dfsg2-6) unstable; urgency=medium

  [ Matthias Klose ]
  * Build using python3 (Closes: #943192).

  [ Alexander GQ Gerasiov ]
  * d/control: Bump debhelper's compatibility.
  * d/control: Suggests doc package.
  * d/control: Bump Standards-Version (no changes needed).
  * Add fix-privacy-breach.patch: removes external images from docs.
  * d/rapidjson-dev.install: Install pkg-config and cmake files to arch-independent dir.

 -- Alexander GQ Gerasiov <gq@debian.org>  Wed, 06 May 2020 10:26:30 +0300

rapidjson (1.1.0+dfsg2-5) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove trailing whitespaces
  * d/rules: Remove trailing whitespaces

  [ Alexander GQ Gerasiov ]
  * d/watch: Fix dversionmangle.

 -- Alexander GQ Gerasiov <gq@debian.org>  Thu, 31 Jan 2019 23:23:56 +0300

rapidjson (1.1.0+dfsg2-4) unstable; urgency=medium

  * Add patches to deal with gcc 8.0 errors. Fixes FTBFS (Closes: #906406)

 -- Alexander GQ Gerasiov <gq@debian.org>  Wed, 12 Sep 2018 02:55:49 +0300

rapidjson (1.1.0+dfsg2-3) unstable; urgency=medium

  * Remove outdated debian/source/include-binaries.
  * Add debian/patches/set-doc-dir.diff: Install docs to
    /usr/share/doc/rapidjson-doc.
  * debian/rules: Totally simplify rules file.
  * debian/control: Remove outdated gcc dependence.
  * Increase dh compatibility level.
  * Bump Standards-Version to 4.1.3 (no additional changes needed).
  * debian/control: Take package ownership (Closes: #893199.)
  * debian/control: Mark packages as Multi-Arch: foreign.

 -- Alexander GQ Gerasiov <gq@debian.org>  Tue, 27 Mar 2018 12:47:14 +0300

rapidjson (1.1.0+dfsg2-2) unstable; urgency=medium

  * upload to unstable

  * move Maintainer: to Debian QA Group <packages@qa.debian.org>
  * add Vcs-* (salsa)

 -- Rene Engelhard <rene@debian.org>  Sat, 17 Mar 2018 08:30:29 +0000

rapidjson (1.1.0+dfsg2-1) experimental; urgency=medium

  * (really) remove bin/jsonchecker/* (again) (closes: #884078)

 -- Rene Engelhard <rene@debian.org>  Mon, 08 Jan 2018 08:47:38 +0100

rapidjson (1.1.0+dfsg-3) experimental; urgency=medium

  * add upstream patches to fix build with gcc 7 (closes: #873231)

 -- Rene Engelhard <rene@debian.org>  Sat, 26 Aug 2017 16:49:27 +0000

rapidjson (1.1.0+dfsg-2) experimental; urgency=medium

  * make .install even more strict to not install bogus /usr/include/gtest
    (closes: #846568)

 -- Rene Engelhard <rene@debian.org>  Sat, 03 Dec 2016 01:05:45 +0100

rapidjson (1.1.0+dfsg-1) experimental; urgency=medium

  * remove bin/jsonchecker/* (closes: #840333) and disable the unit test
    using it
  * don't bogusly install usr/lib/libgtest*.a

 -- Rene Engelhard <rene@debian.org>  Wed, 30 Nov 2016 22:42:45 +0100

rapidjson (1.1.0-1) experimental; urgency=medium

  * New upstream release

  * add debian/watch

 -- Rene Engelhard <rene@debian.org>  Tue, 30 Aug 2016 22:54:00 +0200

rapidjson (1.0.2-2) experimental; urgency=medium

  * add missing python to Build-Depends

  * run the $(MAKE)s in build and run manual $(MAKE) install - no idea
    why it worked here locally...

 -- Rene Engelhard <rene@debian.org>  Thu, 24 Sep 2015 21:54:16 +0000

rapidjson (1.0.2-1) experimental; urgency=medium

  * New upstream release (closes: #799899)

  * remove jquery.js link in rapidjson-doc.

 -- Rene Engelhard <rene@debian.org>  Thu, 24 Sep 2015 17:48:39 +0200

rapidjson (0.12~git20141031-3) unstable; urgency=medium

  * oops, g++ has an epoch..

 -- Rene Engelhard <rene@debian.org>  Sun, 02 Aug 2015 17:58:25 +0200

rapidjson (0.12~git20141031-2) unstable; urgency=medium

  * build-depend on g++ (>= 5) to work around segfault in the tests
    (closes: #792070)

 -- Rene Engelhard <rene@debian.org>  Sun, 02 Aug 2015 11:45:01 +0000

rapidjson (0.12~git20141031-1) unstable; urgency=low

  * new upstream snapshot

  [Philipp A. Hartmann]
  * install only doc/html
  * remove obsolete/unintended include-binaries
  * update debian/copyight and debian/control
  * remove unndeeded libjson and libyajl from Build-Depends
  * add libgtest-dev as build dependency and add `use-system-gtest.diff' patch
    to point to system-wide Google test sources
  * drop SSE4.2 hack
  * run tests on all platforms

 -- Rene Engelhard <rene@debian.org>  Sun, 02 Nov 2014 12:47:05 +0100

rapidjson (0.12~git20140926-1) unstable; urgency=low

  * Initial release (Closes: #763453)

 -- Rene Engelhard <rene@debian.org>  Sun, 26 Oct 2014 18:49:47 +0100