aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2011-11-23 11:56:53 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2011-11-23 11:56:53 +0000
commit449868b8a1d4accba1a51a04260b8d0c4eb6fe91 (patch)
tree784ade854c8072efd57721fbf13880d3b9da0fca /UPDATING
parent59134b7c45fcef0168ddb962ce10f866bd593d0f (diff)
downloadports-449868b8a1d4accba1a51a04260b8d0c4eb6fe91.tar.gz
ports-449868b8a1d4accba1a51a04260b8d0c4eb6fe91.zip
Add quick fix for fresh redis.
Also drop a note for UPDATING. Feature safe: yes Pointy hat to: osa
Notes
Notes: svn path=/head/; revision=286303
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d281f2b71c6a..57086fddf55c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ 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.
+20111123:
+ AFFECTS: users of databases/redis
+ AUTHOR: osa@FreeBSD.org
+
+ The redis configuration file, redis.conf, have been changed, some options
+ removed in newer versions (>=2.4). In some cases, redis-server with
+ older configuration might does not run at startup.
+
+ If you run into startup problems, re-edit configuration file.
+
20111101:
AFFECTS: users of x11/kde4-workspace
AUTHOR: kde@FreeBSD.org