| 1 | <?page |
|---|
| 2 | wintitle=>news |
|---|
| 3 | body<= |
|---|
| 4 | |
|---|
| 5 | <?h1 News h1?> |
|---|
| 6 | <p></p> |
|---|
| 7 | |
|---|
| 8 | <p><b>2007-05-02:</b> Version 1.2.2 <a href="download.bml">released</a>. |
|---|
| 9 | Memcached can be configured to support multithreading. Big code cleanup with |
|---|
| 10 | performance improvements. Memcached now collects eviction and per-object-type |
|---|
| 11 | statistics.</p> |
|---|
| 12 | |
|---|
| 13 | <p><b>2006-12-05:</b> Version 1.2.1 released. |
|---|
| 14 | Various perfomance improvements. OpenBSD portability fixes. New faster hash |
|---|
| 15 | function. Memcached no longer listens for UDP requests by |
|---|
| 16 | default. </p> |
|---|
| 17 | |
|---|
| 18 | <p><b>2006-09-09:</b> Version 1.2.0 released. |
|---|
| 19 | Improved memory efficiency of up to 40%. Better support for large |
|---|
| 20 | memory systems. CPU consuption is reduced 25-30%. New UDP interface. |
|---|
| 21 | </p> |
|---|
| 22 | |
|---|
| 23 | <p><b>2006-09-09:</b> Version 1.1.13 <a href="download.bml">released</a>. |
|---|
| 24 | Building is easier, libevent detection is improved, better Solaris |
|---|
| 25 | support. Fixed some 64-bit issues, fixed a number of off-by-one bugs. |
|---|
| 26 | Fix for confusing out of memory errors. New feature that allows you |
|---|
| 27 | to execute a flush_all at a specific time. Make stderr unbuffered. |
|---|
| 28 | </p> |
|---|
| 29 | |
|---|
| 30 | <p><b>2005-04-04:</b> Version 1.1.12 released. |
|---|
| 31 | Fixes for flush_all, immediate deletes and a buffer overflow. The man |
|---|
| 32 | page now installs correctly. Memcached now saves a .pid file. More |
|---|
| 33 | documentation added for the -M and -r flags.</p> |
|---|
| 34 | |
|---|
| 35 | <p><b>2004-04-30:</b> Version 1.1.11 released. New option (off by default) to not |
|---|
| 36 | act as a cache, but hold items forever until deleted (or until machine |
|---|
| 37 | goes down, rather). This release also installs the manual page, and |
|---|
| 38 | raises the per-process file descriptor limit to match the specified |
|---|
| 39 | max connections. |
|---|
| 40 | |
|---|
| 41 | <p><b>2003-12-30:</b> Version 1.1.10 released. Now includes a command to wipe |
|---|
| 42 | the entire cache.</p> |
|---|
| 43 | |
|---|
| 44 | <p><b>2003-10-09:</b> Version 1.1.9 released, now with better network performance, |
|---|
| 45 | better portability, setuid support, and a fix for a rare crash |
|---|
| 46 | (SIGPIPE) if a client dies.</p> |
|---|
| 47 | |
|---|
| 48 | <p><b>2003-08-08:</b> We now have <a href="apis.bml">Python support</a>.</p> |
|---|
| 49 | |
|---|
| 50 | <p><b>2003-07-29:</b> Version 1.1.8 released. |
|---|
| 51 | The client APIs are now distributed separately.</p> |
|---|
| 52 | |
|---|
| 53 | <p><b>2003-06-30:</b> Version 1.1.6 released. Many great changes.</p> |
|---|
| 54 | |
|---|
| 55 | <p><b>2003-06-16:</b> <a href="apis.bml">PHP support</a> now included.</p> |
|---|
| 56 | |
|---|
| 57 | <p><b>2003-06-15:</b> Autoconf support added in 1.0.2 release. Website text updated a bit.</p> |
|---|
| 58 | |
|---|
| 59 | <p><b>2003-06-10:</b> Website not so bad now. Files licensed. Perl |
|---|
| 60 | API separated and documented. 1.0 release.</p> |
|---|
| 61 | |
|---|
| 62 | <p><b>2003-05-30:</b> Server's stable. Perl API's still LJ-specific |
|---|
| 63 | (just need to just change the package name, basically). Other APIs |
|---|
| 64 | should be easy to bang out. This website needs work.</p> |
|---|
| 65 | |
|---|
| 66 | <=body |
|---|
| 67 | page?> |
|---|