Next | Query returned 167 messages, browsing 141 to 150 | Previous

History of commit frequency

CVS Commit History:


   2004-12-29 12:12:10 by Marc Recht | Files touched by this commit (1)
Log message:
remove 2.2 from the list of accepted Python versions
   2004-12-29 12:10:56 by Marc Recht | Files touched by this commit (3) | Package updated
Log message:
update to 2.6.2

What's new since 2.0.3:
* bonobo
 - New class UnknownBaseImpl, to allow python CORBA implementations to
be used where a bonobo.Object is expected
(eg. bonobo.Object.add_interface) (Gustavo)
 - Remove bonobo_ prefixes from all bonobo functions that still have one (Gustav
o)
 - New function bonobo.stream_client_read (Gustavo)
 - New bonobo.Application API in libbonobo 2.6.
* gnome.vfs
 - New module gnome.vfs.async, for asynchronous GnomeVFS operations \ 
(I?<83>±aki
)
 - Add setters for gnome.vfs.FileInfo (Gustavo)
 - Add function gnome.vfs.set_file_info (Gustavo)
* gnome.ui
 - New gnome_thumbnail_* wrappers (Gustavo)
* gnome
 - Support popt options in gnome.program_init (Rubens, Gustavo)
 - Support some string construct-only properties in gnome.program_init (Gustavo)
 - Reset LC_NUMERIC to C after gnome.program_init (Gustavo)
 - New type wrapper for GnomeModuleInfo, add functions to retrieve all
the GnomeModuleInfo's (Rubens)
 - Support the 'module_info' parameter in gnome.program_init (Rubens)
* gtkhtml2
 - Add function html_selection_get_text (Juri Pakaste)
* gnome.nautilus
 - Follow changes in open_location_* API in nautilus 2.6 (Gustavo)
* misc
 - zvt module removed, in favour of external vte python bindings (James)

Overview of Changes from gnome-python 2.5.90 to gnome-python 2.6.0
===================================================================
* bonobo
 - bonobo.AppClient is only a GObject, not a BonoboObject (Gustavo)
 - bonobo.event_source_client_add_listener now returns the new listener,
to allow future disconnection (Gustavo)
 - Remove CORBA exceptions from all bonobo callbacks (Gustavo)
 - Fix a bug in bonobo.generic_factory_main (Gustavo)
* gnomeprint
 - Add new pango/gnomeprint integration API if libgnomeprint 2.8 is
installed (Gustavo)
* vfs
 - Add missing bytes_requested parameter to read/write callbacks of
async operations (Gustavo)
 - Raise exception when trying to subclass vfs types (Gustavo, James)
* applet
 - Workaround problem in PanelApplet constructor (Gustavo)
 - Fix initialization of bonobo (Gustavo)
* general
 - Mixed 32/64 bit architecture installation fixes (Jonathan Blandford)
 - Add gnome_python_version variable to the gnome module (Gustavo)
 - Resolve all known compiler warnings (Gustavo)

Overview of Changes from gnome-python 2.6.0 to gnome-python 2.6.1
=================================================================
* gnome.vfs
 - 64 bit fixes in async operations (Benoît Dejean)
 - Better parameter handling in vfs_read (Benoît Dejean)
* gnome.canvas
 - Allow subclassing without __gobject_init__ (Gustavo)
* gtkhtml2
 - Workaround gtkhtml2 initialization bug (Jonathan Blandford)
* general
 - Include a couple of missing bonobo examples in the tarball (N. V. Shmyrev)
 - Add runtime check for required pygtk version (Gustavo)

Overview of Changes from gnome-python 2.6.1 to gnome-python 2.6.2
=================================================================
* gnome.vfs
 - Fix blocking of threads when calling read_entire_file() and bunch
of others;
 - gnome.vfs.xfer_* fixes.
   2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863)
Log message:
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
   2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703)
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
   2004-07-22 11:16:04 by Marc Recht | Files touched by this commit (123)
Log message:
add python as category
ok'd a while back at pkgsrcCon by agc and wiz
   2004-05-17 23:32:35 by Stoned Elipot | Files touched by this commit (26)
Log message:
Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
   2004-05-10 02:11:07 by Marc Recht | Files touched by this commit (2) | Package updated
Log message:
update to 2.0.2

Changes since 2.0.0:
* gnome.canvas
 - add functions and methods to allow using Bpath canvas item
 - add item_list attribute to gnome.canvas.Group to contain list of child items
* gnome.vfs
 - add lots of wrappers for gnome.vfs.mime_* functions
 - add wrappers for gnome.vfs.xfer_* functions
 - bug fixes
* bonobo
 - fix reference counting of bonobo object constructors
* gnomeprint
 - Add examples ported from C, found in libgnomeprintui
 - Add wrappers for gnome_print_convert_distance(_full)?
 - GnomeFontDialog derives from GtkDialog, not GtkWidget
 - Add missing gnomeprint.Context.grestore()
* gconf
 - check gconf value type on get_xxx()
 - fix example simple-view.py
 - misc fixes
* applet
 - add PanelApplet.get_flags and PanelApplet.set_flags and respective constants
* gnome.ui
 - Enable wrapper for IconTextItem.get_text()
 - Add wrapper for gnome.ui.IconList.get_selection()
 - Fix AboutDialog crash when translator_credits is None
 - Add wrappers for gnome.ui.Client.set_xxx_command()

Changes since 2.0.1:
  The only change since 2.0.1 is a small build fix that makes it possible
  to build the vfs bindings again. (bug 138556)
   2004-03-26 03:28:02 by Thomas Klausner | Files touched by this commit (572) | Package updated
Log message:
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
   2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232)
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
   2004-03-16 19:23:28 by Johnny C. Lam | Files touched by this commit (25)
Log message:
If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.

Next | Query returned 167 messages, browsing 141 to 150 | Previous