Age | Commit message (Collapse) | Author | Files | Lines |
|
It is a GLib 2.44 support release.
=== Changes
==== Ruby/GLib2
Improvements
Supported GLib 2.44.
[GitHub#361][Reported by Benjamin Maisano]
=== Thanks
Benjamin Maisano
|
|
|
|
= NEWS
== Ruby-GNOME2 2.2.3: 2014-10-26
It is a bug fix release.
It's recommended that you upgrade if your application uses thread and
runs on Ruby 2.1 or later.
=== Changes
==== All
* Improvements
* Supported auto native package install on SuSE.
==== Ruby/GLib2
* Fixes
* Fixed infinite loop bug on Ruby 2.1 or later.
[ruby-gnome2-devel-ja] [Reported by Toshi Hatsune]
==== Ruby/GDK3
* Fixes
* Added missing dependencies.
[GitHub#258] [Reported by Luis Daniel Gonzalez Orozco]
==== Ruby/CairoGObject
* Improvements
* Supported auto required native package install by Homebrew.
* Fixes
* Fixed wrong package name on Debian.
==== Ruby/VTE3
* Improvements
* Supported auto required native package install by Homebrew.
==== Ruby/Clutter
* Improvements
* Added Clutter.check_version?.
=== Thanks
* Luis Daniel Gonzalez Orozco
* Toshi Hatsune
== Ruby-GNOME2 2.2.2: 2014-10-12
It is a Windows package fix release.
== Ruby-GNOME2 2.2.1: 2014-10-12
It is a release that Ruby/GDK3 is migrated to
Ruby/GObjectIntrospection based bindings.
Some API changes in Ruby/GDK3 are expected but unexpected API
changes may exist. If you find API change, please report it. If the
API change provides non Rubyish API, it will be a bug.
Ruby/GooCanvas is removed because we can't maintain it.
=== Changes
==== Ruby/GLib2
* Improvements
* Added GObject#unref to free large object immediately.
* Fixes
* [windows] Added a missing exported symbol. ((({rbg_inspect})))
* Fixed a bug that signal handler doesn't work on Ruby 2.1.
[ruby-gnome2-devel-en] [Reported by Carlo E. Prelz]
* Fixed free function (free -> xfree).
==== Ruby/GObjectIntrospection
* Improvements
* Supported instantiating union.
* Accepted 5 or more the number of signals.
It may be increased for later GIO version.
[GitHub#229] [Reported by cosmo0920]
* Added "?" to boolean field value reader.
* Supported mapping function info to method.
* Don't handle MethodInfo as FunctionInfo.
* Accepted not GType struct as an input argument.
* Accepted getting a field value from not GType but
GType descendant sruct.
* Added Loader.register_constant_rename_map.
* Supported in GType array.
* Don't require needless array length argument.
* Supported finding suitable method that has optional argument.
* Fixes
* Fixed wrong argument index for Ruby objects.
* Fixed a bug that ArgInfo isn't passed.
==== Ruby/CairoGObject
* Improvements
* Suppressed a warning that instance variable gboxed not initialized.
==== Ruby/GIO2
* Improvements
* Supported GLib 2.42.0. Annotation for GObject Introspection is added
to g_pollable_input_stream_read_nonblocking() since GLib 2.42.0.
See also: https://bugzilla.gnome.org/show_bug.cgi?id=730493
* Supported GLib <= 2.36.0.
* Fixes
* Fixed a bug that .pc isn't installed. [Reported by OBATA Akio]
==== Ruby/GDK3
* Improvements
* Migrated to Ruby/GObjectIntrospection based bindings.
* Gdk::Keyval::GDK_KEY_x style is deprecated. Use
Gdk::Keyval::KEY_x style instead.
* Accepted Gdk::RGBA for Cairo::Context#set_source_rgba.
==== Ruby/GTK3
* Improvements
* Added Gtk::StackSwitcher.
* Supported interrupt in Gtk.main.
* Supported interrupt in Gtk::Dialog#run.
[Reported by Carlo E. Prelz]
* Added initialization with Gdk::RGBA value.
[GitHub#231] [Patch by Detlef Reichl]
* Added Gtk::Window#set_titlebar (enable the use of Gtk::HeaderBar).
[GitHub#236] [Patch by tescorg]
* Updated sample scripts.
[Patch by kitachro]
* Fixes
* Fixed memory leak of Gtk::Image.
[GitHub#252] [Reported by Michel Boaventura]
==== Ruby/GTK2
* Improvements
* Fixed wrong property value on ppc64 and s390x.
[GitHub#256] [Reported by mtasaka]
==== Ruby/GStreamer
* Improvements
* Added gstreamer.rb for Bundler's autoload.
[GitHub#232] [Reported by saepia]
* Added Caps.any and Caps.empty.
* Supported property for Gst::ChildProxy.
[GitHub#233] [Reported by saepia]
* Fixes
* Fixed a bug that Gst.init is failed.
[GitHub#232] [Reported by saepia]
==== Ruby/Poppler
* Improvements
* Install Poppler with --with-glib option for Homebrew.
[GitHub#237] [Reported by Colin Dean]
* Removed needless `--with-glib` option. Now, it is the default.
[rabbit-shocker/rabbit#24] [Reported by Kazuhiro NISHIYAMA]
==== Ruby/ClutterGStreamer
* Improvements
* Added clutter-gstreamer.rb to support Bundler's autoload.
==== Ruby/GooCanvas
* Removed.
=== Thanks
* OBATA Akio
* Carlo E. Prelz
* cosmo0920
* Detlef Reichl
* saepia
* tescorg
* Colin Dean
* Kazuhiro NISHIYAMA
* kitachro
* Michel Boaventura
* mtasaka
|
|
Fix PR pkg/48777
|
|
|
|
Ruby 2.1.0 support release!
=== Changes
==== All
* Improvements
* Set license information to gem.
* Fixes
* [windows] Added missing binaries for Ruby 2.1.0.
[GitHub#123] [Patch by Masafumi Yokoyama]
==== Ruby/GDK3
* Improvements
* [windows] Bundled hicolor-icon-theme. It may fix a problem that
Windows theme is not applied.
[ruby-gnome2-devel-en] [Reported by Regis d'Aubarede]
=== Thanks
* Masafumi Yokoyama
* Regis d'Aubarede
== Ruby-GNOME2 2.0.3: 2013-12-29
It is RC release for 2.1.0.
=== Changes
==== All
* Improvements
* Removed Ruby 1.8 from supported Ruby in READMEs.
[GitHub#166] [Reported by Markus Heiler] [Patch by Masafumi Yokoyama]
* Supported Ruby 2.1.0. [GitHub#181] [cosmo0920][Masafumi Yokoyama]
* Made rcairo optional to required because we dropped old GTK+ that
doesn't use cairo. (Cairo isn't used library such as GLib doesn't
require rcairo. But Ruby/GLib2 requires rcairo on Windows because
it uses zlib bundled in rcairo.) [GitHub#193] [cosmo0920]
* Updated LGPL 2.1 files. [GitHub#196] [Reported by ktdreyer]
* Supported tests on Travis CI. [Masafumi Yokoyama][cosmo0920]
* Supported rake-compiler 0.9.1.
==== Ruby/GLib2
* Improvements
* Set UTF-8 encoding to exception message.
* Added GLib::GetText.bindtextdomain.
* Dropped GLib < 2.12 because CentOS 5 has GLib 2.12.3.
[GitHub#190] [cosmo0920]
* Added GValue#to_s.
* [windows] Updated bundled GLib to 2.38.2 from 2.36.2.
==== Ruby/GObjectIntrospection
* Improvements
* Supported GList return type.
* Supported freeing UTF-8 return type.
* Supported freeing array return type.
* Supported NULL as array return value.
* Supported freeing GObject return value.
* Supported freeing structure return value.
* Supported NULL character for gint8 array.
* Fixes
* Fixed type conversion from VALUE to GType.
[GitHub#186] [Patch by Hiroyuki Tanaka]
==== Ruby/ATK
* Improvements
* Dropped ATK < 1.12 support because CentOS 5 has GTK+ 1.12.2.
[GitHub#191] [cosmo0920]
* [windows] Updated bundled ATK to 2.10.0 from 2.8.0.
==== Ruby/Pango
* Improvements
* Supported cairo 1.6.
[GitHub#172] [Patch by Grant Schoep]
* Dropped Pango < 1.14 support because CentOS 5 has GTK+ 1.14.9.
[GitHub#192] [cosmo0920]
* Added Pango::Layout#height=.
[GitHub#210] [Patch by Vasily Fedoseyev]
* Added Pango::Layout#ellipsized?.
[GitHub#210] [Patch by Vasily Fedoseyev]
* [windows] Updated bundled Pango to 1.36.1 from 1.34.1.
==== Ruby/GdkPixbuf2
* Improvements
* [windows] Added rcairo dependency on Windows for using libpng and zlib
bundled in rcairo.
* [windows] Updated bundled gdk-pixbuf to 2.30.2 from 2.28.1.
==== Ruby/GTK2
* Improvements
* Dropped GTK+ < 2.10 support because CentOS 5 has GTK+ 2.10.4.
[GitHub#182] [Patch by cosmo0920]
* [windows] Updated bundled GTK+ to 2.24.22 from 2.24.18.
==== Ruby/GDK3
* Improvements
* [test] Made more stable. [GitHub#178] [Reported by mtasaka]
* Added Gdk::Device#ungrab. [cosmo0920]
* Added Gdk::DeviceManager. [cosmo0920]
* Added Gdk::Device#get_position. [cosmo0920]
* Added Gdk::Device#warp. [cosmo0920]
* Added Gdk::Device#grab. [cosmo0920]
* Added Gdk::Window#get_device_position. [cosmo0920]
* [windows] Updated bundled GTK+ to 3.10.6 from 3.8.2.
==== Ruby/GTK3
* Improvements
* [sample] Updated for GTK+ 3. [Masafumi Yokoyama]
* Removed Gtk::BindingSet#add_path.
* Added Gtk.show_uri.
* Fixes
* Fixed a bug that Gtk::ActionGroup#add_radio_actions always fails.
[ruby-gnome2-devel-ja] [Reported by S. Kitagawa]
==== Ruby/GStreamer
* Improvements
* Supported calling module functions of Gst module such as
Gst.version before calling Gst.init.
* Added Gst::Registry#plugins.
* Added Gst::Registry#get_features.
* Added Gst::ElementFactory#long_name.
* Added Gst::ElementFactory#klass.
* Added Gst::ElementFactory#author.
* Added Gst::ElementFactory#static_pad_templates.
* Added Gst::Caps#structures.
* Added Gst::Structure#fields.
* Gst::Element#flags returns flag object instead of raw integer value.
Use Gst::Element#flags_raw for raw integer value.
* Gst::PluginFeature#rank returns Gst::Rank instead of raw integer value.
Use Gst::PluginFeature#rank for raw integer value.
* Supported GstValueList.
* [windows] Updated bundled GStreamer to 1.2.1 from 1.0.7.
==== Ruby/Clutter
* Improvements
* [sample] Updated for Clutter 1.12 or later.
[Patch by Kentaro Fukuchi]
* [windows] Updated bundled Clutter to 1.16.2 from 1.14.4.
==== Ruby/ClutterGStreamer
* Improvements
* [sample] Added.
[Masafumi Yokoyama]
* Fixed a typo in sample.
[Reported by Toyo Abe]
* [windows] Updated bundled Clutter-GStreamer to 2.0.8 from 2.0.2.
==== Ruby/Poppler
* Improvements
* Dropped Popper < 0.12 because CentOS has Poppler 0.12.4.
[GitHub#212] [cosmo0920]
* [windows] Bundled Poppler 0.24.4.
==== Ruby/RSVG
* Improvements
* [windows] Bundled librsvg 2.40.1.
==== Ruby/GtkSourceView3
* Improvements
* Supported auto GtkSourceView install on OS X.
[GitHub#177] [Masafumi Yokoyama]
* [windows] Updated bundled GtkSourceView to 3.10.1 from 3.8.1.
==== Ruby/GooCanvas
* Improvements
* [sample] Followed changes caused by migrating to
Ruby/GObjectIntrospection.
[Masafumi Yokoyama]
* Updated FSF address.
[GitHub#201] [Reported by ktdreyer]
* Fixes
* Fixed wrong dependency.
[ruby-gnomde2-devel-ja] [Reported by Masafumi Yokoyama]
=== Thanks
* Kentaro Fukuchi
* S. Kitagawa
* Markus Heiler
* Masafumi Yokoyama
* Grant Schoep
* Toyo Abe
* mtasaka
* cosmo0920
* Hiroyuki Tanaka
* ktdreyer
|
|
|
|
|
|
|
|
|
|
(whth addition of cairo-gobject, webkit-gtk and webkit-gtk2 binding packages)
== Ruby-GNOME2 2.0.2: 2013-05-26
Windows XP re-supportted release!
=== Changes
==== Ruby/GLib2
* Improvements
* Added rbgutil_key_equal() convenient function.
It is used for comparing key that may be String or Symbol.
==== Ruby/Pango
* Improvements
* [windows] Forced to disable uniscribe backend of HarfBuzz.
[ruby-list:49412] [Reported by Masafumi Yokoyama]
* Don't define Pango::CairoFcFontMap and Pango::CairoWin32FontMap
because they may cause crash on OS X.
[shocker-ja:1119] [Reported by znz]
* Updated samples.
[GitHub#164] [Patch by Kentaro Fukuchi]
* Fixes
* Fixed wrong index access in Pango::GlyphString#glyphs.
[ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi]
=== Thanks
* Kentaro Fukuchi
* Masafumi Yokoyama
* znz
== Ruby-GNOME2 2.0.1: 2013-05-25
Ruby 1.8 support is dropped release!
=== Changes
==== All
* Improvements
* Dropped Ruby 1.8 support.
* Updated bundled binaries versions for Windows.
==== Ruby/Pango
* Improvements
* Added Pango::CairoFontMap.set_default.
* Enabled fontconfig font on Windows.
* Defined Pango::CairoFcFontMap on init if it is available.
* Defined Pango::CairoWin32FontMap on init if it is available.
==== Ruby/GTK3
* Improvements
* Added Gtk::Image#set_from_icon_set.
[GitHub#150] [Patch by Detlef Reichl]
* Added Gtk::Image#set_from_stock.
[GitHub#150] [Patch by Detlef Reichl]
* Added Gtk::Image#set_from_gicon.
[GitHub#150] [Patch by Detlef Reichl]
* Updated samples.
[GitHUb#151] [Patch by Detlef Reichl]
* Fixes
* Fixed a GC related crash bug.
[ruby-gnome2-devel-en] [Reported by Detlef Reichl]
==== Ruby/GObjectIntrospection
* Improvements
* Supported ownership transfer for some input argument types.
(Struct and Object)
* Supported "(out caller-allocates)" for boxed object.
[ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi]
* Supported gpointer in/out.
[ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi]
* Fixes
* Fixed missing argument.
[GitHub#154] [Reported by Masafumi Yokoyama]
==== RubyGStreamer
* Improvements
* Supported methods that call callback
[ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi]
* Updated samples.
[GitHub#156][GitHub#159][GitHub#160][GitHub#161]
[Patch by NAKAJIMA Takashi]
* Supported Gst::Bus#set_handler.
[ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi]
* Supported Gst::Controller
[ruby-gnome2-devel-ja] [Suggested by NAKAJIMA Takashi]
* Stopped to require Gst.init.
* Fixes
* Fixed out of index access bug.
==== Ruby/GooCanvas
* Improvements
* Migrated to Ruby/GObjectIntrospection based bindings.
* Stopped to require Goo.init.
* Fixes
* Updated samples.
[GitHub#152][GitHub#153][GitHub#155][GitHub#157]
[Patch by Masafumi Yokoyama]
==== Ruby/Clutter
* Improvements
* Stopped to require Clutter.init.
* Fixes
* Fixed broken samples.
[ruby-gnome2-devel-ja] [Patch by Kentaro Fukuchi]
==== Ruby/ClutterGtk
* Improvements
* Stopped to require ClutterGtk.init.
==== Ruby/ClutterGStreamer
* Added.
==== Ruby/WebKitGtk
* Improvements
* Stopped to require WebKitGtk.init.
==== Ruby/WebKitGtk2
* Improvements
* Stopped to require WebKitGtk2.init.
=== Thanks
* Detlef Reichl
* NAKAJIMA Takashi
* Masafumi Yokoyama
* Kentaro Fukuchi
|
|
NetBSD 6, requested by tron.
|
|
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
|
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
|
== Ruby-GNOME2 1.2.2: 2013-03-11
Ruby 2.0.0 support release!
=== Changes
==== Ruby/GLib2
* Improvements
* Supported test on Ruby 2.0.0.
[GitHub #134] [Reported by mtasaka]
==== Ruby/Poppler
* Improvements
* Removed deprecated GDK support.
==== Ruby/GDK3
* Improvements
* Supported Ruby 2.0.0.
[GitHub#129] [Reported by TOMITA Masahiro]
==== Ruby/GObjectIntrospection
* Improvements
* Supported not GType based flags.
* Supported not GType based enum.
* Supported custom callback function.
* Supported .h install.
* Supported .pc install.
* More Rubyish method names are used.
* Stopped to raise exception when there are two or more out
parameters.
* Added Loader.start_callback_dispatch_thread().
* Supported arguments validation.
* Stopped to use array for just one return value.
* Supported Enumerator.
* Hide constructor methods.
==== Ruby/GtkSourceView3
* Fixes
* Fixed wrong deb package name.
==== Ruby/Clutter
* Fixes
* Fixed wrong initialized check.
* Stopped to override Clutter.init unexpectedly.
==== Ruby/ClutterGTK
* Fixes
* Fixed wrong initialized check.
==== Ruby/WebKitGTK
* Fixes
* Fixed wrong initialized check.
=== Thanks
* Vincent Carmona
(for unreleased GObjectIntrospection based GStreamer bindings)
* TOMITA Masahiro
* NAKAJIMA Takashi
(for unreleased GObjectIntrospection based GStreamer bindings)
* mtasaka
|
|
|
|
(and add gtk3, gdk3, gtksourceview3 and gobject-introspection binding).
based on PR 47529.
== Ruby-GNOME2 1.2.1: 2013-01-30
GTK+ 3 support on Mac OS X release!
=== Changes
==== Ruby/GLib2
* Improvements
* Supported custom sudo prompt on auto native package install.
[GitHub:126] [Suggested by Yorick Peterse]
* Started to support JRuby. (It is not completed yet.)
[GitHub:125] [Reported by vpereira]
* Accepted unsigned long int size GType.
* Removed DL support.
* Don't call deprecated g_type_init() for GLib >= 2.35.1.
==== Ruby/GTK2
* Fixes
* Fixed a memory leak related Gtk::TreeIter.
[GitHub:128] [Patch by Toshiaki Asai]
==== Ruby/GTK3
* Fixes
* Fixed a memory leak related Gtk::TreeIter.
[GitHub:128] [Patch by Toshiaki Asai]
* Fixed a crash bug caused by symbol conflict with Ruby/GDK3 on
Mac OS X.
[GitHub:127] [Reported by Sergio Campama] [Helped by Watson]
==== Ruby/GDK3
* Improvements
* [windows] Bundled Greybird theme.
[Suggested by Regis d'Aubarede]
==== Ruby/GooCanvas
* Improvements
* Added Goo::Canvas#get_items_at [GitHub:124] [Patch by David Maciejak]
==== Ruby/WebKitGTK
* Added
==== Ruby/GtkSourceView3
* Improvements
* Supported Windows.
=== Thanks
* David Maciejak
* Yorick Peterse
* vpereira
* Toshiaki Asai
* Sergio Campama
* Watson
* Regis d'Aubarede
== Ruby-GNOME2 1.2.0: 2013-01-24
GTK+ 3 support release!
=== Changes
==== All
* Added ruby-gtk3 package. Here is a list:
* Ruby/GLib2
* Ruby/ATK
* Ruby/Pango
* Ruby/GdkPixbuf2
* Ruby/GDK3
* Ruby/GTK3
==== Ruby/GLib2
* Improvements
* Supported custom VALUE <-> GBoxed conversion
* Supported VALUE <-> GBoxed conversion by RVAL2GOBJ
* Added GLib::Source::REMOVE
* Added GLib::Source::CONTINUE
* Added rbgobj_make_boxed_raw()
* Added GLib::Value for internal use
* [windows] Updated to the latest GLib: 2.28.8-1 -> 2.34.3
* Changes
* Removed deprecated GLib::Win32.get_package_installation_directory
* Removed deprecated GLib::Win32.get_package_installation_subdirectory
* Added user_data to RGConvertTable callbacks
* rbgobj_convert_define() copies passed RGConvertTable
* Removed deprecated G_DEF_FUNDAMENTAL. Use RG_DEF_CONVERSION instead
==== Ruby/GIO2
* Improvements
* Installed headers
==== Ruby/ATK
* Improvements
* [windows] Updated to the latest ATK: 1.32.0 -> 2.6.0
==== Ruby/Pango
* Improvements
* [windows] Updated to the latest Pango: 1.28.3 -> 1.32.6
==== Ruby/GdkPixbuf2
* Improvements
* [windows] Updated to the latest gdk-pixbuf: 2.24.0 -> 2.26.5
==== Ruby/GTK2
* Improvements
* Removed needless not copy flag from Allocation
* [windows] Updated to the latest GTK+ 2: 2.24.8 -> 2.24.14
==== Ruby/GDK3
* Improvements
* [windows] Supported: 3.6.4
==== Ruby/GTK3
* Improvements
* Removed needless not copy flag from Allocation
* [windows] Supported: 3.6.4
==== Ruby/GObjectIntrospection
* Improvements
* Supported over loaded method
* Supported over loaded constructor
* Supported GBoxed object
* Supported char *
* Supported GInterface
* Supported CallableInfo
* Supported may be null
* Supported union object
* Supported not GBoxed struct
* Supported out parameter
* Supported C array
* Added "?" suffix to predicate method name
* Supported SourceFunc callback
* Supported GValue
* Added GObjectIntrospection::Loader.register_boxed_class_converter
* Supported inout parameter
* Supported binary data array
* Changes
* ArgInfo#[] -> ArgInfo#get_arg
==== Ruby/CairoGObject
* Added
==== Ruby/Clutter
* Added
==== Ruby/ClutterGtk
* Added
== Ruby-GNOME2 1.1.9: 2012-12-29
This is a experimental GObjectIntrospection support release.
=== Changes
==== Ruby/GLib2
* Improvements
* Renamed G_DEF_CLASS4 to G_DEF_CLASS_WITH_PARENT.
G_DEF_CLASS4 is still usable but it is deprecated.
==== Ruby/GObjectIntrospection
* Added. It is still experimental.
== Ruby-GNOME2 1.1.8: 2012-12-19
This is a bug fix release for Ruby 2.0.0.
=== Changes
==== All
* Fixes
* Fixed a bug that *.so isn't installed with Ruby 2.0.0.
== Ruby-GNOME2 1.1.7: 2012-12-10
This is a package for Windows fix release.
=== Changes
==== Ruby/GTK2
* Fixes
* Bundled GTK+ 2.24.8-1 instead of GTK+ 2.24.10-1.
[Reported by Mahoro Shimura]
=== Thanks
* Mahoro Shimura
== Ruby-GNOME2 1.1.6: 2012-12-02
This is Ruby 2.0.0 support release!
=== Changes
==== All
* Fixes
* Fixed install error on Ruby 2.0.0.
[ruby-gnome2-devel-en] Recent Ruby: 'depend' files must be changed
[Reported by Carlo E. Prelz]
==== Ruby/GLib2
* Improvements
* Improved portability a bit. '$,' is used instead of rb_output_fs.
[GktHub:#117] [Reported by Marvin Gülker]
==== Ruby/GIO2
* Fixes
* Fixed a crash bug on i386. [Reported by TAKATSU Tomonari]
==== Ruby/GTK2
* Improvements
* Added Gtk::TreeModel#iter_root. [GitHub:121] [Patch by dmaciejak]
* Added Gtk::TreeModel#iter_next. [GitHub:121] [Patch by dmaciejak]
==== Ruby/GdkPixbuf2
* Fixes
* Fixed build errors with old gdk-pixbuf.
==== Ruby/Poppler
* Improvements
* Added missing required Poppler version.
[Suggested by Grant Schoep]
[ruby-gnome2-devel-en] poppler, build fails, incorrect
required_pkg_config_package?
* Fixes
* Fixed a wrong package name on Red Hat and Fedora.
[Reported by Grant Schoep]
[ruby-gnome2-devel-en] poppler, build fails, incorrect
required_pkg_config_package?
* Changes
* Disabled auto Poppler install for Homebrew. It requires
--with-glib option but auto install with --with-glib option
isn't supported yet.
==== Ruby/GooCanvas
* Improvements
* Added Goo::Canvas#update. [GitHub:119] [Patch by dmaciejak]
* Added Goo::Canvas#request_update. [GitHub:119] [Patch by dmaciejak]
* Added Goo::Canvas#convert_from_pixels. [GitHub:123] [Patch by dmaciejak]
* Added Goo::Canvas#convert_to_pixels. [GitHub:123] [Patch by dmaciejak]
* Added Goo::Canvas#get_item_at. [GitHub:123] [Patch by dmaciejak]
* Added Goo::Canvas#bounds. [GitHub:123] [Patch by dmaciejak]
==== Ruby/GStreamer
* Improvements
* Don't pass -h and --help to GStreamer.
[GitHub:#118] [Reported by dmaciejak]
=== Thanks
* TAKATSU Tomonari
* dmaciejak
* Grant Schoep
* Carlo E. Prelz
* Marvin Gülker
|
|
|
|
|
|
requested by Thomas Klausner.
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
|
|
It turns out there were a lot of these.
|
|
== Ruby-GNOME2 1.1.3: 2012-04-08
This is a bug fix release of 1.1.2.
=== Changes
==== Ruby/GLib2
* Improvements
* Added required Ruby version into gemspec.
* [GitHub#106] glib-mkenums.rb supported macro lines in header.
This change is required for building with GLib 2.31.20.
[Reported by mtasaka]
* [GitHub#107] Supported tests on PPC.
[Reported by mtasaka]
* Fixes
* Fixed handler_id type.
==== Ruby/GTK2
* Improvements
* Added Gtk::TreeViewColumn#set_sort_column_id and
Gtk::TreeViewColumn#sort_column_id= for GTK+ < 2.18.
[ruby-gnome2-devel-en] Gtk::TreeViewColumn
[Reported by grant schoep]
* Added Gtk::InfoBar.
* Added Gtk::MessageType.
* Added Gtk::ResponseType.
* Fixes
* Fixed build failure with GTK+ < 2.12.
[ruby-gnome2-devel-en] compile problems gtk2, ruby-gnome2-all-1.1.2
[Reported by grant schoep]
* Fixed require failure with GTK+ < 2.14.
[ruby-gnome2-devel-en] NameError: undefined method
`color_selection' for class `Gtk::ColorSelectionDialog'
[Reported by grant schoep]
==== Ruby/Poppler
* Improvements
* [GitHub#97] Added Poppler::Page#text_layout.
[Patch by Andrey Kutejko]
* [SF.net#3495948] Removed needless poppler-cairo check.
[Reported by Pino Toscano]
* Fixes
* [GitHub#96] Fixed valid state of child index iterator.
[Patch by Andrey Kutejko]
* [GitHub#97] Fixed parameter check of Poppler::Page#get_text.
[Patch by Andrey Kutejko]
==== Ruby/VTE
* Fixes
* Fixed build failure with VTE < 0.24.
==== Ruby/GStreamer
* Improvements
* Added Gst::Element#seek_simple.
* Fixes
* [GitHub#95] Fixed async test.
[Reported by mtasaka]
|
|
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
== Ruby-GNOME2 1.1.0: 2012-01-05
This is a source cleanup release.
=== Changes
==== Ruby/GLib2
* Improvements
* [GitHub#65] Supported GLib 2.31. [Reported by mtasaka]
* Supported comparing between GLib::Enum/GLib::Flags and Symbol.
* Fixes
* [GitHub#1] Fix GLib::Spawn regression.
[Patch by Geoff Youngs]
* Plugged memory leaks.
* Fixed a crash by GC on Ruby 1.9.
* Changes
* Remove optional Ruby-GetText-Package dependency.
==== Ruby/GTK2
* Improvements
* [ruby-gnome2-devel-en] FileChooserDialog raising warnings on Windows:
Added hicolor-icon-theme into gem on Windows.
[Suggested by wNikolai Weibull]
* Fixes
* Fixed a crash by GC.
* Plugged memory leaks.
* Fixed Gdk::GC#colormap= uses wrong value.
* Fixed Gtk::TextBuffer#serialize uses wrong value.
==== Ruby/Pango
* Fixes
* Plugged memory leaks.
==== Ruby/GdkPixbuf
* Improvements
* Gdk::Pixbuf.new supports hash argument.
* Fixes
* Plugged memory leaks.
==== Ruby/GStreamer
* Improvements
* Supported Windows gem.
* Improved memory management.
* Fixes
* [GitHub#86] Gstreamer: test_caps test fails. [Reported by mtasaka]
* [GitHub#87] GStreamer: test_span test fails. [Reported by mtasaka]
* [GitHub#87] GStreamer: test_create_clock test fails.
[Reported by mtasaka]
* [GitHub#89] GStreamer: test_fraction_range_new test fails.
[Reported by mtasaka]
* [GitHub#91] GStreamer: test_state "sometimes" fails.
[Reported by mtasaka]
==== Ruby/Poppler
* Fixes
* Fixed a wrong conversion in Poppler::Document#find_dest.
[Reported by Chloé Desoutter]
|
|
It was accidenally replaced by recursive bump for graphics/freetype2.
|
|
|
|
== Ruby-GNOME2 0.90.9: 2011-06-11
NOTE: 0.90.x releases are for 1.0.0 major release.
This is the last release of 0.90.x series. The next release
will be 1.0.0!
=== Changes
==== All
* Fixes
* Fix a bug in version numbers.
[Grant Schoep, Vincent Carmona]
* Support 'bundle install' .
==== Ruby/GLib2
* Improvements
* Support GLib::IOChannel.new(fd) and GLib::IOChannel#fd on Windows.
* GLib::IOChannel#write returns written byte not self.
[backward incompatible]
==== Ruby/GTK2
* Fixes
* fix misc/bindings.rb sample (ruby 1.9).
[Vincent Carmona]
* [#3305589] fix Gtk::Window#add_accel_group misses
a reference to accel group.
[Piotr Korzuszek, Kouhei Sutou]
* Support cairo related samples in Ruby 1.9.
[Jon, Kouhei Sutou]
==== Ruby/GStreamer
* Improvements
* add Gst::Registry.update method.
[Vincent Carmona]
==== Ruby/VTE
* Fixes
* [#3199587] fix pc install.
[OBATA Akio, Kouhei Sutou]
==== Ruby/Poppler
* Fixes
* [#3292118] don't run needless tests.
[Mamoru Tasaka, Kouhei Sutou]
==== Ruby/GtkSourceView2
* Improvements
* support Windows.
[S.Kitagawa]
|
|
|
|
== Ruby-GNOME2 0.90.8: 2011-03-04
NOTE: 0.90.x releases are for 1.0.0 major release.
A bug fix release of 0.90.7.
=== Changes
==== All
* Fixes
* 'make distclean' does not removed pkg-config files.
==== Ruby/GLib2
* Fixes
* fix non-gem rcairo detection. [#3178228]
[OBATA Akio, Kouhei Sutou]
==== Ruby/Atk
* Fixes
* fix 'make distclean' cleans needed a file.
[Vincent Carmona]
==== Ruby/Pango
* Fixes
* fix 'make distclean' cleans needed a file.
[Vincent Carmona]
==== Ruby/GTK2
* Fixes
* fix require order.
[id:kenhys]
* [#3046538] fix crash by GC at exit.
[Vincent Carmona, Kouhei Sutou]
* gtk-demo samples with ruby 1.9 (excepted cairo ones).
[Vincent Carmona]
==== Ruby/GooCanvas
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
==== Ruby/GStreamer
* Improvements
* improve missing message.
[Vincent Carmona]
* add Gst::InstallPlugins.
[Vincent Carmona, Kouhei Sutou]
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
* don't use rbgprivate.h. [#3188442]
[Mamoru Tasaka, Kouhei Sutou]
==== Ruby/GtkMozEmbed
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
==== Ruby/GtkSourceView2
* Fixes
* fix pc install. [#3178294]
[OBATA Akio, Kouhei Sutou]
|
|
|
|
Removed deprecated binding packages.
== Ruby-GNOME2 0.90.7: 2011-02-02
NOTE: 0.90.x releases are for 1.0.0 major release.
A package fix release of 0.90.6.
=== Changes
==== Ruby/GLib2
* Improvments
* force remove "-Wl,--noundefined" linker option because
Ruby-GNOME2 packages doesn't support the option.
[Dobai-Pataky Bálint, Kouhei Sutou]
==== Ruby/GTK2
* Improvments
* use "MS-Windows" GTK+ theme by default on Windows.
[ashbb, Kouhei Sutou]
=== Thanks
* ashbb
* Dobai-Pataky Bálint
== Ruby-GNOME2 0.90.6: 2011-01-29
NOTE: 0.90.x releases are for 1.0.0 major release.
Removed deprecated packages. All supported packages support
RubyGems. All supported packages except Ruby/VTE,
Ruby/GStreamer and Ruby/GtkMozEmbed support also Windows
binary bundled gem.
=== Changes
==== All
* remove all deprecated packages.
[Masaaki Aoyagi]
* all supported packages support RubyGems.
[Masaaki Aoyagi]
==== Ruby/GLib2
* Imrpovements
* add gnome2-raketask.rb that is a utility library to
define Rake tasks for Ruby-GNOME2 packages.
[Masaaki Aoyagi, Kouhei Sutou]
* Fixes
* fix GType conversion.
[Kouhei Sutou]
* fix rcairo installed by RubyGems detection.
[Masaaki Aoyagi]
==== Ruby/GIO2
* Improvements
* support GIO 2.26.
[Nikolai Weibull]
==== Ruby/GStreamer
* Improvements
* add Gst::MissingURISourceMessage.
[Vincent Carmona, Kouhei Sutou]
* support RubyGems.
[Masaaki Aoyagi]
==== Ruby/Pango
* Fixes
* rename Pango::LayoutIter#at_last_line! to
at_last_line? because at_last_line is a predicate
method. (at_last_line! still exists for backward compatibility.)
[mrkn, Kouhei Sutou]
==== Ruby/GtkMozEmbed
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
* Fixes
* support "2.0b7" style module version. #3141244
[reandr, Kouhei Sutou]
==== Ruby/GooCanvas
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
==== Ruby/GtkSourceView2
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
==== Ruby/VTE
* Improvements
* support RubyGems.
[Masaaki Aoyagi]
=== Thanks
* Vincent Carmona
* mrkn
* reandr
* Nikolai Weibull
* Masaaki Aoyagi
|
|
|
|
|
|
== Ruby-GNOME2 0.90.5: 2010-10-28
NOTE: 0.90.x releases are for 1.0.0 major release.
A build system improvements release.
=== Changes
==== All
* Improvements
* add --with-pkg-config-dir option to extconf.rb for *.pc.
==== Ruby/GLib2
* Improvements
* glib-mkenums.rb can work with Ruby 1.9 on LANG=C.
[Kouhei Sutou]
* Bug fixes
* fix pkg-config gem dependency.
[Kouhei Sutou]
== Ruby-GNOME2 0.90.4: 2010-10-24
NOTE: 0.90.x releases are for 1.0.0 major release.
A bug fix release of 0.90.3.
=== Changes
==== Ruby/GLib2
* Bug fixes
* add missing '*' for String type conversion. [#3093789]
[tmtms, Kouhei Sutou]
==== Ruby/GIO2
* Bug fixes
* Remove needless cairo dependency.
[OBATA Akio, Kouhei Sutou]
==== Ruby/Libglade2
* Improvements
* Don't install *.pc by default.
[OBATA Akio, Kouhei Sutou]
|
|
|
|
= NEWS
== Ruby-GNOME2 0.90.3: 2010-10-23
NOTE: 0.90.x releases are for 1.0.0 major release.
* Support String encoding in Ruby 1.9.
* RVAL2CSTR2 and CSTR2RVAL2 are deprecated.
* Ruby/GIO2 is imported as an experimental library.
=== Changes
==== All
* Support String encoding.
[Guillaume Cottenceau, Neil Roberts, Kouhei Sutou]
* Don't install *.pc by default. Set pkgconfigdir make
varialbe like 'make pkgconfigdir=/usr/lib/pkgconfig'.
==== Ruby/GLib2
* Improvements:
* declare argument types.
[Nobuyoshi Nakada, Kouhei Sutou]
==== Ruby/GIO2
* Imported as an experimental library.
[Nikolai Weibull]
==== Ruby/GTK2
* Improvements:
* keep backward compatibility around GDK key
symbols introduced at GTK+ 2.20.
"[ruby-gnome2-devel-en] Constants names change in Gdk::KeyVal"
[Vincent Carmona]
* move gdk-pixbuf and cairo related methods from Ruby/GdkPixbuf2.
"[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2"
[Andrea Dallera, Kouhei Sutou]
* Bug fixes:
* fix GType conversion in Gtk::ItemFactory.new on 64bit
platform.
[Grant McLean, Steve Wills, Kouhei Sutou]
==== Ruby/GdkPixbuf2
* Improvements:
* move gdk-pixbuf and cairo related methods to Ruby/GTK2.
"[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2"
[Andrea Dallera, Kouhei Sutou]
* change .pc filename from ruby-gdkpixbuf2 to
ruby-gdk-pixbuf2.
==== Ruby/RSVG2
* Bug fixes:
* add missing libcroco dependency on Windows.
[U.Nakamura, Kouhei Sutou]
==== Ruby/Poppler
* Improvements:
* support Popper 0.15.0. [#3079667]
[Mamoru Tasaka, Kouhei Sutou]
* Bug fixes:
* add missing libjpeg dependency on Windows.
[U.Nakamura, Kouhei Sutou]
* fix installed Ruby/GLib2 gem can't be detected.
[kdmsnr, Kouhei Sutou]
=== Thanks
* U.Nakamura
* kdmsnr
* Mamoru Tasaka
* Guillaume Cottenceau
* Vincent Carmona
* Grant McLean
* Steve Wills
* Andrea Dallera
* Nobuyoshi Nakada
* Neil Roberts
== Ruby-GNOME2 0.90.2: 2010-09-26
NOTE: 0.90.x releases are for 1.0.0 major release.
A RubyGems package fix release.
=== Changes
==== All
* fix path.
[kimura wataru, Kouhei Sutou]
==== Ruby/GTK2
* Bug fixes:
* fix gtk2/base.rb is missing in gem.
[S.Kitagawa, Kouhei Sutou]
==== Ruby/GIO2
* Bug fixes:
* fix a typo in .pc name. [#3075619]
[O01eg, Kouhei Sutou]
==== Ruby/RSVG2
* Bug fixes:
* also check rb_cairo.h availability. [#3075617]
[O01eg, Kouhei Sutou]
=== Thanks
* S.Kitagawa
* O01eg
* kimura wataru
|
|
Fix build problem of ruby-gnome2 with ruby19.
(Although textproc/ruby-eruby has another problem with ruby19.)
|
|
= NEWS
== Ruby-GNOME2 0.90.1: 2010-09-23
NOTE: 0.90.x releases are for 1.0.0 major release.
A install bug fix release of 0.90.0.
=== Changes
==== Ruby/ATK
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
==== Ruby/GTK2
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
==== Ruby/Pango
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
==== Ruby/Poppler
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
==== Ruby/RSVG
* Bug fixes:
* fix .pc install path.
[OBATA Akio, Kouhei Sutou]
=== Thanks
* OBATA Akio
== Ruby-GNOME2 0.90.0: 2010-09-23
NOTE: 0.90.x releases are for 1.0.0 major release.
RubyGems support!
=== Changes
==== Ruby/GTK2
* Bug fixes:
* [ruby-gnome2-devel-en] Gtk 2.20, Gtk::Builder and 'name'
add Gtk::Buildable#builder_name/set_builder_name.
[Simon Arnaud, Kouhei Sutou]
=== Thanks
* Simon Arnaud
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
== Ruby-GNOME2 0.19.3: 2009-09-24
NOTE: 0.19.x releases are development series.
This release is a bug fix release of 0.19.2.
=== Changes
===== Ruby/GLib2
* Bug fix:
* really fix
'empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.'
[Simon Arnaud, Kouhei Sutou]
=== Thanks
* Simon Arnaud
== Ruby-GNOME2 0.19.2: 2009-09-23
NOTE: 0.19.x releases are development series.
This release is a bug fix release of 0.19.1.
=== Changes
==== Ruby/GLib2
* Bug fixes:
* empty $(vendorarchdir) related build problem on CentOS 5.3 x86_64.
[Toshiyuki Suzumura, Kouhei Sutou]
* [#2862022] fix multi thread blocking with Ruby
1.8.6-p368 or later and 1.8.7-p173 or later.
[Roy Wright, Andrea Dallera, Kouhei Sutou]
* [Debian #502262] work Ruby thread with GTK+.
[Johan Walles, Kouhei Sutou]
==== Ruby/GTK2
* Bug fixes:
* [#2679744] fix a typo:
Gtk::Widget#set_scroll_adjustment ->
Gtk::Widget#set_scroll_adjustments.
[Kentaro Fukuchi, Kouhei Sutou]
==== Ruby/GtkMozEmbed
* Bug fixes:
* fix .pc detection.
[OBATA Akio, Kouhei Sutou]
=== Thanks
* OBATA Akio
* Toshiyuki Suzumura
* Roy Wright
* Andrea Dallera
* Johan Walles
* Kentaro Fukuchi
|
|
|
|
This release is a bug fix release of 0.19.0.
=== Changes
==== Ruby/GTK2
* use RUBYARCHDIR
[OBATA Akio]
* #2814953: install missing headers
[Mamoru Tasaka]
==== Ruby/GLib2
* Bug fixes:
* avoid object allocation while GC
[OBATA Akio, Kouhei Sutou]
* use RUBYARCHDIR
[OBATA Akio]
* mkmf-gnome2.rb add "-I$(vendorarchdir)" to $CPPFLAGS.
[OBATA Akio, Kouhei Sutou]
==== Ruby/ATK
* use RUBYARCHDIR
[OBATA Akio]
==== Ruby/Pango
* use RUBYARCHDIR
[OBATA Akio]
* use gem version rcairo as fallback
[OBATA Akio]
==== Ruby/Libart
* use RUBYARCHDIR
[OBATA Akio]
==== Ruby/GdkPixbuf
* use gem version rcairo as fallback
[OBATA Akio]
==== Ruby/GnomePrint
* install rblibgnomeprintversion.h
[OBATA Akio, Kouhei Sutou]
==== Ruby/GtkMozEmbeded
* fix header generation error caused by missing file
[OBATA Akio]
==== Ruby/VTE
* support VTE 0.20
[Kouhei Sutou]
==== Ruby/PanelApplet
* #2815036: re-support Ruby 1.8.6.
[Mamoru Tasaka, Kouhei Sutou]
==== Ruby/Libglade2
* Debian#519786: fix GC related SEGV when a widget in
glade is removed by hand.
[Arnaud Cornet, Kouhei Sutou]
=== Thanks
* OBATA Akio
* Mamoru Tasaka
* Arnaud Cornet
|
|
|