~ubuntu-branches/ubuntu/jaunty/memcached/jaunty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2005-04-11 11:54:39 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050411115439-89tojj4gpqjvbk34
Tags: 1.1.12-1
* New upstream version
* Updates watchfile so uupdate will work

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2005-04-04
 
2
        * patch from Don MacAskill <don@smugmug.com> 'flush_all' doesn't
 
3
        seem to work properly.  Basically, if you try to add a key which
 
4
        is present, but expired, the store fails but the old key is no
 
5
        longer expired.
 
6
 
 
7
        * release 1.1.12
 
8
 
 
9
2005-01-14
 
10
        * Date: Thu, 18 Nov 2004 15:25:59 -0600
 
11
          From: David Phillips <electrum@gmail.com>
 
12
        Here is a patch to configure.ac and Makefile.am to put the man page in
 
13
        the correct location.  Trying to install the man page from a
 
14
        subdirectory results in the subdirectory being used in the install
 
15
        path (it tries to install to doc/memcached.1).  This is the correct
 
16
        thing to  do:
 
17
 
 
18
        - create a Makefile.am in the doc directory that installs the man page
 
19
          with man_MANS
 
20
        - modify Makefile.am in the base directory to reference the doc
 
21
          directory using SUBDIRS
 
22
        - modify the AC_CONFIG_FILES macro in configure.ac to output the 
 
23
          Makefile in doc
 
24
 
 
25
        
 
26
2005-01-14
 
27
        * pidfile saving support from Lisa Seelye <lisa@gentoo.org>, sent
 
28
          Jan 13, 2005
 
29
 
 
30
2005-01-14
 
31
        * don't delete libevent events that haven't been added (the deltimer)
 
32
          patch from Ted Schundler <tschundler@gmail.com>
 
33
 
 
34
2004-12-10
 
35
        * document -M and -r in manpage (Doug Porter <dsp@dsp.name>)
 
36
 
 
37
2004-07-22
 
38
        * fix buffer overflow in items.c with 250 byte keys along with
 
39
          other info on the same line going into a 256 byte char[].
 
40
          thanks to Andrei Nigmatulin <anight@monamour.ru>
 
41
        
 
42
2004-06-15
 
43
        * immediate deletes weren't being unlinked a few seconds,
 
44
          preventing "add" commands to the same key in that time period.
 
45
          thanks to Michael Alan Dorman <mdorman@debian.org> for the
 
46
          bug report and demo script.
 
47
        
 
48
2004-04-30
 
49
        * released 1.1.11
 
50
 
1
51
2004-04-24
2
52
        * Avva: Add a new command line option: -r , to maximize core file
3
53
        limit.