Skip to content

Commit 4f33d26

Browse files
authored
Update README.md
1 parent 9b2f739 commit 4f33d26

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,21 @@ You must have compiled and installed:
1919

2020
- [memcached](http://memcached.org/) the cache daemon it self.
2121

22-
- [libmemcache](https://github.com/richp10/libmemcache-1.4.0.rc2-patched) the C client API needed to compile the Apache Module.
23-
24-
> **Attention:** Don't mix up `libmemcache` and `libmemcached`!
22+
- [libmemcached](http://libmemcached.org/) the C client API needed to compile the Apache Module.
2523

2624
# How to build
2725

2826
```
29-
# ./configure --with-apxs=/path/to/apache/httpd/bin/apxs --with-libmemcache=/path/to/libmemcache/
27+
# ./configure --with-apxs=/path/to/apache/httpd/bin/apxs --with-libmemcached=/path/to/libmemcached/
3028
# make
3129
# make install
3230
```
3331

34-
# News in this version (v1.1)
32+
# News in this version (v1.2)
33+
34+
* migration from old [libmemcache](https://github.com/richp10/libmemcache-1.4.0.rc2-patched) to modern [libmemcached](http://libmemcached.org/)
35+
36+
# News in this version (v1.1.1)
3537

3638
* Correct handling of "=" in value of the memcache session (E. Dumas).
3739
* Don't breaks basic authentication (Steve Gaarder)

0 commit comments

Comments
 (0)