When installing NetBSD/sparc, use a terminal type of "xterm" rather
than "sun", as anita is more likely run from an xterm or other
ANSI-like terminal than from a sun console.
In the BUGS section of the man page, mention the specific NetBSD ports
affected.
Fix typos in the man page.
Add support for the amd64 and sparc ports as targets.
Improve error reporting for common types of unsuitable URLs.
Avoid sending multiple responses when the NetBSD 3.0.1 sysinst
updates the menu display multiple times.
New command line option "--disk-size".
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Jean:
* Don't crash when loading a corrupted chart. [#626206, #626263, #626305]
* Fix blur in zoomed charts.
* Fix memory leak and criticals in graph editor. [#626665]
* Allow themes defined as xml files. [#531070]
* Update currencies. [#626461]
Bugs fixed
Recognize auctions with BIN as auctions so they can be sniped.
Force the time to synchronize 5 minutes before a snipe fires.
Lots of tweaks to time synchronization to make it more accurate.
Make snipe, cancel snipe, and other internal web server functions work
Remove unused ‘Check for Updates’ menu item under Mac OS X; it uses Sparkle instead.
JBidwatcher was failing to recognize a user as a high bidder if there was a bid retraction.
Toolbar hide and show again shouldn’t move the login status to the far left of the toolbar.
Recognize eBay’s error message for sellers trying to bid on their own items.
Detect reserve listings again, and some other minor reserve-related tweaks.
A ton of other cleanups and refactorings.
Features
Add selection color setting to the Window menu
Some work towards providing a sync-with-mobile capability (disabled for now)
Substantial renovations to the auction update cycle; auctions to update don’t need to be in memory anymore.
Add selling-item retrieval to the My eBay search; successfully retrieved multiple pages.
An attempt at getting My eBay watch lists working.
Add the ability to refresh the log view
Add a donation button that is easily dismissible.
Include last-updated information in the Info display.
* Released Tellico 2.3.
* Fixed sorting by rating when rating has double digits (Bug: 246202).
* Fixed IMDb matching on partial titles (Bug: 245665).
* Fixed IMDb fetching of alternative titles.
* Fixed IMDb fetching of audio track and color (Bug: 244159).
* Fixed metadata import for file listing.
* Added Dewey Decimal and LoC Classification to z3950 MODS import.
* Fix subtitle value in MODS import.
* Added filter for data source list.
* Updated BoardGameGeek fetcher for new API.
* Added data source for Freebase.
* Fixed crashing bug for loading images whose size exceeded
the cache size.
* Changed Amazon Japan video search to include DVDs.
* Added new fetcher for combining results from multiple sources.
* Updated allocine.fr script to version 0.7.1, patch from
Romain Henriet.
* Fixed bug with cursor position in date field entry.
* Added fetcher for openlibrary.org (requires QJSON lib).
* Added clear button for rating widget (BUG: 227982).
* Control characters are now stripped from all text files
on import (BUG: 231302).
* Removed local FindKcddb cmake module in favor of system
FindKdeMultimedia.
* Fixed selection bug when duplicating an entry (BUG: 231125).
* Fixed crash in exporting HTML for collections with no
grouping field (BUG: 231302).
* Fixed bug that showed info dialog multiple times when
changing image location.
* Fixed crash in CSV importer.
* Tweaked entry ID values to start at 1 instead of 0.
libquantum 1.0.0:
- Fixed quantum_gate1 to work properly with sorted regs
- Fixed several bugs in quantum_rk4a
libquantum 0.9.1:
- Added fourth-order Runge-Kutta time evolution
- Fixed error in quantum_measure() that caused some register values
never being measured
- Improved error handling
- Updated license and FSF contact data
- Added arbitrary two-qubit gate
- New function two print entire time evolution operator
- Fixed Makefile syntax
-add a "sync" option to the "dr" command which sets the next written
value to the last read one, seems useful to me to do least invasive
tests in a running system
-flush stdout on progress reports of the svf player (fixed differently
in the development branch upstream)
bump PKGREVISION
reduce the number of transactions which resulted in a wrong TDO
picked up under some circumstances
being here, quell a warning in the usbprog driver which only tells
us what we already know, and improve an error message
bump PKGREVISION
of the openwince-jtagtools (added features are ejtag support,
bsdl file import and svf player, probably more)
I've added a minimal driver for the "usbprog" adapter. It needs the
"usbprogJTAG" firmware which is not distributed in binary
by the developers but can be easily built with pkgsrc/cross/avr-gcc.
(There is some "openocd" firmware which looks similar, it might be
possible to make this work.)
Caution: The usbprog adapter does no Vref sampling but drives always 5V.
Make sure your taget device tolerates that. (I've tested with a PIC32
eval board.)
Gaupol 0.17
===========
* Add "Save All As" (under the Projects menu) to save all open
documents with selected properties (fixes#595685)
* Add an inline spell-check for editable multiline text fields (off
by default, can be activated in the preferences dialog)
* Add support for milliseconds (field $MILLISECONDS) in preview
commands. Allows use of Media Player Classic for preview.
* Add help button in the preferences dialog, clickable in the
preview tab to launch web browser to view wiki documentation
* Use reading speed (characters per second) instead of optimal
duration (seconds per character) in duration adjust dialog
* Fix writing subtitle file headers with chosen newlines
* Fix reading and writing extension configurations
* Fix minor i18n issues with individual strings
* Add optional dependency of PyGtkSpell (part of gnome-python-extras)
* Add --mandir global option to setup.py to allow installation of man
pages to somewhere else than .../share/man (fixes#620665)
* Add Finnish translation
Gaupol 0.16.2
=============
* Fix "Quit" and Close All" to ask to save unsaved changes
* Update Russian translation (Алекс)
* Update Hungarian translation (Andrássy László)
Several bugs in encoding and refreshing in Konsole have been fixed
A couple of crashes in Okular's PDF viewer have been fixed
Alarms have received some fixes in KDE PIM
The changelog lists more, if not all improvements since KDE SC 4.4.4.
Bugfixes only. Including fixes for
CVE-2010-0395: A security vulnerability in OpenOffice.org, related to python
scripting, may lead to unexpected code execution.
CVE-2009-3555: OpenOffice.org 2 and 3 may be affected by the TLS/SSL
Renegotiation Issue in 3rd Party Libraries.
The release notes at http://development.openoffice.org/releases/3.2.1.html
are not extremely difficult to summarize sensibly.
0.1.4
- Remove function decls without body introduced in 0.1.3
- Add functions to check for provider services (parts of the api they implement)
- Make adding, disabling and removing default providers possible (so we can have other
providers than openDesktop.org)
JBidwatcher 2.1pre8
* Bugs fixed
* Searches (including Get My eBay Items) work again
* Fixed a failure to start the internal web server if you shut it down and tried to restart it
* Auctions with Buy It Now and Fixed Price listings are once again distinct
* For many users JBidwatcher was failing to save configuration settings during shutdown
* Make displayed bid values more consistent, and try to reduce the number of `null' prices that are displayed.
* When deleting rows, sometimes they would be replaced with `*' and would cause all kinds of problems until you shut down and restarted JBidwatcher. This should
be resolved.
JBidwatcher 2.1pre7
* Bugs fixed
* Sniping works again for users who have time sync disabled, or are bidding on items that aren't on eBay US. That was a bad one. :(
* Don't show auction listings as fixed price listings when they have a `Quantity' field in the item details.
* Sellers and high bidder names are now parsed correctly after eBay's recent changes.
* If you customize your selection color as per the FAQ, it wasn't being used anymore. It works again.
* Private listings are recognized again.
* Don't take up as much disk space with the database log
* On the Mac, JBidwatcher would start up with a fresh database, without any of the previous listings in it. Unfortunately, if 2.1pre6 was the first version you've
run, 2.1pre7 will appear to cause that problem. :(
* For Mac users using the disk image (.dmg) version, future updates should upgrade cleaner as the app name no longer includes the version number. Also using the
https site for Sparkle updates.
* Small features and improvements
* More consistent synchronization with My JBidwatcher, including thumbnails, and entirely ignoring it if the user hasn't set it up.
* Added the number of watchers, and promptly removed it as eBay made the data unavailable anonymously
* Click the user info area to shrink it if you're having display issues (flickering, half-visible, etc.)
* Add support for a variant of the TMPlayer format with two-digit
hours, i.e. time strings of form HH:MM:SS:
* Fix cropped close icons on tabs
* Fix AttributeError related to locale functions on Windows
* Fix launching web browser on Windows
* Clarify dependencies of aeidon and gaupol in README.aeidon
* Add Russian translation (Алекс)