aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-11-29 11:03:11 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-11-29 11:03:11 +0000
commit873f33779b79d58ce01d302384bcfccaa76ad5a0 (patch)
treebdd93589fc13f5e0654a99f15bab89ccf89ab5f4 /UPDATING
parentcf0bcb2efb7184c787cc4464b2cbfc48a0bf9db9 (diff)
downloadports-873f33779b79d58ce01d302384bcfccaa76ad5a0.tar.gz
ports-873f33779b79d58ce01d302384bcfccaa76ad5a0.zip
Update monotone to 0.24 release:
- add PORTDOCS - add UPDATING instructions Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=149879
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1c62b8945d88..95bc4aed6ea4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20051129:
+ AFFECTS: users of devel/monotone
+ AUTHOR: lapo@lapo.it
+
+ Keys are now stored in ~/.monotone/keys/.
+ You must run 'db migrate' against each of your databases;
+ this will automatically migrate the keys.
+ Command line syntax for 'serve' has changed; please adjust
+ startup scripts accordingly.
+ See /usr/local/share/doc/monotone/NEWS for details.
+
20051123:
AFFECTS: users of www/lighttpd
AUTHOR: delphij@FreeBSD.org