xdc-J01
diff --git a/README b/README
index 4324273..e2ed274 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-             xdc-J00 (corevers:16.0.2.0; B:200,G:200,R:200)
+             xdc-J01 (corevers:16.0.2.0; B:200,G:200,R:200)
 
                        eXpanDed C Tools (XDCtools)
 
@@ -65,8 +65,20 @@
 
 CHANGES
 
-xdc.rov	    added temporary fixes for XDCTOOLS-397 and XDCTOOLS-399. They
-	    need more work, but the basic code re-arrangement is now
-	    cheked in.
+xdc.rov	    added try-catch to report capsules with syntax errors or
+	    exceptions, improved error messages when variables are not found
+	    in an app.
+
+	    optimized memory reads, we used to read byte by byte for large
+	    arrays. They are now read in on large memory operation.
 
 MRS
+
+XDCTOOLS-397	fix broken empty.rov.xs used by dwarf-based ROV
+XDCTOOLS-413	build.target structure created for non-TIRTOS ROV may have
+		incorrect 'align'
+XDCTOOLS-414	IAR Semaphore ROV view raises an error
+XDCTOOLS-313	tighten up the computation of OUTMAX to be relative to sizeof
+		unsigned long + if they don't already exist add test of max
+		magnitude unsigned long and negative long
+
diff --git a/ident.c b/ident.c
index ec534aa..01fc8b6 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
  *  ======== ident.c ========
  */
 
-#define _VERS_ "@(#)*** xdc-J00"
+#define _VERS_ "@(#)*** xdc-J01"
 
 static char __NAME[] = _NAME_;
 static char __DATE[] = _DATE_;