Skip to content

Commit 1f8f120

Browse files
namsicjhpark816
authored andcommitted
version 1.15.0
1 parent 3e36875 commit 1f8f120

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
2025-06-02 [version 1.14.1]
215
## 🐣 New Features
316
- Add a handler for the `INVALID` error.

config/version.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
chomp $arcus_describe;
2929

3030
unless ($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

0 commit comments

Comments
 (0)