cpack
[m6w6/libmemcached] / docs / source / ChangeLog-1.1.rst
1 .. role:: raw-html-m2r(raw)
2 :format: html
3
4
5 ChangeLog v1.1
6 ==============
7
8 v 1.1.0
9 -------
10
11 ..
12
13 released YYYY-MM-DD
14
15
16 **NOTE:**
17 This is a bug fix release, not a feature release. The minor version number
18 was incremented due to the following changes:
19
20
21 * Ported build system to CMake.
22 * Ported test suite to Catch2.
23 * Build requires C++11 compiler support.
24 * Tests require C++17 compiler support.
25 * Moved the project from launchpad to github:
26
27 * Source: https://github.com/m6w6/libmemcached
28 * Documentation: https://m6w6.github.io/libmemcached
29 * Continuous Integration:
30
31 * Github: https://github.com/m6w6/libmemcached/actions (Linux, MacOS **·** amd64)
32 * Travis: https://travis-ci.org/m6w6/libmemcached (Linux **·** arm64, ppc64le, s390x)
33 * Sourcehut: https://builds.sr.ht/~m6w6/libmemcached (FreeBSD, OpenBSD **·** amd64)
34
35
36 * Fix build failure due to comparison of incompatible types in bin/memflush and bin/memstat.
37 * Fix wrong type of memcached_instance_st::server_timeout_counter_query_id from uint32_t to uint64_t.
38 * Fix memcached_dump():
39 returned MEMCACHED_CLIENT_ERROR on request to dump illegal slab id.
40 * Fix bin/memcapable:
41 failed with "No hostname was provided" when providing a hostname.
42 * Fix hashkit/murmur and hashkit/murur3:
43 undefined behavior on platforms requiring aligned access.
44 * Fix Memcache::set():
45 possible subscription of empty vector.
46 * Fix libmemcached_util_version_check().
47 * Fix ketama/consistent hashing:
48 crash on reallocation of continuum.
49 * Fix `gh #90 <https://github.com/m6w6/libmemcached/issues/90>`_\ :
50 Build fails on Darwin.
51 * Fix `gh #83 <https://github.com/m6w6/libmemcached/issues/83>`_\ :
52 memcp waits forever if file no found.
53 * Fix `gh #80 <https://github.com/m6w6/libmemcached/issues/80>`_\ :
54 memparse docs.
55 * Fix `gh #72 <https://github.com/m6w6/libmemcached/issues/72>`_
56 and `gh #47 <https://github.com/m6w6/libmemcached/issues/47>`_\ :
57 memcached_return_t docs.
58 * Fix `gh #62 <https://github.com/m6w6/libmemcached/issues/62>`_\ :
59 uint32_t overflow cause busy loop.
60 * Removed restriction of UDP+IPv6.
61 * Fix SERVER_ERROR_MEMORY_ALLOCATION_FAILURE:
62 recognize more strings returned by the server.
63 * Fix `gh #13 <https://github.com/m6w6/libmemcached/issues/13>`_\ :
64 reset continuum counter after freeing them.
65 * Fix `gh #14 <https://github.com/m6w6/libmemcached/issues/14>`_
66 and `gh #17 <https://github.com/m6w6/libmemcached/issues/17>`_\ :
67 SASL: AUTH_CONTINUE was considered a failure and caused IO reset.
68 * Fix `gh #25 <https://github.com/m6w6/libmemcached/issues/25>`_\ :
69 hashkit/murmur3 unavailable.
70 * Fix missing handling of EAGAIN for non-blocking unix domain socket.
71 * Fix `gh #35 <https://github.com/m6w6/libmemcached/issues/35>`_\ :
72 handling of BEHAVIOR_REMOVE_FAILED_SERVERS.
73 * Fix `gh #41 <https://github.com/m6w6/libmemcached/issues/41>`_\ :
74 ensure stable sort on continuum host key collision.
75 * Fix `gh #42 <https://github.com/m6w6/libmemcached/issues/42>`_\ :
76 MEMCACHED_MAX_BUFFER docs.
77 * Fix `gh #43 <https://github.com/m6w6/libmemcached/issues/43>`_\ :
78 libmemcached_configuration docs.
79 * Fix `gh #46 <https://github.com/m6w6/libmemcached/issues/46>`_\ :
80 clarification on millisecond timeout docs.
81 * Fix `gh #50 <https://github.com/m6w6/libmemcached/issues/50>`_\ :
82 memcached_fetch_result() can return previously returned data.
83 * Fix `gh #53 <https://github.com/m6w6/libmemcached/issues/53>`_\ :
84 stack overflow in memcached_fetch_result().
85 * Fix `gh #57 <https://github.com/m6w6/libmemcached/issues/57>`_\ :
86 include <inttypes.h> vs :raw-html-m2r:`<cinttypes>`
87 * Fix `gh #58 <https://github.com/m6w6/libmemcached/issues/58>`_\ :
88 more specific error messages when connect() fails.
89 * Fix `gh #59 <https://github.com/m6w6/libmemcached/issues/59>`_\ :
90 bin/memcat: typo in "No servers provied".
91 * Fix `gh #77 <https://github.com/m6w6/libmemcached/issues/77>`_\ :
92 undeclared UINT64_C in ketama.cc.
93 * Fix `gh #12 <https://github.com/m6w6/libmemcached/issues/12>`_\ :
94 never reconnects after connection reset (binary protocol).
95 * Fix `gh #49 <https://github.com/m6w6/libmemcached/issues/49>`_\ :
96 assertion memcached_failed(rc) failed in memcached_send_ascii().
97 * Fix `gh #67 <https://github.com/m6w6/libmemcached/issues/67>`_\ :
98 get returns NOTFOUND on timeout.
99 * Fix `gh #76 <https://github.com/m6w6/libmemcached/issues/76>`_\ :
100 memcached_touch() crashes when expiration=-1 (ASCII only).
101 * Fix `gh #23 <https://github.com/m6w6/libmemcached/issues/23>`_\ :
102 build fails with bison 2.3.
103 * Fix memaslap: build fails with newer compiler versions.
104 * Fix usage of strerror_r() implementations returning pointer to char.
105 * Fix pipelining commands with memcached >= 1.6.
106 * Fix memcached_stat_get_value(): buffer overflow.
107 * Fix memcached_stat(): undefined behavior due to unintialized memcached_return_t.
108 * Fix SASL tests: requires SASL_PWDB_CONF.
109 * Fix bin/memaslap to idnentify itself as memaslap instead of memslap.
110 * Fix bin/memcapable to work with memcached >= 1.6.
111 * Fix murmur and murmur3 hashes on big endian platforms.
112 * Fix `gh #82 <https://github.com/m6w6/libmemcached/issues/82>`_\ ,
113 `gh #64 <https://github.com/m6w6/libmemcached/issues/64>`_ and
114 `gh #21 <https://github.com/m6w6/libmemcached/issues/21>`_\ :
115 clarify documentation on replication.
116 * Fix `gh #95 <https://github.com/m6w6/libmemcached/issues/95>`_\ :
117 MEMCACHED_CALLBACK_GET_FAILURE and MEMCACHED_BEHAVIOR_BUFFER_REQUESTS
118 * Fix bin/memcat to output flags if requested with ``--flag``.
119
120 ----
121
122 See :doc:`ChangeLog-1.0 <./ChangeLog-1.0>` for changes prior v1.1.