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.
Changes in 2.0.13
Sibling handling has been reworked, which should better ensure
that cards from the same note donât appear together:
When you answer a card, Anki will automatically bury any
siblings that are in the new queue or review queue. Cards
in the (re)learning queue can not be buried, but reviewing
those cards will cause any new & review cards to be buried.
Cards are no longer unburied when returing to the deck
list, but can be unburied with a button on the study overview
screen.
To avoid problems during the upgrade period, cards are
currently unburied when you sync or close your collection.
When all clients have been updated, this behaviour will
change so that cards are only automatically unburied when
a day has passed. You will still be able to manually unbury
them if you wish.
This new behaviour ensures that siblings are spaced even
in filtered decks.
Burying of new cards can be disabled in the options if you
want to introduce related cards in the same session. If
disabled, Anki will try to spread out the siblings like it
does in 2.0.12, though like 2.0.12 spacing is not guaranteed
and may fail when you edit cards or perform operations that
require a queue rebuild.
When importing an .apkg file, existing notes will be updated
if they are newer in the .apkg file, and the note types are
compatible. Cards are not touched, so existing progress will
be retained. This means content authors can now easily distribute
not only new content, but updates to existing content as well.
Filtered decks have a new "relative overdueness" sort option
that will sort cards by how overdue they are compared to their
interval, in the same manner Anki did a few years ago.
You can now show tags as a browser column.
Fix an issue with importing when a filtered deck was selected
in the main window.
Donât treat modified q/a templates as an incompatible note
type.
Anki now enforces a standard encoding of media files with
non-latin text, which should fix some issues moving media
between Mac and non-Mac computers, and will ensure you donât
end up with multiple files in your media folder that look like
they have the same filename but actually have a different
encoding.
The unused media menu option has been renamed back to "Check
Media", and it is now capable of renaming fields and media
filenames to ensure theyâre consistent.
Fix an issue where dragging files from the desktop on Linux
was pasting a URL instead of embedding the file
Fixed a bug where Anki failed to start on Linux distributions
with an older Python version.
Anki now allows you to import .apkgs which have been renamed
to .zip, as unfortunately some browsers "helpfully" rename the
files when downloading them.
The "Find Duplicates" function in the browser now ignores HTML
when comparing duplicates, and provides an option to tag the
duplicates.
Fix an error in showing an error when downloading addons
Fix < and > in a field causing text to disappear when typing
in the answer .
The "study deck" and deck/note type selection windows now
remember their size and position.
Fix an issue showing clozes when the userâs mistyped the cloze
characters.
Tolerate Windows trash errors .
Fix an error when upgrading some Anki 1 decks.
Separate users on the same machine can now run Anki concurrently.
Anki should no longer have issues starting upon Linux after a
previous instance didnât terminate properly.
Fix some issues with suspending, burying & rescheduling learning
cards that could cause a later "download the fix assertion
addon" message.
After syncing once, the sync username should become visible in
the preferences dialog.
When adding a new column in the browser, scroll it into view.
When adding or importing note types, ensure they have a unique
name.
Speed improvements to some text operations, thanks to hssm.
2013/09/28
+ fix a regression in gauge widget from 2013/09/28 changes;
dlg_reallocate_gauge() failed when no --title option was given
(report by Tritonas Insomnia).
2013/09/23
+ fix samples/inputbox6-utf8, which had depended unnecessarily on bash.
+ improve memory caching for wide-character manipulation in gauge
widget (report by Devin Teske).
+ add dlg_reallocate_gauge (discussion with Devin Teske).
+ updated configure macros to use msys changes from ncurses.
+ update config.guess, config.sub
LibreOffice is a free, community-developed, multi-platform office
productivity suite. It includes key desktop applications:
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
This package tracks 4 release branch.
Fix a failure to consume a shell prompt which would cause it to remain
buffered and later be mistaken for one that had not yet issued. For
added protection, add a unique serial number to each prompt.
Omit drive index from qemu command line for backwards compatibility
with scripts written for anita 1.29 or older.
Fix X11 set names.
=== 2.0.10 / 2013-09-24
Security fixes:
* RubyGems 2.1.4 and earlier are vulnerable to excessive CPU usage due to a
backtracking in Gem::Version validation. See CVE-2013-4363 for full details
including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and
1.8.23.2 (for Ruby 1.9.3).
=== 2.0.9 / 2013-09-13
Bug fixes:
* Gem fetch now fetches the newest (not oldest) gem when --version is given.
Issue #643 by Brian Shirai.
* Fixed credential creation for `gem push` when `--host` is not given. Pull
request #622 by Arthur Nogueira Neves
* Add -fno-stack-protector to CFLAGS to fix link error for SunOS.
* Patch configure.ac and regenerate the related stuff.
* Buildlink sysutils/file for libmagic.
* Detect dirfd, setprogname and htonll in configure script.
* Create PLIST for NetBSD and SunOS.