changes.html | changes.html | |||
---|---|---|---|---|
skipping to change at line 26 | skipping to change at line 26 | |||
<!-- =section xpachanges DESCRIPTION --> | <!-- =section xpachanges DESCRIPTION --> | |||
<H2>Description</H2> | <H2>Description</H2> | |||
<P> | <P> | |||
There have been a few changes that affect users who upgrade XPA | There have been a few changes that affect users who upgrade XPA | |||
from version 1.0 to version 2.0. These changes are detailed below. | from version 1.0 to version 2.0. These changes are detailed below. | |||
<UL> | <UL> | |||
<P> | <P> | |||
<LI>XPA commands no longer have a resolver routine (this is open to | <LI>XPA commands no longer have a resolver routine (this is open to | |||
negotiations, but we decided the idea was dumb). For the SAOtng | negotiations, but we decided the idea was dumb). For the SAOtng | |||
program, this means that you have explicitly specify the fits access | program, this means that you must explicitly specify the access | |||
point, i.e.,: | point, i.e.,: | |||
<PRE> | <PRE> | |||
cat foo.fits | xpaset SAOtng fits | cat foo.fits | xpaset SAOtng fits | |||
</PRE> | </PRE> | |||
<P> | <P> | |||
instead of: | instead of: | |||
<PRE> | <PRE> | |||
cat foo.fits | xpaset SAOtng | cat foo.fits | xpaset SAOtng | |||
</PRE> | </PRE> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |