From: Kouhei S. <nu...@co...> - 2017-11-07 12:44:51
|
Kouhei Sutou 2017-11-07 21:44:19 +0900 (Tue, 07 Nov 2017) New Revision: ce0e09c9c3421a266ed72dbaa807a91827f3eb89 https://github.com/ruby-gnome2/ruby-gnome2/commit/ce0e09c9c3421a266ed72dbaa807a91827f3eb89 Message: Add 3.2.0 entry Modified files: NEWS Modified: NEWS (+46 -0) =================================================================== --- NEWS 2017-11-07 00:19:26 +0900 (055d577d9) +++ NEWS 2017-11-07 21:44:19 +0900 (ea156ab39) @@ -2,6 +2,52 @@ = NEWS +== Ruby-GNOME2 3.2.0: 2017-11-07 + +This is a bug fix release for Ruby/Poppler. + +=== Changes + +==== Ruby/GLib + + * Improvements + + * (({GLib::IOChannel#create_watch})): Supported. + [GitHub#1106][Reported by kspt-johs] + + * (({GLib::IOChannel#create_watch})): Supported. + +==== Ruby/GTK3 + + * Improvements + + * Added a sample. + [GitHub#1109][Patch by cedlemo] + +==== Ruby/Poppler + + * Improvements + + * (({Poppler#Document#size})): Added again. + + * (({Poppler#Document#pages})): Added again. + + * Fixes + + * Updated dependencies. + [GitHub#1107][Reported by OBATA Akio] + + * (({Poppler#Document#initialize(:data => data)})): Added + workaround. It should be fixed in upstream. + +=== Thanks + + * kspt-johs + + * OBATA Akio + + * cedlemo + == Ruby-GNOME2 3.1.9: 2017-10-16 This is a release that includes GObject Introspection migrated Ruby/Poppler. |