A Java-based application allowing you to monitor auctions you're
not part of, submit bids, snipe (bid at the last moment), and
otherwise track your auction-site experience. It includes adult-auction
management, MANY currencies (pound, dollar (US, Canada, Australian,
and New Taiwanese) and euro, presently), drag-and-drop of auction
URLs, an original, unique and powerful 'multisniping' feature, a
relatively nice UI, and is known to work cleanly under Linux,
Windows, Solaris, and MacOSX from the same binary.
0.9.0-beta8:
- Include spamhaus_drop.dat in the source distribution. Fix installation
issue (closes#364).
0.9.0-beta7:
- Initial SpamhausDrop plugin implementation, by
Wes Young <wes@barely3am.com> (closes#363)
- Do not discard --root parameters if prefix is absolute.
- Python 2.4 backward compatibility fixes.
- Handle plugin loading error gracefully.
- Improve WormPlugin accuracy, and make it carry a reference to the
initial event. The plugin used to alert when seeing an alert to a
given target, and this same alert going back to the source. This can
happen in a number of case (example: Netbios alert triggered by Snort)
As of now, the plugin will wait for the events to be repeated against
at least 5 differents hosts.
- Dshield CorrelationAlert now handle multiples events. Previously, we
used to generate a single Dshield CorrelationAlert for each events
where the source address would match the Dshield database. The plugin
now generate CorrelationAlert for multiples events received from the
same source.
which broke copy&paste wrapped shell lines.
CHANGES FROM 1.0 TO 1.1, 05 November 2009
* New run-shell (alias run) command to run an external command without a
window, capture it's stdout, and send it to output mode.
* Ability to define multiple prefix keys.
* Internal locking mechanism removed. Instead, detach each client and run the
external command specified in the new session option lock-command (by default
lock -np), thus allowing the system password to be used.
* set-password command, and -U command line flag removed per the above change.
* Add support for -c command line flag to execute a shell command.
* New lock-client (alias lockc), and lock-session (alias locks) commands to
lock a particular client, or all clients attached to a session.
* Support C-n/C-p/C-v/M-v with emacs keys in choice mode.
* Use : for goto line rather than g in vi mode.
* Try to guess which client to use when no target client was specified. Finds
the current session, and if only one client is present, use it. Otherwise,
return the most recently used client.
* Make C-Down/C-Up in copy mode scroll the screen down/up one line without
moving the cursor.
* Scroll mode superseded by copy mode.
* New synchronize-panes window option to send all input to all other panes in
the same window.
* New lock-server session option to lock, when off (on by default), each
session when it has been idle for the lock-after-time setting. When on, the
entire server locks when all sessions have been idle for their individual
lock-after-time setting.
* Add support for grouped sessions which have independent name, options,
current window, but where the linked windows are synchronized (ie creating,
killing windows are mirrored between the sessions). A grouped session may be
created by passing -t to new-session.
* New mouse-select-pane session option to select the current pane with the
mouse.
* Queue, and run commands in the background for if-shell, status-left,
status-right, and #() by starting each once every status-interval. Adds the
capability to call some programs which would previously cause the server to
hang (eg sleep/tmux). It also avoids running commands excessively (ie if used
multiple times, it will be run only once).
* When a window is zombified and automatic-rename is on, append [dead] to the
name.
* Split list-panes (alias lsp) off from list-windows.
* New pipe-pane (alias pipep) to redirect a pane output to an external command.
* Support for automatic-renames for Solaris.
* Permit attributes to be turned off in #[] by prefixing with no (eg nobright).
* Add H/M/L in vi mode, and M-R/M-r in emacs to move the cursor to the top,
middle, and bottom of the screen.
* -a option added to kill-pane to kill all except current pane.
* The -d command line flag is now gone (can be replaced by terminal-overrides).
Just use op/AX to detect default colours.
* input/tty/utf8 improvements.
* xterm-keys rewrite.
* Additional code reduction, and bug fixes.
epubpreflight is a tool for checking ePub files. It does not do
validation, that is the role of the epubcheck tool. The epubpreflight
tool is intended to check the things that are not mentioned in the
EPUB spec, but that could be issues in one environment or another.
The things that epubpreflight currently gives errors for are:
* Content files that are empty.
* Content files that are over 300KB.
* Image files that are empty.
* Image files that are over 10MB.
It doesn't yet check the stylesheets.
MobiPerl is a collection of tools for generating and manipulating
MobiPocket files written in Perl.
MobiPerl currently consists of the following Perl programs:
* html2mobi - Convert HTML file to a MobiPocket file.
* opf2mobi - Convert an opf file structure to a MobiPocket file.
* lit2mobi - Convert a lit file to a MobiPocket file.
* mobi2html - Explode a DRM free MobiPocket file.
* mobi2mobi - Manipulate meta data for a MobiPocket file.
* mobils - An "ls" program for MobiPocket files.
Since no official documentation for the MobiPocket is available
there might be some mistakes in the generation of the MobiPocket
files. It seems to work but there might be remaining bugs. So always
keep your original files so you can repeat the conversion if
necessary.
Maven 2.2.1 aims to correct several critical regressions related to
the selection of the HttpClient-based Wagon implementation for
HTTP/HTTPS transfers in Maven 2.2.0. The new release reverts this
selection, reinstating the Sun-based - or lightweight - Wagon
implementation as the default for this sort of traffic. However, Maven
2.2.1 goes a step further to provide a means of selecting which
provider - or implementation - the user wishes to use for a particular
transfer protocol. More information on providers can be found in our
Guide to Wagon Providers.
In addition, Maven 2.2.1 addresses some long-standing problems related
to injecting custom lifecycle mappings and artifact handlers. These
custom components are now correctly loaded regardless of whether they
come from a plugin with the extensions flag enabled, or from a pure
build extension. In addition, custom artifact handlers now will be
used to configure the attributes of the main project artifact in
addition to any artifacts related to dependencies or project
attachments created during the build.
Besides the changes noted below, a major change in 1.6.0 is that the gEDA/gaf suite
is istributed as a single tarball and uses a single build system as opposed to individual
tarballs and builds. In addition to greatly speeding up the build, it is much easier
to maintain. Additionally, it rarely made sense to only install some of the components.
Notable changes in gEDA/gaf 1.6.0
=================================
* Fixed the GtkItemEntry code inside of gattrib code so that it builds
using gtk+ > 2.16.x.
* In gschem, rubberband pin to pin connections by adding nets.
* Cleanup of the slot handling code in libgeda.
* Fixes/updates to the MinGW port.
* Updated the shipped documentation from the online wiki.
Notable changes in gEDA/gaf 1.5.3/1.5.4
=======================================
* NOTE: gEDA/gaf 1.5.3 was released with some critical bugs, so
it was withdrawn before it was widely distributed.
* Text rendering using native system fonts:
- The various programs in gEDA/gaf no longer uses its own built-in
line font.
- Native system fonts are used for rendering, giving support for a
wider range of symbols, and better looking schematics.
* Always use PostScript fonts in gschem's PostScript output. The
"output-text", "text-output" and "output-vector-threshold" config
functions have been removed.
* Image rendering in 'gschem' uses cairo instead of GDK.
* Numerous build system changes:
- gEDA/gaf is now distributed as a single source archive, called
gEDA-<version>.tar.gz.
- GTK+ 2.10 or newer and Guile 1.8 or newer are now required.
- `intltool' is no longer required.
- Documentation is now installed to ${docdir} (usually
${prefix}/share/doc/gEDA).
* The attribute edit dialog in `gschem' now has completion of most
common attribute names.
* The multi-attribute edit dialog in `gschem' now shows unpromoted
symbol attributes.
* Menu items in `gschem' now have icons and properly aligned key
bindings. They also support accelerator keys.
* The `gschem2pcb' and `PCBboard' netlist backends have been removed.
It is recommended to use `gsch2pcb' instead.
* Check for and reject non-footprint PCB files in 'gsch2pcb'.
* Removed unimplemented "File->Open" feature in 'gattrib'.
* Added --disable-gattrib command line flag to ./configure to disable the
building of 'gattrib'. This is useful if you are building against
gtk+ 2.17.x which breaks 'gattrib'.
* 'gnetlist' does not recommend drc2 every time it runs. The drc2
backend is only useful in certain circumstances.
* Assign shortcuts "vd" and "vl" for changing between color schemes
in 'gschem'.
* Fix problem with attached net attribute not being honored in 'gnetlist'.
* Focus the "save" button in the close confirmation dialog in 'gattrib' and
'gschem'.
* Accept empty attributes in the src file in 'tragesym'.
* Cleaned up the slot dialog box in 'gschem'.
* Changed the grip size rendering in 'gschem' to be reasonably sized when
zoomed in a lot.
* Introduction of a new attribute searching API in 'libgeda' and 'gschem'.
* Improvements and cleanup to the 'gnetlist' and 'gsymcheck' test suites.
* Fixed the following bugs:
- 1758673: Combine source tarballs
- 2058707: gschem, gattrib: Dangerous button focus in "Save changes"
dialog at quit
- 2430369: gschem: Deselect invisible attribs with their parent object.
- 2449060: Graphic state left inconsistent cancelling from net mode
- 2460301: libgeda: Make o_complex_promote_attribs() respect keep_invisible
and libgeda: Make o_complex_copy() actually copy.
- 2455061: Gnetlist output changed, and tests fail with recent GLib
- 2655088: autogen.sh: Make sure to exit if autopoint fails.
- 2823703: gnet-pcbpins.scm: Quote pins names if they contain comma
or close parenthesis.
- 2823755: gnetlist: Fix DEBUG builds.
- 2836109: build-sys: Add check for groff html driver.
* Spanish translation were updated.
* Lots of code, infrastructure, and doxygen documentation cleanup and
refactoring.
Notable changes in gEDA/gaf 1.5.2
=================================
* `gschem' now uses Cairo for all rendering. This allows for
everything to be rendered anti-aliased.
* `gschem' now uses a mesh grid instead of dots by default.
* Net junction cues in `gschem' are drawn smaller now.
* Copy and paste now works between different `gschem' instances (using
the X selection).
* Recent files are no longer opened in a new `gschem' window.
* Major, *backwards-incompatible* changes to color handling in
`libgeda' and `gschem'.
- All colors are specified using hexadecimal `#RRGGBB' or
`#RRGGBBAA' syntax.
- The print and display color maps are now separate.
- A new Scheme syntax is used to inspect and modify color maps.
- If you wish to use a light background in `gschem', add the line:
(load (build-path geda-rc-path "gschem-colormap-lightbg"))
to your personal or project gschemrc file.
* Attributes of embedded objects are now shown in the right color.
* Bus pins are now supported by `gschem' and `libgeda', but are *not*
properly supported by the netlister. The pin type can be modified
by selecting a pin, then right-clicking it and selecting `Edit pin
type...'.
* All of the symbols were modified to use overbar markup tags ("like
\_this\_") instead of separate lines.
* Log files are now saved to $HOME/.gEDA/logs rather than being
dropped in the current directory.
Notable changes in gEDA/gaf 1.5.1
=================================
* GTK+ version 2.8.x or later is now required.
* The selection behaviour in `gschem' was changed.
- Lines, unfilled boxes, unfilled circles, arcs, pins, nets, and
buses must be selected by clicking on the drawn path itself.
- Filled boxes, circles, text, and components, may be selected by
clicking anywhere in the bounding box.
- The default mouse click distance required to select an element was
increased to 10 pixels.
- Double-clicking on a net segment selects all connected net
segments.
* The percentage step in or out while zooming the display in `gschem'
is now configurable with the `zoom-gain' gschemrc parameter. The
default value is 20%.
* The size of steps when panning with the mouse wheel or with a
trackpad in `gschem' is now adjustable with the `scrollpan-steps'
gschemrc parameter. The default setting scrolls in steps of 1/8 of
a screen.
* A number of improvements were made to the `gschem' component
selection dialog.
- The dialog now shows a table of top-level attributes in the
selected symbol.
- It is now possible to expand/collapse a library by clicking
anywhere on its row.
* Changes to fill- and line-styles in `gschem' can now be undone.
* Arcs can now be adjusted in `gschem' using an arc angle dialog. It
can be accessed by selecting an arc and selecting Edit->Edit.
* It is now possible to rotate objects while placing them in `gschem'.
* Support for arbitrary filled and unfilled paths, using a subset of
the SVG path syntax. For more information, please see the file
format specification.
<http://geda.seul.org/wiki/geda:file_format_spec>
- `gschem' does not yet provide a GUI for creating or editing path
elements. However, it does support rendering them. They can also
be printed.
- Some of the symbols in the component library were updated to use
paths.
* A Scheme evaluation prompt was added to `gschem'. It can be
accessed by typing `:'.
* Improved algorithm for drawing hatched fills both on screen and in
PostScript output.
* Color selection dialogs and menus in `gschem' now show the actual
color as well as the description. Color names are now translatable.
* `gattrib' now prompts to save changes.
* All of the unimplemented menu items and pages in `gattrib' were
removed.
* The `always-promote-attributes' gafrc parameter now takes a list of
strings as an argument. The space-delimited string syntax is
deprecated.
* Some optimisations were made to the `gnetlist' connection traversal
algorithm to speed up netlisting large designs.
* A new netlist backend was added to support Liquid PCB.
<http://www.liquidpcb.org/>
* The `bom2' netlist backend now generates a `qty' column.
* Several improvements and fixes were made to the `systemc' backend.
* The `--gnetlist-arg' option to gsch2pcb can now be used to pass
extra `gnetlist' arguments.
* `gsch2pcb' now emits files with the latest `pcb' file format.
* The `gxyrs' pick-and-place tool was added.
Notable changes in gEDA/gaf 1.5.0
=================================
* Magnetic net mode in `gschem'. Magnetic mode lets you draw nets and
automatically connect to valid end points (such as pins and other
nets). The `magnetic-net-mode' gschemrc parameter can be used to
enable/disable this feature.
* Rotating a component while moving it in `gschem' now rotates around
the current mouse location.
* The `verilog' and `vhdl' backends now work again.
* Embedded components can now be mirrored.
* The `pads' netlist backend now uses CRLF line endings.
pkgsrc changes:
- assign devel/xulrunner maintainership to tnn@
- mozilla-common.mk: work around gcc __thread support misdetection on NetBSD
- separate distinfo related stuff into dist.mk for sharing with nss & nspr
"topcrash" bugs fixed:
468562 "ASSERTION: Inserting multiple children without flushing"
521750 Put a runtime NS_IsMainThread check in nsCycleCollector::Suspect2 ...
524462 startup crash [@ gfxWindowsFontGroup::WhichFontSupportsChar(nsTAr ...
525326 Crashes in gif decoder [@ xul.dll@0x348945][@ xul.dll@0x348864][@ ...
525276 crashes [@ nsDocument::RegisterNamedItems(nsIContent*)]
========================================================================
Release Notes for PCB snapshot 20091103
========================================================================
This release represents almost 200 commits and as such this summary
clearly is not complete. See the ChangeLog file for the complete list
of changes.
- [feature] Add attributes to layers
- [bugfix] Remove memory leak in attributes
- [bugfix] Avoid layer buttons getting confused (GTK)
- [bugfix] Fix dereference bug in hid_find_action()
- [feature] Speed up some polygon operations
- [bugfix] Don't let DRC change the grid setting
- [bugfix] Correct URL's in some dialogs and output
- [feature] Add filters to load file chooser dialog (GTK)
- [bugfix] Avoid segfaults with png HID with newer versions of libgd
- [bugfix] Don't disperse locked elements
- [feature] Added experimental topological autorouter
- [feature] Added the beginning of a testsuite.
- [docs] Document FreeRotateBuffer()
- [docs] Add some additional notes on the usage of the existing
autorouter
- [feature] Add --png-bloat option
- [bugfix] Fix several bugs found with valgrind
- [bugfix] Improve the pre-install wrapper script
- [bugfix] Several fixes to the autorouter
- [feature] Allow quoted strings and escaped characters in action
arguments
- [footprints] Add missing INDC3216M, remove duplicated RESC3216M
- [feature] Added the ability to customize mouse events via gpcb-menu.res
in the GTK HID.
- [feature] Added the ability to use mod1 (alt)(option) in
HIDs. Useful on OSX.
- [bugfix] Fix compilation issues on centos
- [bugfix] Make the detection of tools and build system around
building the documentation be more robust. Users should
not be worrying about --disable-doc or --enable-maintainer-mode
anymore
- [footprints] Add T018, T039, fix pinout of T092 to match JEDEC
- [bugfix] Speed up rendering of DRC violation previews under GTK
- [bugfix] Fix some crashing bugs related to polygons and thindraw mode
- [feature] Added a DRC refresh button
- [bugfix] Fix some pango markup in the GTK DRC dialog
- [bugfix] Fix cursor warping on flipped boards (GTK)
- [feature] Added preview images in the DRC violations window (GTK)
- [feature] Add a DrcViolationType structure and add hooks to allow HID's to use this
- [bugfix] Fix some polygon memory leaks
- [feature] Add an API for registering actions with a context to support scripting
languages like GPMI.
- [bugfix] Fix a bug with the Report(NetLength) action and NULL pin/pad names
- [bugfix] Allow exporters to work with hairlines (width of 0)
- [tools] Increase autoconf version to 2.60 since we were using some features of it
- [bugfix] Fix a number of polygon related issues
- [bugfix] Fix a number of gcc warnings
- [feature] Don't display undocumented options in help output. This helps
the transition when deprecating an option.
- [feature] Add outline mode for photo-mode exporting
- [footprints] Put the mark on pin 1 for axial footprints to make them more likely
to fall on grid
- [bugfix] Fix flipping of arcs
- [bugfix] Fix parsing of old-syntax arcs
- [bugfix] Include explicit text/lines on silk layers in the assembly drawing output
- [feature] '--ben-mode' has been renamed to '--photo-mode'
- [bugfix] Fix some crashign bugs on boards with a large number of rats
- [bugfix] Fix an off-by-one bug in the GTK netlist window
- [docs] Add getting started guide
- [feature] Add support for parsing suffixes on numbers ("um", "mm", "in", "mil")
- [bugfix] Fix some configure/build issues when cross compiling
- [bugfix] Fix some improperly used automake conditionals
- [bugfix] Fix some uninstall of shortcuts issues under windows Vista
- [feature] Add additional crosshair shapes
- [bugfix] Various windows build script improvements
Pkgsrc changes:
- Added LICENSE
Relevant changes since version 0.32:
====================================
Version 0.37 - released 2009-09-08
* New/changed functionality:
* ADSP records now check whether the domain itself exists, in
accordance to the ADSP specification
* bugfixes:
* fixed regexp used to detect header field names (issue #2803465)
* various fixes to ADSP checking
Version 0.36 - released 2009-06-02
* API changes:
* restore the as_string() method which was accidentally removed
in version 0.34
Version 0.35 - released 2009-05-22
* bugfixes:
* fixed a runaway regular expression in the canonicalization
routines (patch provided by Mark Martinec)
Version 0.34 - released 2009-05-20
* New/changed functionality:
* support for ADSP (author-domain-signing-practices) records
* removed support for pre-standardized DKIM signatures (i.e. these
are DKIM signatures without a v= or bh= tag).
* DNS resolver errors are detected and reported as such
* API changes:
* renamed Mail::DKIM::Policy to Mail::DKIM::DkPolicy. Programs using
the former name to create policy objects directly (though it would
be more expected to fetch the objects through
Mail::DKIM::Verifier) should update their code
* new policies() method in Mail::DKIM::Verifier for fetching all
applicable sender/author signing policies
* bugfixes:
* Signer object would die if first line of input wasn't a header
(rt.cpan.org issue #46179)
Version 0.33 - released 2009-03-10
* bugfixes:
* signature wrapping would sometimes cause improper preparation of
DKIM signatures, with "simple" canonicalization (issue #2257046)
* test scripts:
* the included corpus is now verified using a fake-DNS resolver,
which means the test corpus can validate even when your DNS
servers are really slow
"Image::BMP" objects can parse and even ASCII view bitmaps of the
.BMP format. It can read most of the common forms of this format.
It can be used to get image info, view images, read images and get
pixel info.
This is a singleton class for parsing XML into a tree structure.
How does this differ from other XML tree generators? By using
XML::Parser::Lite, which is a pure perl XML parser. Using this
module you can tree-ify simple XML without having to compile any
C.
This is a singleton class for parsing XML into a tree structure.
How does this differ from other XML tree generators? By using
XML::Parser::Lite, which is a pure perl XML parser. Using this
module you can tree-ify simple XML without having to compile any
C.