summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ds9/doc/release/r8.0.html6
-rw-r--r--ds9/doc/release/r8.1.html26
-rw-r--r--ds9/library/ds9.tcl2
-rw-r--r--ds9/library/help.tcl2
4 files changed, 29 insertions, 7 deletions
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<!DOCTYPE doctype PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<!DOCTYPE doctype PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="generator" content=
@@ -98,10 +98,6 @@ incorrectly calculating an index into the data cube.</tt></li>
<li><tt>10.17.2018 CUBE: fixed an issue with properly rounding slice number.</tt></li>
<li><tt><b>10.18.2018 RELEASE version 8.0rc6</b></tt></li>
<li><tt><b>12.15.2018 RELEASE version 8.0</b></tt></li>
-<li><tt>10.25.2018 BACKUP: fixed an issue with soft links.</tt></li>
-<li><tt>10.29.2018 BLOCK: all supported WCSs now updated to reflect blocking.</tt></li>
-<li><tt>10.30.2018 WFPC2: fixe an issue with blocking and WFPC2 images.</tt></li>
-<li><tt><b>12.15.2018 RELEASE version 8.1b1</b></tt></li>
</ol>
</div>
</body>
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 @@
+<!DOCTYPE doctype PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<meta name="generator" content=
+"HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 15.18.1), see www.w3.org">
+<meta http-equiv="Content-Type" content=
+"text/html; charset=us-ascii">
+<meta name="GENERATOR" content=
+"Mozilla/4.78 [en] (X11; U; Linux 2.4.7-10 i686) [Netscape]">
+<title>DS9 Version 8.1 Release Notes</title>
+</head>
+<body vlink="#551A8B" text="#000000" link="#0000EE" bgcolor=
+"#FFFFFF" alink="#FF0000">
+<h3><img alt="" src="../sun.gif" width="100" height="98" align=
+"middle"> SAOImageDS9 Version 8.0 Release Notes</h3>
+<div style="margin-left: 2em">
+<ol>
+<li><tt>10.25.2018 BACKUP: fixed an issue with soft links.</tt></li>
+<li><tt>10.29.2018 BLOCK: all supported WCSs now updated to reflect blocking.</tt></li>
+<li><tt>10.30.2018 WFPC2: fixed an issue with blocking and WFPC2 images.</tt></li>
+<li><tt>11.01.2018 MASK: now supports WCS, in addition to physical, image.</tt></li>
+<li><tt><b>12.15.2018 RELEASE version 8.1b1</b></tt></li>
+</ol>
+</div>
+</body>
+</html>
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"