diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-09-15 15:13:55 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-09-15 15:13:55 +0000 |
commit | 35a8603255d2191550bb8f0cba18fbbfabd0fe0d (patch) | |
tree | 8e10ac4c3a8ccb5457858e83abab72bd24e5f6ff /devel/py-gobject-shared | |
parent | d8f8c52fdb33a3f288cfa4ddc06994275b5eef8e (diff) | |
download | pkgsrc-35a8603255d2191550bb8f0cba18fbbfabd0fe0d.tar.gz |
Update py-gobject and py-gobject-shared to 2.12.1:
2.12.1 4-september-2006
- Corrected version check (Sebastian Dröge, #354364)
2.12.0 4-september-2006
- Install the html files even when using --disable-docs (#353159, Johan,
Matthias Clasen)
2.11.4 27-august-2006
- Include pre-generated html docs in the tarball (Johan)
- Fix bug in do_set_property called from constructor (Gustavo, #353039)
- Fix type registration involving interfaces with signals and/or
properties (Gustavo)
2.11.3 21-august-2006
- Documentation updates (John)
- Documentation build fixes (Johan, John, Gian Mario Tagliaretti)
- PyGObject can now be compiled using a C++ compiler (Murray Cumming)
- Type registration bug fix (Gustavo)
2.11.2 8-august-2006
- Add fixxref.py from PyGTK (Johan)
- Fix parallel build (#350225, Ed Catmur)
2.11.1 4-august-2006
- Add John Finlay's reference manual (Johan, John)
- Fix GOption mem leak (Gustavo)
- Infrastructure for lazy type registration (Johan)
- Enum/Flags fixes (Gustavo, John)
- Eliminate some GCC warnings (Johan)
2.11.0 12-july-2006
- Add GOption support (#163645, Johannes Hölzl)
- GObject metaclass converted to Python code (Gustavo)
- Register GType constants from Python-land (Johan)
- Distutils updates (John Ehresman, Cedric Gustin)
- Add support for signal emission hooks (#154845, Johan)
- g_spawn_close_pid support (Gustavo)
- Add new APIs do add or disable log redirections (Muntyan, #323786)
- "sub-sub-type" bug fixed (Gustavo)
- Coverity report code fixes (Johan)
- Support retrieving signal and property info from interfaces (Finlay)
- Support parameters of type G_TYPE_GSTRING in signals (Gustavo)
- Wrap a few g_filename_* APIs (Gustavo)
Diffstat (limited to 'devel/py-gobject-shared')
-rw-r--r-- | devel/py-gobject-shared/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-gobject-shared/Makefile b/devel/py-gobject-shared/Makefile index 6f9f35e7bf4..fd117bbb174 100644 --- a/devel/py-gobject-shared/Makefile +++ b/devel/py-gobject-shared/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2006/05/22 17:02:48 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2006/09/15 15:13:55 jmmv Exp $ -PKGNAME= py-gobject-shared-2.10.1 +PKGNAME= py-gobject-shared-2.12.1 .include "../../devel/py-gobject/Makefile.common" |