Release 1.2.0.
This commit is contained in:
parent
223837b9e0
commit
3ac90c806a
@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
* CHANGELOG
|
* CHANGELOG
|
||||||
|
|
||||||
|
** [[https://github.com/mpereira/tty-solitaire/releases/tag/v1.2.0][v1.2.0]] (2020-05-31)
|
||||||
|
*** Bug fixes
|
||||||
|
- Fixed off-by-one issue in ~game:shuffle_deck()~. [[https://github.com/mpereira/tty-solitaire/pull/35][(#35)]]
|
||||||
|
- Fixed memory leaks in game and test code. [[https://github.com/mpereira/tty-solitaire/pull/35][(#35)]]
|
||||||
|
- Fixed broken tests. [[https://github.com/mpereira/tty-solitaire/pull/35][(#35)]]
|
||||||
|
- Fixed card drawing issue that came up due to changes in newer versions of
|
||||||
|
Ncurses. ([[https://github.com/mpereira/tty-solitaire/pull/41][#41]])
|
||||||
|
|
||||||
** [[https://github.com/mpereira/tty-solitaire/releases/tag/v1.1.1][v1.1.1]] (2018-11-10)
|
** [[https://github.com/mpereira/tty-solitaire/releases/tag/v1.1.1][v1.1.1]] (2018-11-10)
|
||||||
*** Improvements
|
*** Improvements
|
||||||
- Added LICENSE.
|
- Added LICENSE.
|
||||||
|
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
VERSION = 1.1.1
|
VERSION = 1.2.0
|
||||||
|
|
||||||
CC ?= gcc
|
CC ?= gcc
|
||||||
CFLAGS ?= -g
|
CFLAGS ?= -g
|
||||||
|
6
README
6
README
@ -64,9 +64,9 @@
|
|||||||
|
|
||||||
**** Install tty-solitaire
|
**** Install tty-solitaire
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
wget -O tty-solitaire-v1.1.1.tar.gz https://github.com/mpereira/tty-solitaire/archive/v1.1.1.tar.gz
|
wget -O tty-solitaire-v1.2.0.tar.gz https://github.com/mpereira/tty-solitaire/archive/v1.2.0.tar.gz
|
||||||
tar xvf tty-solitaire-v1.1.1.tar.gz
|
tar xvf tty-solitaire-v1.2.0.tar.gz
|
||||||
cd tty-solitaire-1.1.1
|
cd tty-solitaire-1.2.0
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user