10.85:
2	One tiny bit of GPL v2-only code was replaced with a BSD equivalent.
3
4	The primary branch on Github has been changed to 'main'.
5
6	Minor: an-pnmtofits adds a CTYPE3='RGB' card for the Aladin image
7	viewer.
8
90.84:
10	Minor: change the python 'multiproc' module to handle >2GB pickles.
11
120.83:
13	Minor: re-add -K flag to build-astrometry-index to keep RA,Dec columns.
14
150.82:
16	Simplify os-features tests by always using our vendored qsort_r.
17
180.81:
19	All 'sextractor' command-line args renamed to 'source-extractor'.
20
21	The word "blind" (in the ableist sense in which we were using it)
22	has almost entirely been removed.
23
240.69:
25	Tiny bugfixes over 0.68
26
270.68:
28	Add extra driver programs for python executables (image2pnm, etc), named X rather than X.py.  Some python3 compatibility fixes.
29
300.67:
31	Minor; python calls for WCS parsing from fitsio headers.  Tag for legacysurvey.org Data Release 3.
32
330.66:
34	Minor; bugfix to enable building on Fedora Rawhide
35
360.65:
37	Minor; add wcs_pv2sip; fixes for Solaris.
38
390.64:
40	Minor; add sip_scale.  Tag for legacysurvey.org Data Release 2.
41
420.63:
43	Additional minor changes for Debian packaging.
44
450.62:
46	More relicensing with permission from contributors; remove radix.c
47
480.61:
49	Minor changes for Debian packaging.
50
510.60:
52	Relicense most of the Astrometry.net code proper under a BSD-3
53	license.  Whole package still under GPL-3+ thanks to GNU gsl.
54
550.57:
56	Makefile fixes: create dirs before install; propagate build flags
57	Add man pages from Ole Streicher
58	Some py3 friendliness
59	Add timingpool.py
60
610.56:
62	implement anwcs_write_to
63	Makefile files for install-indexes
64	add -std=gnu89 to default CFLAGS
65	add clip_wcs() method
66
670.55:
68	Fix bug in WCS numpy array iterators
69
700.54:
71	Try importing pyfits and then astropy.io.fits
72
730.53:
74	Update wcs-pv2sip and include in default build
75	Fixes for git version strings
76	Read and write linear SIP distortion terms
77	multiindex: don't assert when reloading already-loaded file
78
790.52:
80	Fix release version strings in released versions.
81
820.51:
83	Fix half-pixel bug in "solve-field --crpix-center": the center was
84	set to 1 + {W,H}/2, not 0.5 + {W,H}/2.  (The WCS was still
85	correct, the CRPIX was set to a half pixel in each dimension away
86	from the center pixel.
87
88
89