Skip to content

Commit

Permalink
public release v3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmandel committed Dec 14, 2024
1 parent de71fd1 commit ee8c8fd
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 19 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.8.0.
# Generated by GNU Autoconf 2.69 for js9 3.9.0.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='js9'
PACKAGE_TARNAME='js9'
PACKAGE_VERSION='3.8.0'
PACKAGE_STRING='js9 3.8.0'
PACKAGE_VERSION='3.9.0'
PACKAGE_STRING='js9 3.9.0'
PACKAGE_BUGREPORT='[email protected]'
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.8.0 to adapt to many kinds of systems.
\`configure' configures js9 3.9.0 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.8.0:";;
short | recursive ) echo "Configuration of js9 3.9.0:";;
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.8.0
js9 configure 3.9.0
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.8.0, which was
It was created by js9 $as_me 3.9.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -5101,7 +5101,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.8.0, which was
This file was extended by js9 $as_me 3.9.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5154,7 +5154,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.8.0
js9 config.status 3.9.0
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.8.0, [email protected], js9)
AC_INIT(js9, 3.9.0, [email protected], js9)

AC_MSG_CHECKING(for web install directory)
AC_ARG_WITH(webdir,
Expand Down
1 change: 1 addition & 0 deletions help/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<h3>Security updates, etc.</h3>
<ul>
<li> security/archive release v3.9 20241213
<li> fix bug in exec validity check in js9 helper 20241213
<li> add additional exec validity check to js9 helper 20241213
<li> restrict wrapper script names to use alphanumerics, underscore 20241213
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.8.0 */
/* JS9 allinone: v3.9.0 */
@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.

4 changes: 2 additions & 2 deletions js9.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ var JS9 = (function(){
// module header
const JS9 = {};
JS9.NAME = "JS9"; // The name of this namespace
JS9.VERSION = "3.8"; // The version of this namespace
JS9.COPYRIGHT = "Copyright (c) 2012-2022 Smithsonian Institution";
JS9.VERSION = "3.9"; // The version of this namespace
JS9.COPYRIGHT = "Copyright (c) 2012-2024 Smithsonian Institution";
JS9.ABOUT = `JS9 ${JS9.VERSION}: astronomical image display everywhere\nEric Mandel, Alexey Vikhlinin\n${JS9.COPYRIGHT}`;

// internal defaults (not usually changed by users)
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.8.0",
"version": "3.9.0",
"description": "astronomical image display everywhere",
"main": "js9.js",
"scripts": {
Expand Down
6 changes: 4 additions & 2 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="2022-06-21">
<meta name="date" content="2024-12-13">
<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,8 @@
<div id="status" class="tabcontent mytabcontent">
<b>Recent Public Releases:</b>
<p>
<b>Release 3.9 (12/13/24)</b> Security/Archive release
<p>
<b>Release 3.8 (06/21/22)</b> Eric's final release
<p>
<b>Release 3.7 (05/16/22)</b> Eric's penultimate release
Expand Down Expand Up @@ -510,7 +512,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.8.tgz">js9 v3.8 tar file</a>
<li><a href="downloads/js9-3.9.tgz">js9 v3.9 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 Down

0 comments on commit ee8c8fd

Please sign in to comment.