aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTom Judge <tj@FreeBSD.org>2013-01-29 17:25:03 +0000
committerTom Judge <tj@FreeBSD.org>2013-01-29 17:25:03 +0000
commitece3304990f0d8712c6c9bce483ed2318c848da8 (patch)
treeccd410e208e6ba465207690b77aeed2d422249ea /UPDATING
parentb2ccfe40384760c31d2aba2b7a2f8d3b48a8413d (diff)
downloadports-ece3304990f0d8712c6c9bce483ed2318c848da8.tar.gz
ports-ece3304990f0d8712c6c9bce483ed2318c848da8.zip
Upgrade to 0.20.4.
Notes
Notes: svn path=/head/; revision=311175
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5429127effad..82e246b7f32f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20130129:
+ AFFECTES: users of textproc/elasticsearch
+ AUTHOR: tj@FreeBSD.org
+
+ elasticsearch has been updated to 0.20.4. This upgrade requires a
+ full cluster restart after installation.
+
+ Upgrade steps:
+ 1) Shutdown all cluster nodes
+ 2) Install elasticsearch update
+ 3) Start all cluster nodes
+
20130128:
AFFECTS: users of libffi
AUTHOR jkim@FreeBSD.org