slight adjustments to these files

git-svn-id: https://svn.apache.org/repos/asf/directory/apacheds/trunk@169095 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index 835b04f..29cf632 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,3 +10,8 @@
    factory when there are multiple alternatives
  o added Authenticator (thanks to Endi)
  o added support for multiple types of backends (thanks to Endi)
+ o removed apseda and using new network layer, MINA
+ o revamped interceptor factory: interceptors easier to manage and to add
+   custom interceptors.  Design is similar to filter chaining.
+ o several performance improvements
+ o refactored and cleaned up APIs in general
diff --git a/README.txt b/README.txt
index 58d8fbd..9330a8d 100644
--- a/README.txt
+++ b/README.txt
@@ -20,11 +20,11 @@
 
 To run with defaults,
 
-java -jar apacheds-0.9-main.jar 
+java -jar apacheds-main-0.9.jar 
 
 or with custom settings,
 
-java -jar apacheds-0.9-main.jar your.properties
+java -jar apacheds-main-0.9.jar your.properties
 
 
 Connecting
@@ -36,12 +36,13 @@
 Building 
 --------
 
-maven multiproject 
+maven multiproject:install 
 
 
 Notes
 -----
 
- o The kerberos service as well as other services are not included within this 
-   release.  
+ o The kerberos service has been added to this distribution but is off by 
+   default.  Please check documentation on kerberos section of site for
+   configuring the kerberos protocol provider plugin.