File: changelog

package info (click to toggle)
librdkafka 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,240 kB
  • ctags: 4,401
  • sloc: ansic: 38,207; cpp: 3,315; sh: 1,911; python: 700; makefile: 291
file content (111 lines) | stat: -rw-r--r-- 4,511 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
librdkafka (0.9.3-1) unstable; urgency=medium

  * New upstream release.
  * Add Build-Depends to liblz4-dev to enable LZ4 compression.
  * Add copyright for xxhash.[hc] and regexp.[hc].
  * Update librdkafka1.symbols for 0.9.2 and 0.9.3.
  * Use hardening build flags.
  * Add myself to Uploaders.
  * Switch to debhelper 10.
  * Move packaging to alioth, under the pkg-kafka team.

 -- Christos Trochalakis <ctrochalakis@debian.org>  Tue, 24 Jan 2017 17:33:40 +0200

librdkafka (0.9.1-1) unstable; urgency=medium

  * New upstream release (Closes: #816047).
    - Remove 0001-mklove-update-add-disable-silent-rules patch (not needed)
    - Remove 0002_hexdump_use_size_t_instead_of_int patch (not needed)
    - Fixes a GCC6-identified warning and possible FTBFS. (Closes: #811596)
  * Add Build-Depends to libssl-dev/libsasl2-dev, to enable Kafka 0.9
    encryption and authentication.
  * Update the long description to mention 0.9 protocol support and also the
    high-performance aspect, by copying upstream's description almost
    verbatim.
  * Bump Standards-Version to 3.9.8 (no changes needed).
  * Switch Vcs-Git to GitHub's https (from git://)
  * Migrate from our own -dbg package to the automatic -dbgsym package.
  * Update librdkafka1.symbols with 0.9.0' and 0.9.1's new symbols.
  * Ship the new C++ library, by shipping a new binary package, librdkafka++1.
  * Ship pkg-config files in the -dev package for both the C and C++
    libraries.
  * Replace the perl build-dependency by python, as the build system (among
    others) now requires it.

 -- Faidon Liambotis <paravoid@debian.org>  Mon, 30 May 2016 16:07:33 +0300

librdkafka (0.8.6-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Use size_t instead of int for hexdump to fix FTBFS (Closes: 799993):
    assuming signed overflow does not occur when
    assuming that (X + c) >= X is always true

 -- YunQiang Su <syq@debian.org>  Mon, 21 Dec 2015 21:20:59 +0800

librdkafka (0.8.6-1) unstable; urgency=medium

  * New upstream release.
  * Backport upstream commit f6fd0da, adding --disable-silent-rules
    compatibility support to mklove. (Closes: #788742)

 -- Faidon Liambotis <paravoid@debian.org>  Sun, 19 Jul 2015 01:36:18 +0300

librdkafka (0.8.5-2) unstable; urgency=medium

  * Install rdkafka.pc in the right, multiarch location. (Closes: #766759)

 -- Faidon Liambotis <paravoid@debian.org>  Sun, 26 Oct 2014 06:47:07 +0200

librdkafka (0.8.5-1) unstable; urgency=medium

  * New upstream release.
    - Fixes kFreeBSD FTBFS.
  * Ship rdkafka.pc pkg-config in librdkafka-dev.

 -- Faidon Liambotis <paravoid@debian.org>  Fri, 24 Oct 2014 18:03:22 +0300

librdkafka (0.8.4-1) unstable; urgency=medium

  * New upstream release, including a new build system.
    - Add Build-Depends on perl, required by configure.
    - Support multiarch library paths.
    - Better detection of architecture atomic builtins, supporting more
      architectures. (Closes: #739930)
    - Various portability bugs fixed. (Closes: #730506)
    - Update debian/librdkafka1.symbols.
  * Convert to a multiarch package.
  * Switch to Architecture: any, because of renewed upstream portability.
  * Update debian/copyright to add src/ before Files: paths.
  * Update Standards-Version to 3.9.6, no changes needed.
  * Ship only the C library for now, not the new C++ library; the latter is
    still in flux in some ways and will probably be shipped in a separate
    package in a future release.

 -- Faidon Liambotis <paravoid@debian.org>  Wed, 22 Oct 2014 23:57:24 +0300

librdkafka (0.8.3-1) unstable; urgency=medium

  * New upstream release.
    - Multiple internal symbols hidden; breaks ABI without a SONAME bump, but
      these were internal and should not break any applications, packaged or
      not.
  * Update Standards-Version to 3.9.5, no changes needed.

 -- Faidon Liambotis <paravoid@debian.org>  Tue, 18 Feb 2014 02:21:43 +0200

librdkafka (0.8.1-1) unstable; urgency=medium

  * New upstream release.
    - Multiple fixes to FTBFS on various architectures. (Closes: #730506)
    - Remove dh_auto_clean override, fixed upstream.
  * Limit the set of architectures: upstream currently relies on 64-bit atomic
    operations that several Debian architectures do not support.

 -- Faidon Liambotis <paravoid@debian.org>  Thu, 05 Dec 2013 16:53:28 +0200

librdkafka (0.8.0-1) unstable; urgency=low

  * Initial release. (Closes: #710271)

 -- Faidon Liambotis <paravoid@debian.org>  Mon, 04 Nov 2013 16:50:07 +0200