public
Description: Interface to ncurses using Ruby FFI (Foreign Function Interface)
Homepage:
Clone URL: git://github.com/seanohalpin/ffi-ncurses.git
ffi-ncurses / History.txt
100644 33 lines (22 sloc) 0.666 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
== 0.3.2 / 2009-02-16
 
* Bug fix:
  * Reversed regression in 0.3.1 which broke getmaxx, etc. for Mac
 
== 0.3.1 / 2009-02-16
 
* Bug fix:
  * Removed dependency on ffi (so gem will install in JRuby)
 
== 0.3.0 / 2009-02-15
 
* Features
  * Use FFI::NCurses rather than NCurses
  * Removed dependency on rubygems
  * Reorganised library layout
 
== 0.2.0 / 2009-02-03
 
* Features
  * Initial gem release
  * Most features of ncurses wrapped for Linux, Mac, ruby 1.8.6
    and JRuby 1.1.6
 
* Bugs
  * +newscr+ and +curscr+ cannot be implemented in JRuby until
    find_sym implemented in ffi (expected in JRuby 1.1.7)
 
== 0.1.0 / 2009-01-19
 
* Features
  * Initial release