diff --git a/trunk/Resource/ConfLSL.xml b/trunk/Resource/ConfLSL.xml
index 514088c..4d2ea46 100644
--- a/trunk/Resource/ConfLSL.xml
+++ b/trunk/Resource/ConfLSL.xml
@@ -4671,7 +4671,8 @@
Define whether the character attempts to predict the target's location.
Go to a position offset from the target.
Define whether the character needs a line-of-sight to give chase.
-
+
+
The character's maximum angular acceleration about the Z axis.
The character's maximum angular speed about the Z axis.
@@ -4740,7 +4741,6 @@
Add the agent to this estate's Banned residents list.
Remove the agent from this estate's Banned residents list.
-
Used with llSetPhysicsMaterial to enable the friction value. Must be between 0.0 and 255.0
Used with llSetPhysicsMaterial to enable the gravity multiplier value. Must be between -1.0 and +28.0
diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm
index d7a05d7..306aede 100644
--- a/trunk/Resource/ReleaseNotes.htm
+++ b/trunk/Resource/ReleaseNotes.htm
@@ -7,6 +7,34 @@
+
+
2012-11-00 - Release 2.47.1
+
+ * Added Path-finding constants:
+
+ - HORIZONTAL
+ - VERTICAL
+
+
+
+ * Removed renamed/deleted constants:
+
+ - CHARACTER_TURN_SPEED_MULTIPLIER
+
+
+
+
+
2012-11-18 - Release 2.47.0