Overview of changes in libgpod 0.7.2
====================================
* Performance work (thanks a lot to Javier Kohen for his patches)
* Add itdb_device_supports_podcast and itdb_device_supports_chapter_image
methods
* Fix static iPod Classic/Nano 3G artwork formats
* Change installation directory for the HAL callout in the hope that it
will work out of the box on more systems
* BSD portability fixes (courtesy of Andrew Nosenko)
* Write MHLA (list of albums) headers to iTunesDB
* Small improvements for iPhone support though iPhone 3G are still
unsupported because we can't checksum the iPhone iTunesDB.
Noteworthy changes in version 2.0.1 (2010-08-09)
------------------------------------------------
* Support for WindowsCE.
* Input and output notification handler can now really access the
parsed fd as stated in the manual.
* Cleaned up the logging.
* Interface changes relative to the 2.0.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
assuan_free NEW.
_assuan_w32ce_create_pipe NEW.
ASSUAN_LOG_CONTROL NEW.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.
Version 1.50
* 11 new logic games, 4 new calculation trainers, 13 verbal analogies
* Usability enhancements from Alexandre Laplante and Jeff Stewart, students from University of Ottawa
* Unit testing for the gbrainy.Core
* Ability to define external logic puzzles using an xml file (games.xml)
* Command line support
* 7 bug fixes
Sigil v0.2.4 2010.08.12.
- fixed a problem with updating image paths for images with the same filename but coming from
different parent directories (issue #501)
- added a new "Merge With Previous" context menu action for XHTML files in the Book Browser
(issue #265)
- changed Tidy to handle the common typing mistake of ending entities with a ':' instead
of a ';' (issue #535)
- fixed a bug where double-clicking a file in the Book Browser for a file that was already
opened in a tab switched that tab back to Book View; the tab now retains whatever View
it was in previously
- newly opened tabs now default to the View of the current tab (issue 468)
- re-engineered the locations where Sigil stores its work files; the system-provided temp
folder is now used; this should alleviate some permissions issues on certain machines,
especially Macs (issue #404)
- Sigil now prevents the renaming of files in the Book Browser to filesystem invalid names
(issue #493)
- changed the keyboard shortcut that opens the Replace dialog from Cmd+H to Cmd+Shift+F
on Macs only; Cmd+H is used by Mac OS X for window hiding (issue #477)
- fixed an issue with Sigil using XHTML 1.0 for OPS doctypes, instead of XHTML 1.1
(issue #503)
- several files can now be marked as having the Text semantic type (issue #522)
- fixed an issue with Direction: All in book wide searching skipping last XHTML file
(issue #520)
- fixed an issue with the declared XML encoding not being picked up if it was wrapped
in single quotes instead of the more standard double quotes
- fixed an issue where the user could avoid the warning dialog for book-wide searching in
Book View if he switched to this mode in Code View, and then switched back
Sigil v0.2.3 2010.06.22.
- fixed an issue with the new data from one view sometimes not being saved in the final
epub when switching to the other view
- worked around a Qt focus issue causing current tab data to sometimes not be saved;
this was uncovered by fixing the hang-on-save issue, which was caused by the same
underlying problem (issue #466)
Sigil v0.2.2 2010.06.20.
- simplified the resource locking mechanism; should eliminate the hang-on-save issue
- fixed a problem with BookView chapter splitting sometimes not being registered on save,
causing duplicate content (issue #450)
Sigil v0.2.1 2010.06.18.
- XHTML files that specify two different encodings are now fixed by removing the incorrect one
- Sigil now checks the XML encoding attribute for an encoding before the HTML metatag
and charset; should now be more compatible with Calibre created epub books
- created/used 16px version of all icons; icons in menus are not blurry anymore (issue #121)
- the Find&Replace dialog now uses the currently selected text (if any) as the default search
term (issue #370)
- fixed issues with unnecessary reloads of the code view (issue #412, issue #398)
- fixed an issue with the HTML file filter in the open file dialog not correctly filtering
files (issue #416)
- fixed an issue with files without extensions not being saved in the final epub (issue #400)
- fixed an issue with XPGT resources sometimes being saved blank (issue #433)
- fixed a regression that made it impossible to add removed headings back into the TOC
(issue #439)
- fixed a problem with some file-wide replacements reverting
- fixed a problem with the opened tabs not being updated until the user gave them keyboard
focus when a file-wide replace was performed (issue 408)
- fixed a problem with Book View not reflecting changes done in Code View when the
Code View was used for editing, and then the tab closed
- use of custom synchronization primitives should resolve most infrequent hang bugs
- fixed a problem with the search not progressing in Book View find&replace when using
recursive replacements
- fixed an issue with inserting images that have apostrophes in the filename (issue #391)
- TOC text now has leading and trailing whitespace trimmed, and inner whitespace condensed
(issue #422)
- an empty ALT attribute is now added to <img> elements that don't have them (issue #406)
- added the build time to the About dialog, showing date and time in UTC
0.96 Tue Aug 10 21:13:04 PDT 2010
Bug Fixes
* You can call done_testing() again after reset() [googlecode 59]
Other
* Bug tracker moved to github
0.95_02 Wed May 19 15:46:52 PDT 2010
Bug Fixes
* Correct various typos and spelling errors (Nick Cleaton)
* Fix alignment of indented multi-line diagnostics from subtests
(Nick Cleaton)
* Fix incorrect operation when subtest called from within a todo block
(Nick Cleaton)
* Avoid spurious output after a fork within a subtest
(Nick Cleaton)
0.95_01 Wed Mar 3 15:36:59 PST 2010
Bug Fixes
* is_deeply() didn't see a difference in regexes [rt.cpan.org 53469]
* Test::Builder::Tester now sets $tb->todo_output to the output handle and
not the error handle (to be in accordance with the default behaviour of
Test::Builder and allow for testing TODO test behaviour).
* Fixed file/line in failing subtest() diagnostics. (Nick Cleaton)
* Protect against subtests setting $Level (Nick Cleaton)
New Features
* subtests without a 'plan' or 'no_plan' have an implicit 'done_testing()'
added to them.
* is_deeply() performance boost for large structures consisting of
mostly non-refs (Nick Cleaton)
Feature Changes
* is() and others will no longer stringify its arguments before
comparing. Overloaded objects will make use of their eq
overload rather than their "" overload. This can break tests of
impolitely string overloaded objects. DateTime prior to 0.54 is
the biggest example.
[Changes for 1.12 (YAML::Syck 0.35 ) - 2010-08-03]
* The tie test proved to be very unstable for 5.8 and it's not
relevant for tie actually. I'm converting it to a TODO for now.
[Changes for 1.11 (YAML::Syck 0.35 ) - 2010-08-03]
* Tests are now stable. releasing 1.11
0.43 1st August 2010
* Changes to build with BDB 5.1
- Dropped support for Server option when creating an environment.
* Documantation updates.
RT# 59202
* Fixed compilation error with MS Visual Studio 2005
RT# 59924
4.12 Sun Jun 04 2010: - Balint Szilakszi <szbalint at cpan.org>
- Fixed WWW::Curl::Form (patch contributed by Michael Ing).
- Added CURLPROXY_* constants (patch by claes).
- Added the const_string method to provide access to constants in a non-bareword way.
- Fixed t/01basic.t test failure on older libcurl versions.
5.428 2010-04-22 Dave O'Neill <dmo@roaringpenguin.com>
* VERSION 5.428 RELEASED
* (ticket 56764) Build release with a newer Module::Install
* (ticket 52924) ensure we add <> around Content-id data
* (ticket 48036) make mimesend example script a bit more useful
(courtesy of Jerrad Pierce)
* (ticket 43439) fix for parsing of doubled ; in multipart headers
* (ticket 41632) If both RFC-2231 and non-RFC-2231 parameters are
present, use only the RFC-2231 ones
* (ticket 40715) Reference Encode::MIME::Header in docs
* (ticket 39985) correct POD typos
* Only bind to localhost in smtpsend test, rather than to all available
interfaces. This might avoid some of the test failures seen on
cpantesters.
2010-08-12 -- Version 0.7.3 released, with a critical fix that only
affects multiplayer games (no need to upgrade from 0.7.2 if you
only play against the AI).
2010-08-12 -- Version 0.7.2 released, with several bug fixes related
to takeovers and Alien Oort Cloud Refinery.
2010-08-03 -- Version 0.7.1 (still beta) released, with many bug
fixes (including a very nasty one related to Galactic Scavengers).
2010-08-02 -- Version 0.7.0 (beta) released, with support for The
Brink of War expansion, and online multiplayer. There are several
known bugs in this release, but they should only occur with certain
combinations of cards and/or goals.
* 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.
pkgsrc changes:
- adapting dependencies
- use right module for Darwin 64-bit
Upstream changes:
0.91 Sun 23 May 2010
- Moving the FreeDesktop driver to prod
- Adding File::HomeDir::Test driver
0.90_04 Fri 12 Feb 2010
- Adding missing prereq
0.90_03 Tue 9 Feb 2010
- Using FreeDesktop implementation only if xdg-user-script is
present, since it's now what's been used internally. This should
prevent test failures seen in _02. (JQUELIN)
0.90_02 Thu 14 Jan 2010
- Adding support for the alternate FreeBSD xdg directory (JQUELIN)
- Improved specification compliance (DAXIM)
0.90_01 Thu 7 Jan 2010
- WARNING: This release introduces a major backwards incompatibility
for Unix users. The results returned by most methods may change.
- Added complete implementation of the FreeDesktop specification and
auto-detection of the Unix hosts to which it applies (JQUELIN)
- 01_compile.t now loads all backends (since on most platforms,
most backends will never normally be loaded).