Index: /Scheduling/trunk/doc/ChangeLog.txt
===================================================================
--- /Scheduling/trunk/doc/ChangeLog.txt	(revision 1092)
+++ /Scheduling/trunk/doc/ChangeLog.txt	(revision 1093)
@@ -111,3 +111,7 @@
 - New kids build
 
-
+v1.5 (Alpha released Jan 27 2010)
+- Speed issues mitigated.
+- Ability to Cancel checked-in appointments (including walk-ins) added.
+- Grid now responds to mouse wheel movements
+- Clearer error messages for end users.
Index: /Scheduling/trunk/doc/README.txt
===================================================================
--- /Scheduling/trunk/doc/README.txt	(revision 1092)
+++ /Scheduling/trunk/doc/README.txt	(revision 1093)
@@ -10,11 +10,11 @@
 SD 5.3
 SD 5.3 patch 11310 (to fix a problem with the code)
-BMX 2.2 (now required)
+BMX 2.21
 
 For a Virgin WorldVistA 6-08 release install the following in this order:
 1. XB 4                 (see https://trac.opensourcevista.net/browser/IHS-VA_UTILITIES-XB/tag/rel_20091207) 
-2. BMX 2.2              (see https://trac.opensourcevista.net/browser/BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/k)
+2. BMX 2.21              (see https://trac.opensourcevista.net/browser/BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/k)
 3. XWB 1.1 patch 113102 (see https://trac.opensourcevista.net/browser/BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/k)
-4. BSDX 1.41             (see https://trac.opensourcevista.net/browser/Scheduling/trunk/kids)
+4. BSDX 1.42            (see https://trac.opensourcevista.net/browser/Scheduling/trunk/kids)
 5. SD 5.3 patch 11310   (see https://trac.opensourcevista.net/browser/Scheduling/trunk/kids)
 
@@ -126,10 +126,9 @@
 
 Speed issues:
-- Loading takes a long time <solved>
-- Search <enter> Select <enter> <enter> takes a long time when adding appointment
-- Wait cursor when updating <solved>
-- Checkin takes a long time
-- Printing the routing slip takes a slightly longer than necessary time
-- Select patient dialog takes a tiny while to show up.
-- Date-change selection not optimal (calls server with each tiny change) <solved>
-
+- Loading takes a long time <solved in 1.5>
+- Search <enter> Select <enter> <enter> takes a long time when adding appointment <solved in 1.5>
+- Wait cursor when updating <solved in 1.5>
+- Checkin takes a long time <solved in 1.5>
+- Printing the routing slip takes a slightly longer than necessary time <not an issue in main version>
+- Select patient dialog takes a tiny while to show up. <solved in 1.5>
+- Date-change selection not optimal (calls server with each tiny change) <solved in 1.5>
Index: /Scheduling/trunk/doc/StepsForSchedRelease.txt
===================================================================
--- /Scheduling/trunk/doc/StepsForSchedRelease.txt	(revision 1092)
+++ /Scheduling/trunk/doc/StepsForSchedRelease.txt	(revision 1093)
@@ -10,2 +10,15 @@
 9. Update Readme file with new version. Add any tidbits if necessary.
 0. Update the Change Log.
+
+Steps for Creating a new Release for BMX
+1. Increment version number on the GUI (assembly and file).
+2. Compile GUI and dll in release mode. Update svn.
+3. Increment version number in the BMX APPLICATION file.
+4. Copy kids build into new kids build, incrementing the version number.
+5. Edit build. Change Date Distributed.
+6. Change version number on routines using the Update Version Number option.
+7. Copy modified routines just created from patches back to svn directory. Update svn.
+8. Write out the build, and update svn with the new build.
+9. Update Readme file with new version. Add any tidbits if necessary.
+0. Update the Change Log.
+
