diff --git a/Makefile b/Makefile index 8e72bcf..c764f76 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ YLIB_FILES = options.i xplot.i xplot0.i YOIFITS_FILES = oifits.i TEST_FILES = mira-demo.i mira-test1.i mira-test2.i DATA_FILES = data1.oifits data2.oifits README -OTHER_FILES = AUTHOR COPYING Makefile configure \ +OTHER_FILES = AUTHOR LICENSE Makefile configure \ README.md INSTALL.md USAGE.md NEWS.md MIRA_SRC = $(srcdir)/src diff --git a/NEWS.md b/NEWS.md index dd592b6..8c832ae 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,11 @@ - * Options in command line now have units. +2016-01-10: + * Version 1.1.0 released. + * Provide a command line interface (options in command line have units). + * Provide configuration and installation scripts. + * Now available on GitHub (https://github.com/emmt/MiRA). * Use Git submodules (see https://chrisjean.com/git-submodules-adding-using-removing-and-updating/ for a tutorial) for YLib, YOIFITS, IPY to share files with other repositories. - * Provide a command line interface. - * Provide configuration and installation scripts. - * Now available on GitHub (https://github.com/emmt/MiRA). 2015-05-04: * Version 1.0.1 released.