diff options
author | Eduardo Chappa <chappa@washington.edu> | 2013-08-04 21:50:43 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2013-08-04 21:50:43 -0600 |
commit | 82ec113957d8297ed08c51c20cbc4b0a6f623d4e (patch) | |
tree | bc58ae92ca1627554947f894206af9a47e8cee60 /README | |
parent | 33d5c0604e830bb65c2f5ccd69170b1c1453802b (diff) | |
download | alpine-82ec113957d8297ed08c51c20cbc4b0a6f623d4e.tar.xz |
* New version 2.10.99999
* Pico: search backwards.
* do not allow List- headers to be set up by users in accordance with
RFC 2369.
* minor fixes for new justification support (add comparison of a line
with the previous *and* the next).
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -1,11 +1,9 @@ - - ----------------------------------------------------------------------- Alpine/Pico/Pilot/Web Alpine/Imapd Distribution ----------------------------------------------------------------------- - /* ==================================================================== + * Copyright 2013 Eduardo Chappa * Copyright 2006-2009 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,7 +15,7 @@ * ==================================================================== */ -For the latest info about Alpine, see http://www.washington.edu/alpine +For the latest info about Alpine, see http://patches.freeiz.com/alpine/ ----------------------------------------------------------------------- DISTRIBUTION CONTENTS @@ -57,9 +55,9 @@ If you are reading this, you have presumably succeeded in extracting the distribution from the compressed tar archive file, via the following command, or equivalent: - tar zxf alpine.tar.z + tar --xz -xf alpine.tar.xz -Some of the instructions that follow assume that your current workding +Some of the instructions that follow assume that your current working directory is the alpine-X.XX directory created by the un-tar process above. @@ -143,5 +141,5 @@ are a component of a larger package, their installation is typically done by hand. -- -alpine.tar.z README -$Id: README 1204 2009-02-02 19:54:23Z hubert@u.washington.edu $ +alpine.tar.xz README + |