Updated OpenFST version to openfst-1.3.2-CL32004048 from Greco3.

Change-Id: I19b0db718256b35c0e3e5a7315f1ed6335e6dcac
diff --git a/NEWS b/NEWS
index 0152c55..530d7b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,24 @@
-OpenFst - Release 1.2
+OpenFst - Release 1.3
+   * Support for non-fatal exits on errors: (1.3.1)
+      * Added FLAGS_fst_error_fatal: FST errors are
+        fatal if true (default); o.w. return objects flagged as bad: 
+        e.g., FSTs - kError
+        prop. true, FST weights - not a Member().
+      * Added kError property bit signifying bad FST
+      * Added  NoWeight() method to FST weight requirements that returns 
+        weight that is not a Member().
+   * Various improvements to the FAR extensions (1.3.1)
+      * a single FST is now a FAR type
+      * FLAGS_initial_symbols: Uses the symbol table from the 
+        first FST in the archive for all entries"
+      * Input/output to standard input/output for some FAR and arc types
+  * --with-icu configuration option no longer needed (1.3.1)
+  * Improved flags usage esp. if use SET_FLAGS not SetFlags/InitFst (1.3.2)
+  * Added 'fst' as possible far writer type (1.3.2)
+  * phi matcher can now accept 0 as the phi label (1.3.2)
+  * Added ngram-fst extension (1.3.2)
 
+OpenFst - Release 1.2
    * Added lookahead matching and filtering for faster composition
    * Added EditFst for mutation of o.w. immutable FSTs
    * Added script sub-namespace defining type FstClass - a non-templated