From 4821f76d635170f0856d4e5ebd25e71eaabc8098 Mon Sep 17 00:00:00 2001 From: William Joye Date: Fri, 2 Nov 2018 16:23:39 -0400 Subject: new release notes --- ds9/doc/release/r8.0.html | 6 +----- ds9/doc/release/r8.1.html | 26 ++++++++++++++++++++++++++ ds9/library/ds9.tcl | 2 +- ds9/library/help.tcl | 2 +- 4 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 ds9/doc/release/r8.1.html diff --git a/ds9/doc/release/r8.0.html b/ds9/doc/release/r8.0.html index 3f525be..d0195e7 100644 --- a/ds9/doc/release/r8.0.html +++ b/ds9/doc/release/r8.0.html @@ -1,4 +1,4 @@ -f +
  • 10.17.2018 CUBE: fixed an issue with properly rounding slice number.
  • 10.18.2018 RELEASE version 8.0rc6
  • 12.15.2018 RELEASE version 8.0
  • -
  • 10.25.2018 BACKUP: fixed an issue with soft links.
  • -
  • 10.29.2018 BLOCK: all supported WCSs now updated to reflect blocking.
  • -
  • 10.30.2018 WFPC2: fixe an issue with blocking and WFPC2 images.
  • -
  • 12.15.2018 RELEASE version 8.1b1
  • diff --git a/ds9/doc/release/r8.1.html b/ds9/doc/release/r8.1.html new file mode 100644 index 0000000..d725760 --- /dev/null +++ b/ds9/doc/release/r8.1.html @@ -0,0 +1,26 @@ + + + + + + +DS9 Version 8.1 Release Notes + + +

    SAOImageDS9 Version 8.0 Release Notes

    +
    +
      +
    1. 10.25.2018 BACKUP: fixed an issue with soft links.
    2. +
    3. 10.29.2018 BLOCK: all supported WCSs now updated to reflect blocking.
    4. +
    5. 10.30.2018 WFPC2: fixed an issue with blocking and WFPC2 images.
    6. +
    7. 11.01.2018 MASK: now supports WCS, in addition to physical, image.
    8. +
    9. 12.15.2018 RELEASE version 8.1b1
    10. +
    +
    + + diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl index a43ab71..1459560 100644 --- a/ds9/library/ds9.tcl +++ b/ds9/library/ds9.tcl @@ -13,7 +13,7 @@ proc DS9Def {} { } # for beta version, MUST have space - set ds9(version) {8.0 b1} + set ds9(version) {8.1 b1} set ds9(top) . set ds9(mb) .mb diff --git a/ds9/library/help.tcl b/ds9/library/help.tcl index fb9967a..3310e45 100644 --- a/ds9/library/help.tcl +++ b/ds9/library/help.tcl @@ -12,7 +12,7 @@ proc HelpDef {} { set help(command) "$ds9(root)/doc/ref/command.html" set help(userman) "$ds9(root)/doc/user/index.html" set help(faq) "$ds9(root)/doc/faq.html" - set help(release) "$ds9(root)/doc/release/r8.0.html" + set help(release) "$ds9(root)/doc/release/r8.1.html" set help(helpdesk) "$ds9(root)/doc/helpdesk.html" set help(story) "$ds9(root)/doc/story.html" set help(ack) "$ds9(root)/doc/acknowledgment.html" -- cgit v0.12