4.0 (guessing from ChangeLog since the NEWS file is empty)
- needs Python >= 2.3
- more documentation
- new build system
- Darwin/OSX support
v3.10.1 11th March 2004
Bug fixes only - see the ChangeLog file for details.
v3.10 16th January 2004
Added the asstring() method to the sip.voidptr type.
v3.9 7th December 2003
Added the -w flag to sip to enable warning messages. Added the -j flag
to sip to concatanated source files. %Import, %Include and
%OptionalInclude can now take a relative (UNIX style) pathname. The
directory containing the file will also be searched for files that it
itself includes or imports. Added %MethodCode and deprecated
%MemberCode. Deprecated %Makefile and %ExportedHeaderCode. Added
%TypeHeaderCode as a synonym for the deprecated %HeaderCode in type
definitions. Added %ModuleHeaderCode as a synonym for the deprecated
%HeaderCode in module definitions. Added %ModuleCode as a synonym for
the deprecated %C++Code in module definitions. Added %TypeCode as a
synonym for the deprecated %C++Code in type definitions. Added
%PostInitialisationCode as a synonym for the deprecated
%PostInitialisationC++Code. Added support for functions that return
values via pointers and references. Added support for structs within
classes. Added support for %AccessCode and deprecated %VariableCode.
Added support for %VirtualCatcherCode and deprecated %VirtualCode.
Added support for explicit C++ signatures. Added the SIP_SLOT,
SIP_QOBJECT, SIP_PYCALLABLE, SIP_PYTUPLE, SIP_PYLIST and SIP_PYDICT
types. Added /PreHook/ and /PostHook/ to ctors. Added /TransferBack/
for function results. Added /AllowNone/ and /GetWrapper/ to arguments.
Added sipTrace(), sipBadCatcherResult(), sipParseResult(),
sipCallMethod(), sipGetWrapper(), sipTransfer(), sipClassName() and
sipBuildResult() to the module API. Added SIP_VERSION and SIP_BUILD to
sip.h. A new (configure.py) build system has been added which is
independent of tmake and qmake and installs a sipconfig module. The
old (build.py) build system also installs a (different and
incompatible) sipconfig module. SIP is now licensed under a single
Python-like license.
2004-05-07 Michael Meeks <michael@ximian.com>
* Version 2.10.2
2004-05-07 Michael Meeks <michael@ximian.com>
* Branch for Gnome 2.6
2004-04-24 Dan Winship <danw@ximian.com>
* src/services/imodule/Makefile.am (LDADD): Remove
$(LOCAL_LINC_LIBS). (Only libORBit-2 itself should be linking
against it.)
* src/services/name/Makefile.am (libORBitCosNaming_2_la_LDFLAGS):
Likewise
2004-04-24 Frank Rehberger <frehberg@fresa.casa.in-berlin.de>
* MAINTAINERS: maintainer-ship handed over to frehberg@gnome-de.org
2004-04-21 Michael Meeks <michael@ximian.com>
* Version 2.10.1
2004-04-21 Michael Meeks <michael@ximian.com>
* src/orb/orb-core/iop-profiles.c
(CodeSetComponent_demarshal): don't spew a
g_warning, just a dprintf.
(IOP_UnknownComponent_marshal): actually marshal
the length of the sequence as well as the data.
2004-04-21 Bill Haneman <bill.haneman@sun.com>
* test/everything/basicServer.c
(TestFactory_getObjectCount, TestFactory_getObject):
hammer on some JavaORB stuff.
* test/everything/client.c (testIOR): impl.
(run_tests): upd.
2004-04-13 Joe Marcus Clarke <marcus@freebsd.org>
* ORBit-2.0.pc.in: add gthread dep.
2004-03-19 Mark McLoughlin <mark@skynet.ie>
* orbit2-config.in: return -lORBitCosNaming-2 with
--use-service=name rather than -lORBitCosNaming.
This script is still deprecated old cruft, though.
SWF modules are manipulating Macromedia Flash movie (SWF) files.
This package contains:
SWF::File module can be used to make SWF movie.
SWF::Parser module provides a parser for SWF file.
This tool creates XviD configuration files. The generated configuration
file is meant to be read by transcode's xvid4 export module. This module
(and the configuration file) is intended to be used with XviD 1.0
(dev-api-4).
Submitted to pkgsrc-bugs by bsd4ever@nospam.lan with some minor
cleanup by me.
This tool creates XviD configuration files. The generated configuration
file is meant to be read by transcode's xvid4 export module. This module
(and the configuration file) is intended to be used with XviD 1.0
(dev-api-4).
Submitted to pkgsrc-bugs by bsd4ever@nospam.lan with some minor
cleanup by me.
Changes since 1.3.13:
4/23/04
* TimeSync logic improved. If we can't hit eBay, rely on local time,
but, for real this time.
* Version 1.3.15
4/22/04
* Fix time synchronization
4/20/04
* Allow configurable X font string
* Fix item location parsing
* Fix currency parsing
* Version 1.3.14
4/11/04
* Show seller in main window (RFE #902344)
* Use unsigned long longs for auction numbers.
* Applied add by URL patch (#820963)
3/30/04
* Changed default fonts
* Added some missing HTML entites
Data::TemporaryBag module provides a bag object class handling long
size data. The short size data are kept on memory. When the data
size becomes over $Threshold size, they are saved into a temporary
file internally.
modified by me.
This perl module is encapsulation of the XSLT processor called
Sablotron (textproc/sablotron). If you don't know what is XSLT, look
at http://www.w3.org/ site. If you don't know what is Sablotron, look
at http://www.gingerall.com/.
modified by me.
xmmsctrl is a small utility to control xmms from the command line.
Its goal is to be used coupled with sh to test xmms state and perform
an appropriate action, e.g. if playing then pause else play. The
interest of this is to bind keys in a window manager to have control
over xmms with keys that do play/next/pause, prev, control sound...
Changes:
- remove superfluous .if around BUILD_DEFS
- drop maintainership, i don't really use the package anymore
- XXX: this package doesn't compile on non-IPv6 enabled operating systems
1.2.2:
======
- Fix FreeBSD 5.1/5.2 issue with time_t being long long on that platform.
- Tweak vsftpd.conf.5 to avoid automated mails from ESR ;-)
- Add -v flag which just outputs the version and exits.
- Fix nasty issue resulting in listener instability under extreme load
(root cause was re-entering malloc/free).
- Fix build with modern glibc-2.3 and no libcap on Linux.
- Fix 64-bit file support on Solaris.
- Add initial support for running as the user which launched vsftpd,
i.e. no root needed. Warning - easy to create insecurity if you use
this without knowing what you are doing.
- For above run-as-launching-user support: make CDUP re-use CWD code
so that deny_file of *..* is useful.
- Attempt fix of 64-bit file support on FreeBSD (may need another go).