root/trunk/website/news.bml @ 815

Revision 815, 3.8 kB (checked in by dormando, 6 months ago)

1.4.0-rc1 webpage update.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?page
2wintitle=>news
3body<=
4
5<?h1 News h1?>
6<p></p>
7
8<p><b>2009-05-28:</b> Version 1.4.0-rc1 <a href="download.bml">released</a>.
9Release candidate for the next major stable series (1.4.0). It is recommended
10to evaluate this release, as the 1.2.x series is now in maintenance mode.
11
12<p><b>2009-04-10:</b> Version 1.2.8 <a href="download.bml">released</a>.
13Critical bug affecting multithreaded builds of 1.2.7. If you are running 1.2.7
14please upgrade.
15
16<p><b>2009-04-03:</b> Version 1.2.7 <a href="download.bml">released</a>.
17Many minor bugfixes, new statistics, minor new features. If you have stability
18issues with previous releases, please upgrade.
19
20<p><b>2008-07-29:</b> Version 1.2.6 <a href="download.bml">released</a>.
21Major crash fixes, DTrace support, minor updates. If you have stability issues
22with any previous release, please upgrade to this one.
23
24<p><b>2008-03-04:</b> Version 1.2.5 <a href="download.bml">released</a>.
25Minor bugfixes, build support for opensolaris, ipv6 support,  "noreply" mode
26for many commands, largepage support for solaris. Made out of memory errors
27more clear and added eviction/OOM tracking per slab class.
28
29<p><b>2007-12-06:</b> Version 1.2.4 <a href="download.bml">released</a>.
30Many bug and platform fixes since 1.2.2. New threading support for stat
31queries. New commands 'append', 'prepend', 'gets', and 'cas'.
32
33<p><b>2007-05-02:</b> Version 1.2.2 <a href="download.bml">released</a>.
34Memcached can be configured to support multithreading.  Big code cleanup with
35performance improvements.  Memcached now collects eviction and per-object-type
36statistics.</p>
37
38<p><b>2006-12-05:</b> Version 1.2.1 released.
39Various perfomance improvements.  OpenBSD portability fixes.  New faster hash
40function.  Memcached no longer listens for UDP requests by
41default.  </p>
42
43<p><b>2006-09-09:</b> Version 1.2.0 released.
44Improved memory efficiency of up to 40%.  Better support for large
45memory systems.  CPU consuption is reduced 25-30%.  New UDP interface.
46</p>
47
48<p><b>2006-09-09:</b> Version 1.1.13 <a href="download.bml">released</a>.
49Building is easier, libevent detection is improved, better Solaris
50support.  Fixed some 64-bit issues, fixed a number of off-by-one bugs.
51Fix for confusing out of memory errors.  New feature that allows you
52to execute a flush_all at a specific time.  Make stderr unbuffered.
53</p>
54
55<p><b>2005-04-04:</b> Version 1.1.12 released.
56Fixes for flush_all, immediate deletes and a buffer overflow.  The man
57page now installs correctly.  Memcached now saves a .pid file.  More
58documentation added for the -M and -r flags.</p>
59
60<p><b>2004-04-30:</b> Version 1.1.11 released.  New option (off by default) to not
61act as a cache, but hold items forever until deleted (or until machine
62goes down, rather).  This release also installs the manual page, and
63raises the per-process file descriptor limit to match the specified
64max connections.
65
66<p><b>2003-12-30:</b> Version 1.1.10 released.  Now includes a command to wipe
67the entire cache.</p>
68
69<p><b>2003-10-09:</b> Version 1.1.9 released, now with better network performance,
70better portability, setuid support, and a fix for a rare crash
71(SIGPIPE) if a client dies.</p>
72
73<p><b>2003-08-08:</b> We now have <a href="apis.bml">Python support</a>.</p>
74
75<p><b>2003-07-29:</b> Version 1.1.8 released.
76The client APIs are now distributed separately.</p>
77
78<p><b>2003-06-30:</b> Version 1.1.6 released.  Many great changes.</p>
79
80<p><b>2003-06-16:</b> <a href="apis.bml">PHP support</a> now included.</p>
81
82<p><b>2003-06-15:</b> Autoconf support added in 1.0.2 release.  Website text updated a bit.</p>
83
84<p><b>2003-06-10:</b> Website not so bad now.  Files licensed.  Perl
85API separated and documented.  1.0 release.</p>
86
87<p><b>2003-05-30:</b> Server's stable.  Perl API's still LJ-specific
88(just need to just change the package name, basically).  Other APIs
89should be easy to bang out.  This website needs work.</p>
90
91<=body
92page?>
Note: See TracBrowser for help on using the browser.