File: changelog

package info (click to toggle)
msgpack-c 3.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,324 kB
  • sloc: cpp: 85,510; ansic: 6,921; sh: 31; makefile: 30
file content (218 lines) | stat: -rw-r--r-- 7,371 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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
msgpack-c (3.0.1-3) unstable; urgency=medium

  * Use -DBUILD_GTEST=ON to be compatible with googletest < 1.8.1, which
    relied on gmock implicitly builing gtest

 -- James McCoy <jamessan@debian.org>  Sun, 28 Oct 2018 01:25:17 -0400

msgpack-c (3.0.1-2) unstable; urgency=medium

  * rules:
    + Do not fail build if build-gtest/ exists
    + Use -DBUILD_GMOCK=OFF to avoid building gmock, rather than trying to
      only build the googletest sub-directory (Closes: #912061)
    + Ensure dh_doxygen is called after dh_installdocs
  * Opt-in to debhelper 12 beta
  * Declare compliance with Policy 4.2.1, no changes needed
  * Add Build-Depends-Package to libmsgpackc2.symbols

 -- James McCoy <jamessan@debian.org>  Sat, 27 Oct 2018 23:57:16 -0400

msgpack-c (3.0.1-1) unstable; urgency=medium

  * New upstream release
  * Use cmake+ninja dh buildsystem
  * rules: Build googletest so tests can run

 -- James McCoy <jamessan@debian.org>  Sat, 12 May 2018 07:34:55 -0400

msgpack-c (3.0.0-1) unstable; urgency=medium

  * New upstream release
    + Fixes FTBFS with gcc8 (Closes: #897815)
    + New v3 C++ API
  * copyright: Bump years for debian/* and *
  * Declare compliance with Policy 4.1.4, no changes needed
  * control: Differentiate libmsgpack-dev short description from libmsgpackc2
  * Build/run some of upstream's examples as basic autopkgtests

 -- James McCoy <jamessan@debian.org>  Thu, 10 May 2018 23:08:20 -0400

msgpack-c (2.1.5-2) unstable; urgency=medium

  * control:
    + Change Vcs-* to salsa.debian.org
    + Declare compliance with Policy 4.1.3
    + Set myself as maintainer.  Thanks to Taku YASUI for all his work on the
      package
    + Set Rules-Requires-Root to no
  * Bump debhelper compat to 11
  * Install doxygen docs using dh_installdocs
  * rules: Remove -pie from hardening build options for dpkg >= 1.18.23
  * Stop installing duplicate copy of upstream README
  * Register API documentation with doc-base

 -- James McCoy <jamessan@debian.org>  Wed, 28 Mar 2018 21:07:03 -0400

msgpack-c (2.1.5-1) unstable; urgency=medium

  * New upstream release
  * Upload to unstable
  * Declare compliance with Policy 4.1.0
    + Change Priority from extra to optional

 -- James McCoy <jamessan@debian.org>  Sun, 17 Sep 2017 08:53:26 -0400

msgpack-c (2.1.3-1) experimental; urgency=medium

  * New upstream release
    + Fix FTBFS with gcc-7 (Closes: #853564)
    + Bump minimum CMake version to 2.8.12
    + Provide CMake config files to assist building against msgpack-c.

 -- James McCoy <jamessan@debian.org>  Sun, 18 Jun 2017 22:15:47 -0400

msgpack-c (2.1.1-1) experimental; urgency=medium

  * New upstream release (Closes: #845066)
    + Incompatible changes in v2 API
      - Removed pointer versions of msgpack::unpack APIs.
      - Removed pointer versions of msgpack::convert APIs.
      - Removed msgpack::type::nil in favor of msgpack::type::nil_t.
      - Removed std::string specialization for msgpack::object conversion.
    + New FLOAT32/FLOAT64 object types, the latter of which is the same as the
      existing FLOAT type.
      - This also introduces explicit (un)pack functions that handle C's float
        instead of coercing them to double.
  * debian/rules: Rework to use CMake instead of autotools
  * Update symbols for new APIs/object types
  * Declare compliance with policy 3.9.8, no changes needed

 -- James McCoy <jamessan@debian.org>  Thu, 01 Jun 2017 23:59:45 -0400

msgpack-c (1.4.2-5) unstable; urgency=medium

  * Backport upstream patches to fix FTBFS with GCC-7. (Closes: #871140)

 -- James McCoy <jamessan@debian.org>  Mon, 21 Aug 2017 07:00:24 -0400

msgpack-c (1.4.2-4) unstable; urgency=medium

  * Apply another upstream patch to fix FTBFS on sparc64.

 -- James McCoy <jamessan@debian.org>  Sat, 17 Sep 2016 13:53:14 -0400

msgpack-c (1.4.2-3) unstable; urgency=medium

  * Upload to unstable

 -- James McCoy <jamessan@debian.org>  Fri, 02 Sep 2016 21:52:39 -0400

msgpack-c (1.4.2-2) experimental; urgency=medium

  * Apply upstream patch to fix FTBFS on sparc64.

 -- James McCoy <jamessan@debian.org>  Thu, 21 Jul 2016 23:00:26 -0400

msgpack-c (1.4.2-1) experimental; urgency=medium

  * New upstream release
    + Fix FTBFS with gcc6

 -- James McCoy <jamessan@debian.org>  Tue, 28 Jun 2016 21:51:41 -0400

msgpack-c (1.4.0-2) experimental; urgency=medium

  * Bump minimum symbols version of APIs which deal with the object types.
    (Closes: #814096)

 -- James McCoy <jamessan@debian.org>  Sun, 14 Feb 2016 15:07:31 -0500

msgpack-c (1.4.0-1) experimental; urgency=medium

  * New upstream release
    + libmsgpack.so no longer exists, since the C++ code is header-only.
      libmsgpackc.so is the C library.
  * Remove libmsgpack4 package.
  * Build and include documentation in libmsgpack-doc

 -- James McCoy <jamessan@debian.org>  Sat, 23 Jan 2016 02:12:45 -0500

msgpack-c (1.3.0-3) experimental; urgency=medium

  * Cherry-pick upstream patch to fix FTBFS on big-endian architectures.

 -- James McCoy <jamessan@debian.org>  Fri, 15 Jan 2016 20:56:59 -0500

msgpack-c (1.3.0-2) experimental; urgency=medium

  * Cherry-pick upstream patch to fix FTBFS when “char” is unsigned.
  * Enable all hardening build flags.

 -- James McCoy <jamessan@debian.org>  Wed, 13 Jan 2016 20:03:40 -0500

msgpack-c (1.3.0-1) experimental; urgency=medium

  * New upstream release
    + Fix FTBFS on ARM (Closes: #749079)
    + License change from Apache 2.0 to Boost Software License 1.0
    + Support for msgpack v5 format
    + C++11 support
    + Rewritten README with current links to msgpack information.  (Closes:
      #703657)
  * Point watch file to GitHub releases.
  * Bump debhelper compat to 9
  * Switch from cdbs to dh
    + Use autotools-dev addon to update config.{sub,guess}.  (Closes: #734569)
  * Add libgtest-dev and zlib1g-dev to Build-Depends, so the test suite can be
    run.
  * Enable C++11 support
  * Mark libmsgpack4 and libmsgpackc2 as Multi-Arch: same
  * Declare compliance with policy 3.9.6
  * Include msgpack.pc in libmsgpack-dev

 -- James McCoy <jamessan@debian.org>  Sun, 10 Jan 2016 22:45:48 -0500

msgpack (0.5.7-3) unstable; urgency=low

  * Migration from Subversion to Git
  * Bump Standards-Version to 3.9.4.

 -- Taku YASUI <tach@debian.org>  Fri, 16 Aug 2013 18:13:02 +0900

msgpack (0.5.7-2) unstable; urgency=low

  * Fix big-endian problem
    - Add patch 20_fix_bigendian
      https://github.com/msgpack/msgpack/commit/b8aa93ce30d11d091b339bff0e10ddf3a8d08daf

 -- Taku YASUI <tach@debian.org>  Mon, 16 Apr 2012 03:23:53 +0900

msgpack (0.5.7-1) unstable; urgency=low

  * New upstream release
  * Remove needless README.source
  * Move repository to svn.debian.org
    - Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/msgpack
  * Bump Standards-Version to 3.9.3

 -- Taku YASUI <tach@debian.org>  Sat, 31 Mar 2012 05:53:02 +0900

msgpack (0.5.4-2) unstable; urgency=low

  * Remove *.la file from libmsgpack-dev (closes: #622438)
  * Change Standard-Version to 3.9.2

 -- Taku YASUI <tach@debian.org>  Sat, 18 Jun 2011 12:31:24 +0900

msgpack (0.5.4-1) unstable; urgency=low

  * New upstream release

 -- Taku YASUI <tach@debian.org>  Fri, 10 Sep 2010 23:49:13 +0900

msgpack (0.5.1-1) unstable; urgency=low

  * Initial release (closes: #588387)

 -- Taku YASUI <tach@debian.org>  Mon, 12 Jul 2010 02:27:55 +0900