9a1029b1c89bb9c8aa387cd20c2e83f8c21c546a
markd
  Mon Mar 15 16:36:03 2021 -0700
make gfServer tests insensitive to version changes

diff --git src/blat/version.doc src/blat/version.doc
index 5609eff..c4eb896 100644
--- src/blat/version.doc
+++ src/blat/version.doc
@@ -1,18 +1,18 @@
 38:
      o (in 37x1) Added Dynamic BLAT using virtual memory mapped precreated indexes on disk.
-       This allows gfServe to be launched on-demand by xinetd.
+       This allows gfServer to be launched on-demand by xinetd.
 
 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