The latest distfile is 0.35 from 2004. perl-5.15 already contained a
newer version, which wasn't released separately though.
The module itself is included in perl since 5.7.3.
VERSION 3.27 (2013-09-03; sbeck)
NEW CODE(s)
* FIPS-10 country codes removed
As of June, the FIPS codes are not being published in their
entirety. Only changes to the codes are published. This adds
a huge layer of complexity to maintaining the set, which is not
worth doing considering that the set is deprecated. As such, the
code set is no longer supported.
VERSION 3.26 (2013-06-03; sbeck)
Documentation fixes
Some of the examples were not correct. RT 84589
Some typos corrected. RT 85692
VERSION 3.25 (2013-03-01; sbeck)
NEW CODE(s)
VERSION 3.24 (2012-12-03; sbeck)
NEW CODE(s)
Syria alias
Syria added as an alias. RT 82747
FIPS-10 country codes deprecated
The FIPS-10 document is being withdrawn. It was deprecated in 2008,
and is being updated now only until all the agencies that use it have
switched to something else. The current version no longer lists the
long names for countries. These long names (such as 'Republic of
Albania' for Albania) only appeared in the old FIPS-10 document which
is no longer available, so they are no longer available in this module.
I will continue to support the FIPS-10 codeset as long as it is available,
but at that point, it will be withdrawn immediately. If an official
end-of-life date is announced, I will include a notice here. Otherwise, support
for the codeset will be discontinued when the document is withdrawn.
You are encouraged to no longer use the FIPS-10 codeset.
Domain country codes now come from ISO 3166
The IANA domain codes have changed slightly. The IANA no longer
publishes a list of countries associated with their codes. Instead,
they use the ISO 3166 codes and country names. However, they support
a few non-standard codes, so I will continue to maintain this codeset.
The domain codes are now lowercase to correspond to the ISO 3166 codes.
VERSION 3.23 (2012-09-01; sbeck)
NEW CODE(s)
VERSION 3.22 (2012-06-01; sbeck)
NEW CODE(s)
Updated perl version required
Changed 'require 5.002' (which dated back to the version 2.xx Locale-Codes)
to 'require 5.006'. Some features used in Locale-Codes are not supported that
far back. Nicholas Clark
Sorted deprecated codes
The codes in the generated deprecated codes modules were not sorted making version
diffs bigger than they should be. Nicholas Clark
VERSION 3.21 (2012-03-01; sbeck)
NEW CODE(s)
25.11.2013: pyCardDAV v0.6 released
This is mostly a bug fix release (thanks to Jamie McClelland for fixing
two bugs), but also introduces keyring support (thanks to Steven Allen).
Have a look at the README for further information on keyring support.
Update to 2.0.18:
Fix a bug that could cause invalid scheduling when a card was
manually buried while in a filtered deck. For now, burying in
a filtered deck will mean that the card returns to the home
deck.
Fix an issue where Anki was failing to start if prefs.db was
corrupt.
Don’t create a .log file when exporting files.
Rotate log files when they hit 10MB.
Warn user when they have filenames with an invalid encoding.
Fix a long error being shown when syncing without a net connection
on some Linux computers.
Update "check database" to catch an issue with note types.
Fix issues on some Linux systems that had simplejson installed.
Fix some issues that were masking actual connection errors.
Catch more temp folder issues.
Possible fix for OSX crash when editing.
+ change cursor-position before IL/DL in
"Test of VT102-style features with BCE (Insert/Delete Char/Line)"
to demonstrate whether the terminal sets the cursor to the first
column as a side-effect, as noted in VT220 reference manual.
+ modify character-sets screens to optionally highlight the characters
which do not correspond to ISO-8859-1. This makes the National
Replacement Characters easier to see.
+ modify DSR cursor-position report to check if the terminal
accounts for origin-mode.
* Fix a delay when showing the next card on some computers.
* Make sure suspended & buried cards are reset when exporting
without scheduling information.
digiKam 3.5.0 - Release date: 2013-09-29
NEW FEATURES:
General : new RAW cameras supported : Richon GR, Panasonic LF1,
Canon EOS 70D, Sony RX100II, Sony RX1R, Olympus E-P5.
BUGFIXES FROM KDE BUGZILLA (alias B.K.O | http://bugs.kde.org):
001 ==> Removing tags limited to 250 selected pictures.
002 ==> Kipi-plugins cannot be deselected or digiKam not reading digikamrc.
003 ==> undo/redo does not take effect in the image.
004 ==> Feature request: Setting in digiKam to only detect faces, not
trying to recognize them automatically.
005 ==> digiLam crashed when validating face tag with button.
goffice 0.10.8:
Jean:
* Do not destroy axes after adding a plot using a restricted set. [#708292]
* Don't crash when there are no x values for a moving average smoothing.
[#708562]
* Never redefine GtkJustfication, use GoJustification instead. [#709007]
Morten:
* Build fixes.
* Win32 work.
* Fix font selector crash. [#709438]
Add an option to disable burying of reviews.
Added a "bury card" option to the review screen, and changed the
shortcut to bury a note to "=".
Added a new is:buried search, and is:suspend no longer shows buried
cards.
Added a new cid:<card id> search to search for a particular card
by its ID, and IDs are now shown in the Card Info screen.
Don't mark cards as modified when automatically burying, which
could potentially cause issues.
Increase sync timeout
When Anki detects the clock is wrong, it now shows how far it is
off.
Fix an issue working around a broken trash folder on Windows.
Fix problems double clicking on files to import when path contains
non-latin text, thanks to wlhuang.
Display a more informative error when the user's temp folder
permissions are wrong.
When double-clicking on a backup file to restore, skip the sync on
startup.
Log some scheduling operations to make it easier to debug issues.
Fix a bug that was causing proxy authentication errors to be
reported when the issue was something else.
A full upload now removes the deletion log, which can save a
lot of space if you've added many notes and deleted them again.
Better feedback when a sync is aborted due to concurrent access
from another device.
Stop errors from appearing when the tags column is enabled in
the browser and the user has non-latin text in tags.
Fix an issue that was causing note types to be renamed when
they shouldn't be.