changes (among many others):
- added postgresql backend
- trackers using postgresql or mysql backends may have many users
- new "actor" automatic property (user who caused the last "activity")
- RDBMS backends have data typed columns and indexes on several columns
- registration may be concluded by replying to the confirmation email
- HTML templating permission checks are greatly simplified
- database exports now include full journals
For a complete list see:
http://roundup.sourceforge.net/doc-0.7/whatsnew-0.7.html
Fix for PyQt < 3.8. The BlackAdder generated files are now hacked (again) to
eliminate an attibute error for WState_Polished. Also, backreferences are now
supported in the replace output.
changes:
(for a complete list see the included HISTORY file)
Version 3.4.2
- some bug fixes
- changed unittest logic to search for testcases in the given module,
if no module function named 'suite' could be found
- adoption to subversion 1.0
- include a message marker in the subject line for bug emails
- a few usability enhancements
Version 3.4.1
- fixed a serious bug in VariablesViewer
3.4:
- It comes with it's own source documentation generator.
- Support for Quixote PTL files.
- Capability to generate various UML-like diagrams from the source code.
- Interface to the cyclops cycles finder (a copy of cyclops is included).
- Import/Export of keyboard shortcuts.
- A QRegExp and a Python regexp wizard.
Version 3.3.1:
- fixed a compatibility problem with PyQt/sip 3.9
3.3:
This version includes an interface to omniORB, scripting capabilities, a
refactoring browser (the well known Bicycle Repair Man), remapable
keyboard actions and a Russian translation. The editor supports split
views, keyboard macros, bookmarks and additional breakpoint types. In
addition to these new features there are a bunch of changes under the
hood, that should increase eric3's usability. For details see the
history file in the distribution.
v3.11 11th March 2004
Added the QIconDragEvent and QLocale classes from Qt v3.3.0. Updated
all existing classes to Qt v3.3.1. Added the missing QSocketDevice
class. Added the missing QString += operators.
v3.10 16th January 2004
Added the QFtp, QHttp, QHttpHeader, QHttpRequestHeader,
QHttpResponseHeader, QLocalFs classes.
v3.9 7th December 2003
This version requires SIP v3.9 (or later) or SIP v4.0rc1 (or later).
QLayoutIterator.next() is now documented. Added the QImageIO and
QListViewItemIterator classes. Added the QDockArea << and >>
operators. Added QSettings.readBoolEntry(). Added qInstallPath(),
qInstallPathDocs(), qInstallPathHeaders(), qInstallPathLibs(),
qInstallPathBins(), qInstallPathPlugins(), qInstallPathData(),
qInstallPathTranslations(), qInstallPathSysconf(). A new
(configure.py) build system has been added which is independent of
tmake and qmake and installs a pyqtconfig module. The old (build.py)
build system remains. Added the -r flag to the build systems to enable
tracing. Added the -v flag to the build systems to specify the default
location for .sip files.
v3.8.1 6th September 2003
Added the missing QWMatrix.mapRect() * operators. The supported
educational version is now Qt v3.2.0.
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/.