File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ 2025-09-22 [version 1.15.0]
2+ ## 🐣 New Features
3+ - Add touch API.
4+ - Add ascii sasl authentication.
5+ ## ⚙️ Internal Changes
6+ - Refactor memcached_key_test code.
7+ - Extract hostname validation logic.
8+ ## 🐛 Bug Fixes
9+ - Unlock mutex before return if sasl startup fails.
10+ - Correct invalid check logic for servername.
11+ ## ✅ Testing
12+ - Do not set CFLAGS when running configure.
13+
1142025-06-02 [version 1.14.1]
215## 🐣 New Features
316 - Add a handler for the `INVALID` error.
Original file line number Diff line number Diff line change 2828chomp $arcus_describe ;
2929
3030unless ($arcus_describe =~ m / ^\d +\.\d +\.\d +/ ) {
31- write_file(' m4/version.m4' , " m4_define([VERSION_NUMBER], [1.14.1 -unknown])\n " );
31+ write_file(' m4/version.m4' , " m4_define([VERSION_NUMBER], [1.15.0 -unknown])\n " );
3232 exit ;
3333}
3434
You can’t perform that action at this time.
0 commit comments