~yolanda.robla/ubuntu/trusty/memcached/add_distribution

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2004-05-05 17:25:25 UTC
  • Revision ID: james.westby@ubuntu.com-20040505172525-ullh634q1xce88jl
Tags: upstream-1.1.11
ImportĀ upstreamĀ versionĀ 1.1.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2004-04-24
 
2
        * Avva: Add a new command line option: -r , to maximize core file
 
3
        limit.
 
4
 
 
5
2004-03-31
 
6
        * Avva: Use getrlimit and setrlimit to set limits for number of
 
7
        simultaneously open file descriptors. Get the current limits and
 
8
        try to raise them if they're not enough for the specified (or the
 
9
        default) setting of max connections.
 
10
        
 
11
2004-02-24
 
12
        * Adds a '-M' flag to turn off tossing items from the cache.
 
13
          (Jason Titus <jtitus@postini.com>)
 
14
 
 
15
2004-02-19 (Evan)
 
16
        * Install manpage on "make install", etc.
 
17
 
 
18
2003-12-30 (Brad)
 
19
        * remove static build stuff.  interferes with PAM setuid stuff
 
20
          and was only included as a possible fix with the old memory
 
21
          allocator.  really shouldn't make a difference.
 
22
        * add Jay Bonci's Debian scripts and manpage
 
23
        * release version 1.1.10
 
24
 
 
25
2003-12-01 (Avva)
 
26
        * New command: flush_all, causes all existing items to
 
27
          be invalidated immediately (without deleting them from
 
28
          memory, merely causing memcached to no longer return them).
 
29
2003-10-23
 
30
        * Shift init code around to fix daemon mode on FreeBSD,
 
31
        * and drop root only after creating the server socket (to
 
32
        * allow the use of privileged ports)
 
33
        * version 1.1.10pre
 
34
 
 
35
2003-10-09
 
36
        * BSD compile fixes from Ryan T. Dean
 
37
        * version 1.1.9
 
38
        
 
39
2003-09-29
 
40
        * ignore SIGPIPE at start instead of crashing in rare cases it
 
41
          comes up.  no other code had to be modified, since everything
 
42
          else is already dead-connection-aware.  (avva)
 
43
        
 
44
2003-09-09 (Avva, Lisa Marie Seelye <lisa@gentoo.org>)
 
45
        * setuid support
 
46
        
 
47
2003-09-05 (Avva)
 
48
        * accept all new connections in the same event (so we work with ET epoll)
 
49
        * mark all items as clsid=0 after slab page reassignment to please future
 
50
          asserts (on the road to making slab page reassignment work fully)
 
51
 
 
52
2003-08-12 (Brad Fitzpatrick)
 
53
        * use TCP_CORK on Linux or TCP_PUSH on BSD
 
54
        * only use TCP_NODELAY when we don't have alternatives
 
55
        
 
56
2003-08-10
 
57
        * disable Nagel's Algorithm (TCP_NODELAY) for better performance (avva)
 
58
 
 
59
2003-08-10
 
60
        * support multiple levels of verbosity (-vv)
 
61
 
 
62
2003-08-10  (Evan Martin)
 
63
        * Makefile.am: debug, optimization, and static flags are controlled
 
64
          by the configure script.
 
65
        * configure.ac:
 
66
          - allow specifying libevent directory with --with-libevent=DIR
 
67
          - check for malloc.h (unavailable on BSDs)
 
68
          - check for socklen_t (unavailable on OSX)
 
69
        * assoc.c, items.c, slabs.c:  Remove some unused headers.
 
70
        * memcached.c:  allow for nonexistence of malloc.h; #define a POSIX
 
71
          macro to import mlockall flags.
 
72
 
 
73
2003-07-29
 
74
        * version 1.1.7
 
75
        * big bug fix: item exptime 0 meant expire immediately, not never
 
76
        * version 1.1.8
 
77
 
 
78
2003-07-22
 
79
        * make 'delete' take second arg, of time to refuse new add/replace
 
80
        * set/add/replace/delete can all take abs or delta time (delta can't
 
81
          be larger than a month)
 
82
 
 
83
2003-07-21
 
84
        * added doc/protocol.txt
 
85
 
 
86
2003-07-01
 
87
        * report CPU usage in stats
 
88
         
 
89
2003-06-30
 
90
        * version 1.1.6
 
91
        * fix a number of obscure bugs
 
92
        * more stats reporting
 
93
        
 
94
2003-06-10
 
95
        * removing use of Judy; use a hash.  (judy caused memory fragmentation)
 
96
        * shrink some structures
 
97
        * security improvements
 
98
        * version 1.1.0
 
99
        
 
100
2003-06-18
 
101
        * changing maxsize back to an unsigned int
 
102
        
 
103
2003-06-16
 
104
        * adding PHP support
 
105
        * added CONTRIBUTORS file
 
106
        * version 1.0.4
 
107
        
 
108
2003-06-15
 
109
        * forgot to distribute website/api (still learning auto*)
 
110
        * version 1.0.3
 
111
        
 
112
2003-06-15
 
113
        * update to version 1.0.2
 
114
        * autoconf/automake fixes for older versions
 
115
        * make stats report version number
 
116
        * change license from GPL to BSD
 
117
        
 
118
Fri, 13 Jun 2003 10:05:51 -0700  Evan Martin  <martine@danga.com>
 
119
 
 
120
        * configure.ac, autogen.sh, Makefile.am:  Use autotools.
 
121
        * items.c, memcached.c:  #include <time.h> for time(),
 
122
          printf time_t as %lu (is this correct?),
 
123
          minor warnings fixes.
 
124