58ec453899f587c17f8399e6fa4d26bfadfd6d18
galt
  Mon Mar 8 12:32:05 2021 -0800
MarkD and Joel Armstrong created Dynamic BLAT

diff --git src/blat/version.doc src/blat/version.doc
index d789666..20e0e9e 100644
--- src/blat/version.doc
+++ src/blat/version.doc
@@ -1,15 +1,18 @@
+38:
+     o (in 37x1) Added Dynamic BLAT using virtual memory mapped precreated indexes on disk.
+
 37:
      o (in 36x1) Fixed problem with -fastMap option that made it put in gaps in the
        allignment sometimes when a short mismatch would be a better choice.
      o (in 36x2) Fixed problem with -maxIntron set to non-default value on protein query.
      o (in 36x3) Added ipv6 support.
      o (in 36x4) Added _alt support.
      o (in 36x5) If ipv6 disabled, retries with ipv4-only socket.
      o (in 36x6) Added noSimpRepMask option to blat gfServer isPcr to skip simple repeat masking.
      o (in 36x7) Fixed compiler optimization issue on mac 2020-06-17 in dlSort().
      o (in 36x8) Added -timeout option to prevent hanging on blocking input for server read and write.
      o (in 36x9) Changed default -timeout to 90 seconds instead of 10. Improved handling skips further sending on socket after failure to avoid multiple long timeouts.
 
 36:
      o (in 35x1) added repMatch default values for tileSizes 16 to 18 in genoFind.c