Changes in ncursesw-1.4.10 vs Changes in ncursesw-1.4.11
- old
+ new
@@ -1,12 +1,32 @@
+ncurses-ruby-1.4.11
+ * Fixed some incorrectly declared method arguments.
+ * Fixed warnings about "undefining the allocator of T_DATA class".
+
+ncurses-ruby-1.4.10
+ * Auto detection of ncurses vs ncursesw installation.
+ * Added --with-ncurses-dir={path} option to specify location for libs and
+ include files.
+
+ncurses-ruby-1.4.9
+ * (Updated readme, mailing list, etc.)
+
+ncurses-ruby-1.4.8
+ * (bug fixes)
+
+ncurses-ruby-1.4.7
+ * (bug fixes)
+
+--- (Change log was not maintained for a while here) ---
+
ncurses-ruby-1.1
-* Bugfixes by T. Sutherland in _tracef and _tracedump.
+ * Bugfixes by T. Sutherland in _tracef and _tracedump.
ncurses-ruby-1.0
-* Mousemask bugfix from P.Duncan.
-* Solved timing problems that affected visual smoothness of reactions
- to user input
-* Each SCREEN got back its own "halfdelay" and "cbreak" settings
+ * Mousemask bugfix from P.Duncan.
+ * Solved timing problems that affected visual smoothness of reactions
+ to user input
+ * Each SCREEN got back its own "halfdelay" and "cbreak" settings
ncurses-ruby-0.9.2
* Preventing getch and wgetch functions from blocking other ruby threads.
* Previously ncurses-ruby installed two files named "ncurses.rb" and
"ncurses.so". The "ncurses.so" is now renamed to "ncurses_bin.so"