Changeset 741

Show
Ignore:
Timestamp:
03/03/08 05:08:40 (21 months ago)
Author:
dormando
Message:

Version bump (shipit's having trouble with it), and update ChangeLog

Location:
trunk/server
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/server/ChangeLog

    r711 r741  
     12008-03-02 [Version 1.2.5-rc1 released] 
     2 
     3       * Add per-item-class tracking of evictions and OOM errors (dormando) 
     4 
     5       * Optimize item_alloc() a little (dormando) 
     6 
     7       * Give 'SERVER_ERROR out of memory' errors more context (dormando) 
     8 
     9       * Enable usage of large memory pages under solaris 
     10         (Trond.Norbye@Sun.COM) 
     11 
     12       * Enable UDP by default, clean up server socket code 
     13         (brian@tangent.org) 
     14 
    115       * 'noreply' support (Tomash Brechko) 
    216 
  • trunk/server/configure.ac

    r724 r741  
    11AC_PREREQ(2.52) 
    2 AC_INIT(memcached, 1.2.4, brad@danga.com) 
     2AC_INIT(memcached, 1.2.5, brad@danga.com) 
    33AC_CANONICAL_SYSTEM 
    44AC_CONFIG_SRCDIR(memcached.c) 
  • trunk/server/memcached.spec

    r648 r741  
    11Name:           memcached 
    2 Version:        1.2.4 
     2Version:        1.2.5 
    33Release:        1%{?dist} 
    44Summary:        High Performance, Distributed Memory Object Cache