6
6
7
7
** Changes from beta2:**
8
8
9
- * Fix [ gh #108 ] ( https://github.com/m6w6 /libmemcached/issues/105 ) :
9
+ * Fix [ gh #108 ] ( https://github.com/awesomized /libmemcached/issues/105 ) :
10
10
macOS Big Sur: dtrace does not understand -G switch
11
11
* Add support for IPv6 bracketed syntax in ` memcached_servers_parse ` .
12
12
* Make ` memcat ` 's ` --file ` option's argument optional defaulting to ` <key> ` .
13
13
* Fix libmemcachedprotocol's binary ` STAT ` and ` VERSION ` handlers.
14
- * Fix [ gh #105 ] ( https://github.com/m6w6 /libmemcached/issues/105 ) :
14
+ * Fix [ gh #105 ] ( https://github.com/awesomized /libmemcached/issues/105 ) :
15
15
EINTR handled too defensively when polling.
16
16
17
17
## v 1.1.0-beta2
20
20
21
21
** Changes from beta1:**
22
22
23
- * Fix [ gh #103 ] ( https://github.com/m6w6 /libmemcached/issues/103 ) :
23
+ * Fix [ gh #103 ] ( https://github.com/awesomized /libmemcached/issues/103 ) :
24
24
Build failure on 32-bit.
25
- * Fix [ gh #102 ] ( https://github.com/m6w6 /libmemcached/issues/102 ) :
25
+ * Fix [ gh #102 ] ( https://github.com/awesomized /libmemcached/issues/102 ) :
26
26
Doc build with old sphinx.
27
- * Fix [ gh #100 ] ( https://github.com/m6w6 /libmemcached/issues/100 ) :
27
+ * Fix [ gh #100 ] ( https://github.com/awesomized /libmemcached/issues/100 ) :
28
28
Revert symbolic rename of public header include directories.
29
- * Fix [ gh #98 ] ( https://github.com/m6w6 /libmemcached/issues/98 ) :
29
+ * Fix [ gh #98 ] ( https://github.com/awesomized /libmemcached/issues/98 ) :
30
30
Library SONAMEs and NAME_LINKs differ from 1.0.18.
31
- * Fix [ gh #97 ] ( https://github.com/m6w6 /libmemcached/issues/97 ) :
31
+ * Fix [ gh #97 ] ( https://github.com/awesomized /libmemcached/issues/97 ) :
32
32
Location of cmake files installation directory.
33
- * Fix [ gh #96 ] ( https://github.com/m6w6 /libmemcached/issues/96 ) :
33
+ * Fix [ gh #96 ] ( https://github.com/awesomized /libmemcached/issues/96 ) :
34
34
LIBXXX_VERSION_HEX constants format.
35
35
36
36
## v 1.1.0-beta1
@@ -47,11 +47,12 @@ was incremented due to the following changes:
47
47
* Tests require C++17 compiler support.
48
48
* Moved to the Semantic Versioning Specification: https://semver.org
49
49
* Moved the project from launchpad to github:
50
- * Source: https://github.com/m6w6 /libmemcached
51
- * Documentation: https://m6w6 .github.io/libmemcached
50
+ * Source: https://github.com/awesomized /libmemcached
51
+ * Documentation: https://awesomized .github.io/libmemcached
52
52
* Continuous Integration:
53
- * Github: https://github.com/m6w6/libmemcached/actions (Linux, MacOS, Windows ** ·** amd64)
54
- * Sourcehut: https://builds.sr.ht/~m6w6/libmemcached (FreeBSD, OpenBSD ** ·** amd64)
53
+ * Github: https://github.com/awesomized/libmemcached/actions (Linux, MacOS, Windows ** ·** amd64)
54
+ * Sourcehut: https://builds.sr.ht/~m6w6/libmemcached (FreeBSD,
55
+ OpenBSD ** ·** amd64)
55
56
* Build artifacts: https://artifacts.m6w6.name/libmemcached/ rsync://m6w6.name::artifacts/libmemcached/
56
57
57
58
@@ -68,59 +69,59 @@ was incremented due to the following changes:
68
69
* Fix libmemcached_util_version_check().
69
70
* Fix ketama/consistent hashing:
70
71
crash on reallocation of continuum.
71
- * Fix [ gh #90 ] ( https://github.com/m6w6 /libmemcached/issues/90 ) :
72
+ * Fix [ gh #90 ] ( https://github.com/awesomized /libmemcached/issues/90 ) :
72
73
Build fails on Darwin.
73
- * Fix [ gh #83 ] ( https://github.com/m6w6 /libmemcached/issues/83 ) :
74
+ * Fix [ gh #83 ] ( https://github.com/awesomized /libmemcached/issues/83 ) :
74
75
memcp waits forever if file no found.
75
- * Fix [ gh #80 ] ( https://github.com/m6w6 /libmemcached/issues/80 ) :
76
+ * Fix [ gh #80 ] ( https://github.com/awesomized /libmemcached/issues/80 ) :
76
77
memparse docs.
77
- * Fix [ gh #72 ] ( https://github.com/m6w6 /libmemcached/issues/72 )
78
- and [ gh #47 ] ( https://github.com/m6w6 /libmemcached/issues/47 ) :
78
+ * Fix [ gh #72 ] ( https://github.com/awesomized /libmemcached/issues/72 )
79
+ and [ gh #47 ] ( https://github.com/awesomized /libmemcached/issues/47 ) :
79
80
memcached_return_t docs.
80
- * Fix [ gh #62 ] ( https://github.com/m6w6 /libmemcached/issues/62 ) :
81
+ * Fix [ gh #62 ] ( https://github.com/awesomized /libmemcached/issues/62 ) :
81
82
uint32_t overflow cause busy loop.
82
83
* Removed restriction of UDP+IPv6.
83
84
* Fix SERVER_ERROR_MEMORY_ALLOCATION_FAILURE:
84
85
recognize more strings returned by the server.
85
- * Fix [ gh #13 ] ( https://github.com/m6w6 /libmemcached/issues/13 ) :
86
+ * Fix [ gh #13 ] ( https://github.com/awesomized /libmemcached/issues/13 ) :
86
87
reset continuum counter after freeing them.
87
- * Fix [ gh #14 ] ( https://github.com/m6w6 /libmemcached/issues/14 )
88
- and [ gh #17 ] ( https://github.com/m6w6 /libmemcached/issues/17 ) :
88
+ * Fix [ gh #14 ] ( https://github.com/awesomized /libmemcached/issues/14 )
89
+ and [ gh #17 ] ( https://github.com/awesomized /libmemcached/issues/17 ) :
89
90
SASL: AUTH_CONTINUE was considered a failure and caused IO reset.
90
- * Fix [ gh #25 ] ( https://github.com/m6w6 /libmemcached/issues/25 ) :
91
+ * Fix [ gh #25 ] ( https://github.com/awesomized /libmemcached/issues/25 ) :
91
92
hashkit/murmur3 unavailable.
92
93
* Fix missing handling of EAGAIN for non-blocking unix domain socket.
93
- * Fix [ gh #35 ] ( https://github.com/m6w6 /libmemcached/issues/35 ) :
94
+ * Fix [ gh #35 ] ( https://github.com/awesomized /libmemcached/issues/35 ) :
94
95
handling of BEHAVIOR_REMOVE_FAILED_SERVERS.
95
- * Fix [ gh #41 ] ( https://github.com/m6w6 /libmemcached/issues/41 ) :
96
+ * Fix [ gh #41 ] ( https://github.com/awesomized /libmemcached/issues/41 ) :
96
97
ensure stable sort on continuum host key collision.
97
- * Fix [ gh #42 ] ( https://github.com/m6w6 /libmemcached/issues/42 ) :
98
+ * Fix [ gh #42 ] ( https://github.com/awesomized /libmemcached/issues/42 ) :
98
99
MEMCACHED_MAX_BUFFER docs.
99
- * Fix [ gh #43 ] ( https://github.com/m6w6 /libmemcached/issues/43 ) :
100
+ * Fix [ gh #43 ] ( https://github.com/awesomized /libmemcached/issues/43 ) :
100
101
libmemcached_configuration docs.
101
- * Fix [ gh #46 ] ( https://github.com/m6w6 /libmemcached/issues/46 ) :
102
+ * Fix [ gh #46 ] ( https://github.com/awesomized /libmemcached/issues/46 ) :
102
103
clarification on millisecond timeout docs.
103
- * Fix [ gh #50 ] ( https://github.com/m6w6 /libmemcached/issues/50 ) :
104
+ * Fix [ gh #50 ] ( https://github.com/awesomized /libmemcached/issues/50 ) :
104
105
memcached_fetch_result() can return previously returned data.
105
- * Fix [ gh #53 ] ( https://github.com/m6w6 /libmemcached/issues/53 ) :
106
+ * Fix [ gh #53 ] ( https://github.com/awesomized /libmemcached/issues/53 ) :
106
107
stack overflow in memcached_fetch_result().
107
- * Fix [ gh #57 ] ( https://github.com/m6w6 /libmemcached/issues/57 ) :
108
+ * Fix [ gh #57 ] ( https://github.com/awesomized /libmemcached/issues/57 ) :
108
109
include <inttypes.h> vs <cinttypes >
109
- * Fix [ gh #58 ] ( https://github.com/m6w6 /libmemcached/issues/58 ) :
110
+ * Fix [ gh #58 ] ( https://github.com/awesomized /libmemcached/issues/58 ) :
110
111
more specific error messages when connect() fails.
111
- * Fix [ gh #59 ] ( https://github.com/m6w6 /libmemcached/issues/59 ) :
112
+ * Fix [ gh #59 ] ( https://github.com/awesomized /libmemcached/issues/59 ) :
112
113
bin/memcat: typo in "No servers provied".
113
- * Fix [ gh #77 ] ( https://github.com/m6w6 /libmemcached/issues/77 ) :
114
+ * Fix [ gh #77 ] ( https://github.com/awesomized /libmemcached/issues/77 ) :
114
115
undeclared UINT64_C in ketama.cc.
115
- * Fix [ gh #12 ] ( https://github.com/m6w6 /libmemcached/issues/12 ) :
116
+ * Fix [ gh #12 ] ( https://github.com/awesomized /libmemcached/issues/12 ) :
116
117
never reconnects after connection reset (binary protocol).
117
- * Fix [ gh #49 ] ( https://github.com/m6w6 /libmemcached/issues/49 ) :
118
+ * Fix [ gh #49 ] ( https://github.com/awesomized /libmemcached/issues/49 ) :
118
119
assertion memcached_failed(rc) failed in memcached_send_ascii().
119
- * Fix [ gh #67 ] ( https://github.com/m6w6 /libmemcached/issues/67 ) :
120
+ * Fix [ gh #67 ] ( https://github.com/awesomized /libmemcached/issues/67 ) :
120
121
get returns NOTFOUND on timeout.
121
- * Fix [ gh #76 ] ( https://github.com/m6w6 /libmemcached/issues/76 ) :
122
+ * Fix [ gh #76 ] ( https://github.com/awesomized /libmemcached/issues/76 ) :
122
123
memcached_touch() crashes when expiration=-1 (ASCII only).
123
- * Fix [ gh #23 ] ( https://github.com/m6w6 /libmemcached/issues/23 ) :
124
+ * Fix [ gh #23 ] ( https://github.com/awesomized /libmemcached/issues/23 ) :
124
125
build fails with bison 2.3.
125
126
* Fix memaslap: build fails with newer compiler versions.
126
127
* Fix usage of strerror_r() implementations returning pointer to char.
@@ -131,14 +132,14 @@ was incremented due to the following changes:
131
132
* Fix bin/memaslap to idnentify itself as memaslap instead of memslap.
132
133
* Fix bin/memcapable to work with memcached >= 1.6.
133
134
* Fix murmur and murmur3 hashes on big endian platforms.
134
- * Fix [ gh #82 ] ( https://github.com/m6w6 /libmemcached/issues/82 ) ,
135
- [ gh #64 ] ( https://github.com/m6w6 /libmemcached/issues/64 ) and
136
- [ gh #21 ] ( https://github.com/m6w6 /libmemcached/issues/21 ) :
135
+ * Fix [ gh #82 ] ( https://github.com/awesomized /libmemcached/issues/82 ) ,
136
+ [ gh #64 ] ( https://github.com/awesomized /libmemcached/issues/64 ) and
137
+ [ gh #21 ] ( https://github.com/awesomized /libmemcached/issues/21 ) :
137
138
clarify documentation on replication.
138
- * Fix [ gh #95 ] ( https://github.com/m6w6 /libmemcached/issues/95 ) :
139
+ * Fix [ gh #95 ] ( https://github.com/awesomized /libmemcached/issues/95 ) :
139
140
MEMCACHED_CALLBACK_GET_FAILURE and MEMCACHED_BEHAVIOR_BUFFER_REQUESTS
140
141
* Fix bin/memcat to output flags if requested with ` --flag ` .
141
- * Fix [ gh #68 ] ( https://github.com/m6w6 /libmemcached/issues/68 ) :
142
+ * Fix [ gh #68 ] ( https://github.com/awesomized /libmemcached/issues/68 ) :
142
143
Windows support.
143
144
144
145
---
0 commit comments