root/trunk/website/download.bml @ 792

Revision 792, 1.9 kB (checked in by dormando, 16 months ago)

Push 1.2.6 final release!

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?page
2wintitle=>download
3body<=
4
5<?h1 Download Server h1?>
6
7<p>The server is licensed under the BSD License.</p>
8
9<p>Main (1.2.x) series:</p>
10
11<ul>
12<li><a href="dist/memcached-1.2.6.tar.gz">memcached-1.2.6.tar.gz</a> -- July
1329, 2008 [<a href="news.bml">Changes</a>]
14</ul>
15
16<p>Old (1.1.x) series, now maintenance releases only:</p>
17
18<ul>
19<li><a href="dist/memcached-1.1.13.tar.gz">memcached-1.1.13.tar.gz</a> -- Sep 9, 2006 [<a href="http://code.sixapart.com/svn/memcached/tags/1.1.13/ChangeLog">Changes</a>]
20</ul>
21
22<p>Subversion</p>
23
24<ul>
25<li><a href="http://code.sixapart.com/svn/memcached/">Subversion repository</a> [<a href="http://code.sixapart.com/trac/memcached/log">svn log</a>]
26</ul>
27
28<p>Git</p>
29
30<ul><a href="http://consoleninja.net/code/memcached/memcached.git">Git stable
31tree</a> [<a
32href="http://consoleninja.net/gitweb/gitweb.cgi?p=memcached.git;a=summary">gitweb</a>]
33</ul>
34
35<ul><a href="http://github.com/dustin/memcached/tree/master">Dustin salling's
36tree (master binary protocol branch)</a>
37</ul>
38
39<ul><a href="http://github.com/tmaesaka/memcached/tree/master">Toru Maesaka's
40tree (master storage engine branch)</a>
41</ul>
42
43<p>Quick git tutorial:
44git clone http://consoleninja.net/code/memcached/memcached.git<br />
45'master' is tracking stable upstream.<br />
46create a branch:<br />
47git checkout -b newbranch<br />
48work work work<br />
49git commit -a<br />
50update the tree:<br />
51git pull<br />
52<br />
53Working with a branch tree:<br />
54git clone git://github.com/dustin/memcached.git<br />
55git branch -r (show remote branches)<br />
56git checkout --track -b lbinary dustin/binary<br />
57etc.<br />
58
59<a href="http://utsl.gen.nz/talks/git-svn/intro.html">Intro to git for SVN
60users</a><br />
61<a href="http://git.or.cz/#documentation">Git documentation</a><br />
62<br />
63<?h1 Download Client APIs h1?>
64<p>The client APIs, licensed individually, are available for download on the <a href="apis.bml">Client APIs</a> page.</p>
65
66
67<=body
68page?>
Note: See TracBrowser for help on using the browser.