Revision: 14058
Author:
maz...@gmail.com
Date: Wed Jun 25 17:11:46 2014 UTC
Log: Added section explaining lack of release notes for 9.3.3
http://code.google.com/p/soar/source/detail?r=14058
Modified:
/wiki/ReleaseNotes.wiki
=======================================
--- /wiki/ReleaseNotes.wiki Wed Jun 25 17:05:34 2014 UTC
+++ /wiki/ReleaseNotes.wiki Wed Jun 25 17:11:46 2014 UTC
@@ -138,9 +138,9 @@
- This mode is enabled via a new Soar command 'cli'. For example,
to load the new Tcl module, users can enter a 'cli tcl on' command,
- and Soar will look for a DLL in the same directory called TclSoarLib
- and load it if found. Similarly, using an argument of Python will
- try to load PythonSoarLib, if it exists. (which doesn't)
+ and Soar will look for a DLL in the same directory called
+ TclSoarLib and load it if found. Similarly, using an argument of
Python
+ will try to load PythonSoarLib, if it exists. (which doesn't)
- The full release notes for TclSoarLib are at the end of this
document.
@@ -485,6 +485,18 @@
different test agent, change the number of trials and control the amount
of information printed.
+</pre>
+
+----
+= 9.3.3 =
+<pre>
+Soar 9.3.3 Release Notes, June 2014
+===================================
+
+This release is identical to Soar 9.3.4, but had a few issues related to
+episodic and semantic memory database initialization that were resolved in
+9.3.4.
+
</pre>
----