Skip to content

Commit

Permalink
Changes 2.14.1:
Browse files Browse the repository at this point in the history
* Glib::wrap(): Don't fail when wrapping an interface that
  is implemented by an unrecognized type.
  gmmproc-generated code now uses the new wrap_auto_interface(),
  so newly-generated source code will require this latest glibmm
  version.
* Increase version number check for glib.

Changes 2.14:
* New Regex class, allowing string searching with regular expressions.
* New KeyFile class.
* Main: Added SignalTimeout::connect_seconds().
* OptionContext: Added get/set_summary(), get/set_description(),
  set_translation_domain() and set_translate_func().
* Added Glib::get_user_special_dir(), get_user_data_dir(),
  get_user_config_dir(), and get_user_cache_dir().
* Improved documentation.
  • Loading branch information
adam committed Oct 13, 2007
1 parent 3f2138f commit d917b2d
Show file tree
Hide file tree
Showing 4 changed files with 714 additions and 15 deletions.
7 changes: 3 additions & 4 deletions devel/glibmm/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.24 2007/09/21 13:03:35 wiz Exp $
# $NetBSD: Makefile,v 1.25 2007/10/13 14:18:19 adam Exp $

DISTNAME= glibmm-2.12.10
PKGREVISION= 1
DISTNAME= glibmm-2.14.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/2.12/}
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/2.14/}
EXTRACT_SUFX= .tar.bz2

MAINTAINER= [email protected]
Expand Down
Loading

0 comments on commit d917b2d

Please sign in to comment.