Skip to content

Commit

Permalink
public release v3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmandel committed Jun 1, 2021
1 parent 3118d37 commit 991e884
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 21 deletions.
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for js9 3.4.
# Generated by GNU Autoconf 2.69 for js9 3.5.
#
# Report bugs to <emandel@cfa.harvard.edu>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='js9'
PACKAGE_TARNAME='js9'
PACKAGE_VERSION='3.4'
PACKAGE_STRING='js9 3.4'
PACKAGE_VERSION='3.5'
PACKAGE_STRING='js9 3.5'
PACKAGE_BUGREPORT='emandel@cfa.harvard.edu'
PACKAGE_URL=''

Expand Down Expand Up @@ -1256,7 +1256,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures js9 3.4 to adapt to many kinds of systems.
\`configure' configures js9 3.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1321,7 +1321,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of js9 3.4:";;
short | recursive ) echo "Configuration of js9 3.5:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1413,7 +1413,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
js9 configure 3.4
js9 configure 3.5
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1965,7 +1965,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by js9 $as_me 3.4, which was
It was created by js9 $as_me 3.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -5060,7 +5060,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by js9 $as_me 3.4, which was
This file was extended by js9 $as_me 3.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5113,7 +5113,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
js9 config.status 3.4
js9 config.status 3.5
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is an input file used by the GNU "autoconf" program to
# generate the file "configure", which is run during JS9 installation
# to configure the system for the local environment.
AC_INIT(js9, 3.4, emandel@cfa.harvard.edu, js9)
AC_INIT(js9, 3.5, emandel@cfa.harvard.edu, js9)

AC_MSG_CHECKING(for web install directory)
AC_ARG_WITH(webdir,
Expand Down
2 changes: 1 addition & 1 deletion help/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="helpContainer">
<center><h3>JS9 ChangeLog</h3></center>

<h3> Patch Release 3.5 (TBD)</h3>
<h3> Public Release 3.5 (June 1, 2021)</h3>
<ul>
<li> remove the long-deprecated fits2png code
<li> fix bug in js9helper sometimes preventing fits2fits size check
Expand Down
2 changes: 1 addition & 1 deletion js9-allinone.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* JS9 allinone: v3.4 */
/* JS9 allinone: v3.5 */
@charset "UTF-8";
/*!
* jQuery contextMenu - Plugin for simple contextMenu handling
Expand Down
4 changes: 2 additions & 2 deletions js9-allinone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js9.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var JS9 = (function(){
// module header
const JS9 = {};
JS9.NAME = "JS9"; // The name of this namespace
JS9.VERSION = "3.4"; // The version of this namespace
JS9.VERSION = "3.5"; // The version of this namespace
JS9.COPYRIGHT = "Copyright (c) 2012-2021 Smithsonian Institution";
JS9.ABOUT = `JS9 ${JS9.VERSION}: astronomical image display everywhere\nEric Mandel, Alexey Vikhlinin\ncontact: emandel@cfa.harvard.edu\n${JS9.COPYRIGHT}`;

Expand Down
2 changes: 1 addition & 1 deletion js9.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js9",
"version": "3.4.0",
"version": "3.5.0",
"description": "astronomical image display everywhere",
"main": "js9.js",
"scripts": {
Expand Down
11 changes: 7 additions & 4 deletions sao/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- web page for main JS9 web site: https://js9.si.edu -->
<meta name="publisher" content="Center for Astrophysics">
<meta name="language" content="en">
<meta name="date" content="2021-05-05">
<meta name="date" content="2021-06-01">
<meta name="author" content="Eric Mandel, CfA">
<meta name="keywords" content="Harvard Smithsonian Chandra high-energy x-ray astronomy astrophysics visualization DS9 JS9 telescope observatory research">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down Expand Up @@ -479,6 +479,9 @@
<div id="status" class="tabcontent mytabcontent">
<b>Recent Public Releases:</b>
<p>
<b>Release 3.5 (06/01/21)</b> remove long-deprecated fits2png
support and improve display of png/jpeg files
<p>
<b>Release 3.4 (05/05/21)</b> lots of work on regions, including
non-transient groups and boolean selections
<p>
Expand All @@ -498,7 +501,7 @@
<div id="get" class="tabcontent mytabcontent">
The <b>JS9 current release</b> tar file is available here:
<ul>
<li><a href="downloads/js9-3.4.tgz">js9 v3.4 tar file</a>
<li><a href="downloads/js9-3.5.tgz">js9 v3.5 tar file</a>
</ul>
Simply untar to display FITS images with all basic JS9 functionality.
<a href="js9/help/install.html" target="_blank">Install JS9</a>
Expand All @@ -522,8 +525,8 @@
For Mac (Catalina) and Linux (Ubuntu 20.04) users,
<b>pre-built desktop apps</b> are available:
<ul>
<li><a href="downloads/js9-darwin-x64-3.4.0.zip">js9 v3.4.0 zip (macOS)</a>
<li><a href="downloads/js9-linux-x64-3.4.0.zip">js9 v3.4.0 zip (Linux)</a>
<li><a href="downloads/js9-darwin-x64-3.5.0.zip">js9 v3.5.0 zip (macOS)</a>
<li><a href="downloads/js9-linux-x64-3.5.0.zip">js9 v3.5.0 zip (Linux)</a>
</ul>
Pre-built apps lack some configurability, but their ease of
installation and use will make most users happy.
Expand Down

0 comments on commit 991e884

Please sign in to comment.