diff --git a/.gitignore b/.gitignore index 7414ecfb47211d34adf35edb585e99676a27217a..17d05ebebbae4dc3dbb3a2d11d092cc2d1f8d2da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +Docs/VECTO_CSE-User Manual.pdf + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. diff --git a/BUILD.md b/BUILD.md index 0b4353567a5041702d170992619291dea6fe1c71..55d1cc2a051cdc1e9c644914ebc24f74862b7f4a 100644 --- a/BUILD.md +++ b/BUILD.md @@ -29,7 +29,7 @@ Checklist to build a new release: * Newtonsoft.Json.dll 6.0.0 * Declaration/ (With all its files marked as READONLY!!) * DemoData/ - * Docs/CSE-User Manual.pdf (generated from Word-file) + * Docs/CSE-User Manual.pdf (*remember* to generate from Word-file and delete irrelevant files) * Docs/GenericData.xlsx * README.md * CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 16e826320f8cfd88415a428f297d98dc72c265b0..a61bfb22c7c8a7cd3cb684201d141c0fc4a09780 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -31,7 +31,7 @@ Mostly JRC contributions (see VECTO-29 & VECTO-35): More analytically: #### 2014-06-23: v2.0.1-beta0 #### -TUG & JRC improvements: +Mostly TUG improvements: * json: Store run-results within the Job-file. * csv: Ensure result-files are valid CSVs. @@ -40,6 +40,7 @@ TUG & JRC improvements: ##### Internal: * Use Exceptions instead of CancelAsync() and error-flags in calc-routines and input.vb. * Remove unused distVincenty() func. + * Added EUPL preamble on all source-files. #### 2014-06-04: v2.0.1-pre2 #### diff --git a/Docs/.gitignore b/Docs/.gitignore deleted file mode 100644 index 77e38a0d64cfe06326c424444a261a8ad2ed7313..0000000000000000000000000000000000000000 --- a/Docs/.gitignore +++ /dev/null @@ -1 +0,0 @@ -VECTO_CSE-User Manual.pdf