Add VxWorks-7 as an officially supported and tested platform.
Added the sqlite3_status64() interface.
Fix memory size tracking so that it works even if SQLite uses more than 2GiB of memory.
Added the PRAGMA index_xinfo command.
Fix a potential 32-bit integer overflow problem in the sqlite3_blob_read() and sqlite3_blob_write() interfaces.
Ensure that prepared statements automatically reset on extended error codes of SQLITE_BUSY and SQLITE_LOCKED even when compiled using SQLITE_OMIT_AUTORESET.
Correct miscounts in the sqlite3_analyzer.exe utility related to WITHOUT ROWID tables.
Added the ".dbinfo" command to the command-line shell.
Improve the performance of fts3/4 queries that use the OR operator and at least one auxiliary fts function.
Fix a bug in the fts3 snippet() function causing it to omit leading separator characters from snippets that begin with the first token in a column.
----------------
lldpd (0.7.14)
* Features:
+ Shutdown LLPDU are sent on MSAP change and when lldpd exits.
+ When an exact IP is provided as a management pattern, use it
unconditionally.
+ Ability to set port ID and description to an arbitrary value,
thanks to Alexandru Ardelean.
* Fix:
+ Incorrect boundary check when decoding management address and
protocol identity may lead to lldpd crash when processing
malformed LLDPDU.
+ Many edge cases where lldpd was leaving hanging processes after
crashing.
* Changes in Emacs 24.5
** This is mainly a bug-fix release, but there are some other changes.
** The default value of `history-length' has increased to 100.
** The variable `redisplay-dont-pause' is obsolete.
* Changes in Specialized Modes and Packages in Emacs 24.5
** `call-process-shell-command' and `process-file-shell-command' no longer
take "&rest args".
** The option `browse-url-firefox-startup-arguments' no longer has an effect.
** ERC
*** New option `erc-rename-buffers'.
*** New faces `erc-my-nick-prefix-face' and `erc-nick-prefix-face'.
*** `erc-format-@nick' displays all user modes instead of only op and voice.
*** The display of irc commands in the current buffer has been disabled.
*** `erc-version' now follows the Emacs version.
** Obsolete packages
*** cc-compat.el
*** crisp.el (moved to elpa.gnu.org)
*** tpu-edt.el, ws-mode.el
These emulations of old editors are believed to be no longer relevant
- contact emacs-devel@gnu.org if you disagree.
*** vi.el, vip.el (try M-x viper instead)
Changelog:
Version 2.2.11 (6 April 2015)
--------------
Provide a mutex for calls to make-fresh-user-modules to deal with
guile thread safety issues (c++-gtk-utils/Makefile.am;
extension.h, extension_helper.cpp).
Improve efficiency of scheme to C++ list translators for long
lists (extension.h).
Update libtool to version 2.4.4.
Update code comments (extension.h, future.h, parallel.h,
task_manager.h, task_manager.tpp).
Update documentation (README; application.h, parallel.h, param.h).
Version 2.2.10 (24 November 2014)
--------------
Permit Cgu::Thread::parallel_for_each(),
Cgu::Thread::parallel_for_each_partial(),
Cgu::Thread::parallel_transform() and
Cgu::Thread::parallel_transform_partial() to take const source
iterators (parallel.h).
Provide Cgu::IntIter class to enable for loops to be more easily
implemented with the parallel algorithms (doxygen.h.in,
parallel.h; tests/test_parallel.cpp).
With gcc >= 4.8 or clang >= 3.4, implement callback classes using
std::tuple (this enables Callback::make() and Callback::make_ref()
to take up to 10 bound arguments, avoids a lot of code duplication
and makes for a cleaner implementation) (acinclude.m4,
configure-gtk2.ac, configure-gtk3.ac; cgu_config.h.in,
doxygen.main.in; callback.h, param.h; tests/Makefile.am,
tests/test_tuple.cpp).
Preallocate vectors in translator functions which return
std::vector (extension.h).
Correct information about clang compatibility (doxygen.main.in).
Update documentation (async_queue.h).
Version 2.2.9 (6 October 2014)
-------------
Provide AsyncQueue::move_pop_basic(),
AsyncQueueDispatch::move_pop_basic(),
AsyncQueueDispatch::move_pop_dispatch_basic() and
AsyncQueueDispatch::move_pop_timed_dispatch_basic() methods
(async_queue.h; tests/test_async_queue.cpp).
Prevent new GTK+-3.14 deprecation warnings interfering with tests
(test/test_application.cpp).
Update build system to automake-1.14.1 (bootstrap-gtk2.sh,
bootstrap-gtk3.sh, compile, Makefile.am).
Update build system to gettext-0.18.2 (config.rpath; m4/*.m4;
po/Makefile.in.in, po/Rules.quot, po/Makevars;
c++-gtk-utils/Makefile.am, tests/Makefile.am,
tests/extension/Makefile.am).
Update tests (tests/test_callback.cpp).
Add comments about strict aliasing with character set conversion
functions (convert.cpp).
Update documentation, including to cover C++14 (README;
doxygen.main.in, async_queue.h, callback.h, convert.h,
extension.h, fdstream.h, future.h, gstream.h, mem_fun.h, mutex.h,
shared_handle.h, shared_ptr.h, task_manager.h, thread.h,
window.h).
path in file used in build stage. ChangeLog for 2.3:
* Fixed some more C++11 issues.
* Removed deprecated Template::SetEscapedValueAndShowSection()
and Template::ReloadIfChanged().
---------------------
7.1: January 6, 2011
Updated to SCOWL 7.1 which corrected several errors and also added
several now common proper names and some other words now in
common use.
7.0: December 27, 2010
Updated to SCOWL 7 which was created with a new version of Varcon
which corrected many errors, especially in the British and Canadian
dictionaries. Numerous other corrections are also included.
Added en_CA-variant_* and en_GB-variant_* auxiliary dictionaries.
- Add LICENSE as gnu-gpl-v2
- Add (tricky) SUBST to avoid editting patch-aa version to version
patch-aa will be different on the fixed (no-editting) line but of version
(upstream)
- Update 1.7.30 to 1.7.42
ChangeLog unknown
CHangelog:
* Changes in opensource COBOL 1.4.0J
** New features
*** Supports for Microsoft Windows ( Visual Studio and CL compiler )
Added win32 directory in opensource COBOL package, and prepared Solution Files for Visual Studio.
*** Enhanced CUI features
(1) Add a new function "CBL_OC_KEISEN".
This displays a KEISEN ( vertical or horizontal ruled lines ) on the screen.
(2) Supports SJIS multi-byte character input and output on the screen.
** Changes
*** Added VBISAM to the opensource COBOL package
*** Fixed not to abandon REPLACE after following COPY REPLACING has done
*** Though old style STOP statement maybe skipped, it should be still at least recognized as non-nil statement on empty check
*** Stop editing initial value of national-edited item
*** Changed NATIONAL comparison to be independent on COLLATING SEQUENCE setting
*** Fixed memory leaks in decoding national words
*** Fixed behavior of COPY REPLACING LEADING/TRAILING according to the standard
*** Fixed undecoded national item names appear in runtime messages
*** Fixed undecoded national item names appear in compilation messages
*** Prefixing/Suffixing should have no effect on FILLER item
*** Fixed compilation error on some SOURCE FORMAT FREE usage
*** Fixed bug in field subscript boundary check in cond expression
*** Preserve system time when date is modified by COB_DATE
*** Avoid reporting wrong section/paragraph name in error message
*** Fixed bug in reference modification boundary check in MOVE statement
*** Fixed initialization bug of ZonedDecimal variable defined as SIGN SEPARATE
*** Fixed initialization bug of ZonedDecimal variable when using -fsign-ebcdic option
** Other Updates
*** added and enhanced some tests
*** updated message catalog for 'ja'
*** bug fix some problem
- version: 2.24.0
date: 2015-04-10
new features:
- title: "E-book viewer: Add an option to not save the bookmarks
inside EPUB files, under the Miscellaneous section of the viewer
preferences"
- title: "Manage User Categories: Allow restricting the visible
items to only those present in the current Virtual Library (if
any)"
- title: "Book details panel: Allow copying full path to ebook
files by right clicking on the format link."
bug fixes:
- title: "Edit Book: Fix GIF format images being corrupted when
using the builtin image editor to make changes to them."
- title: "Edit Book: When dragging and dropping files to re-order
them in the file browser, fix the final order being dependent
on the order the files were selected in."
- title: "Conversion: Fix error when converting a document that
contains an invalid function based CSS selector without
parentheses."
- title: "Edit Book: Fix regression that caused pressing Alt+X
to type unicode characters to not work"
- title: "Device view: Preserve position in list of books when
deleting books from the device view"
- title: "Make the context menu for the book details popup
window work the same way as for the book details panel"
- title: "Get Books: Update amazon store plugin for website
changes"
- title: "PDF Metadata: When choosing between reading metadata
from the Info dict and the XMP block, consider both the
MetadataData and the ModifyDate in the XMP block, since there
exist PDF metadata writing tools that update one and not the
other."
- title: "Fix a regression that caused ebook viewer to remember
the state of the Table of Contents panel when quitting on OS
X."
- title: "Prevent Enter key on Manage authors/tags/etc. dialogs
from closing the dialog."
improved recipes:
- Le Temps
- United Daily
- Liberty Times
- Apple Daily
- China Times
- House News
- Providence Journal
- Harvard Business Review
packaged for wip by jonthn.
Expose a mechanism in the functools standard library module from
Python 3.4 to provides a simple form of generic programming known
as single-dispatch generic functions.