Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jun 29, 2018
1 parent daff758 commit d1a3e0f
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 47 deletions.
47 changes: 0 additions & 47 deletions NEWS

This file was deleted.

43 changes: 43 additions & 0 deletions NEWS.md
@@ -0,0 +1,43 @@
Version 1.3.6.9000
------------------------------------------------------------------------------

* Small fix to stop a compiler warning from the `-Wparentheses` flag, which raised a WARNING.

Version 1.3.6
-------------

* Small fix for compilation on Windows.

Version 1.3.5
-------------

* Fixed compilation issues on Windows when it does not have short filename support (at the suggestion of Tomas Kalibera).

Version 1.3.4
-------------

* Fixed compilation on Windows for R 3.3.

Version 1.3.1
-------------

* Made compiler warnings go away, because new version of R CMD check gives warning on compiler warnings.

Version 1.3
-----------

* Changed license line in DESCRIPTION to LICENSE, and addded LICENSE file.

Version 1.2
-----------

* Changed license line in DESCRIPTION to BSD_3_clause.

Version 1.1
-----------

* Force building a 32-bit binary for Windows, by adding the `-m32` flag to gcc in src/Makefile.win, because CRAN builds a 64-bit binary by default, which doesn't work on all systems.

* Added a fallback check for the exec/i386/ directory on Mac, because CRAN puts it there by default.

* Changed the format of the author list in DESCRIPTION.

0 comments on commit d1a3e0f

Please sign in to comment.