* Add a db1.builtin.mk file that detects whether DB-1.85 functionality
exists in the base system, and remove the distinction between
"native" and the other Berkeley DB packages -- we now refer to
db[1234]. This paves the way for any future databases/db1 package.
* USE_DB185 shouldn't need to be set by any packages -- its correct
value is now automatically determined by bdb.buildlink3.mk depending
on whether we explicitly request db1 or not. By default, if you
include bdb.buildlink3.mk, you want DB-1.85 functionality and
USE_DB185 defaults to "yes", but if you explicitly remove db1 from
the list of acceptable DBs, then USE_DB185 defaults to "no".
* Set BDB_LIBS to the library options needed to link against the DB
library when bdb.buildlink3.mk is included.
* We only add the DB library to the linker command automatically if
we want DB-1.85 functionality; otherwise assume that the package
configure process can figure out how to probe for the correct
headers and libraries.
Edit package Makefiles to nuke redundant settings of USE_DB185.
* Liferea now supports cookies. Contrary to previous
statements the SnowNews code to realize this was included but not used. To
use this feature place a cookies.txt in ~/.liferea. The format of this file
is the format Netscape introduced for cookie files. (Lars Lindner)
* Liferea now enforces umask 0077 when saving the
feed list to ensure your passwords are not group or world accessible. In this
context please check the permissions of your ~/.liferea directory. Older
program versions might have created the directory with unnecessary
priviledges. Current versions (0.6.x) create the directory only with user
priviledges. Thanks to the reporters Nick Rout and Eric Gregory! (Lars
Lindner)
* Bugfix for a crash when double-clicking a "(empty)"
entry in empty folders. Reported by Martin Sarfy. (Lars Lindner)
* If a feed uses HTTP authentication the user and
password isn't displayed in the feed description anymore. (Lars Lindner)
Changes
* Fix session remove command
* Fix import of bookmarks in root folder [#152443]
* Activate tray icon with double-click [#152899]
* Add manpage (Jordi Mallach) [#156067]
* Don't open all bookmarks in new tabs [#156843]
* When showing a modal alert put up by a web page,
switch the window to that tab
* Emit ::tab-removed after the tab has been removed [#151607]
* Fix disconnect on node destroy [Peter Harvey]
* Fix node signal [dis]connection while signal emission is running
* Make sure there's only one properties diaogue per bookmark [#148398]
* Fix crash when removing bookmark with open properties dialogue [#155880]
* Fix toolbar activation [#155650]
* Check favicon urls with script sec manager and content policy
* Fix zoom control so that it shows tooltips again [#155826]
* Make the tooltip on the zoom control also work on Ctrl-F1
* When popping up the context menu with keyboard, select the first item
[#154907]
* Sanitise the embed popup position [#157162]
* Fix button sensitivity setting in language editor not to first
* Fix history date filter to work correctly in time zones != UTC
* Better positioning for the context menu popup in a treeview (Crispin
Flowerday)
* Fix opening content with external content handlers (Marco)
* Remove remaining time tooltip from tray icon [#145955]
* Fix hang after importing bookmarks from command line [#136170]
* Fix crash when no tool windows are open when the session manager
sends us the "die" signal
* Fix opening anchored links in new tabs [#156854]
* Adapted to Mozilla API changes
* Fix a freed memory read
Documentation translations
* Add manual translation into Finnish, by Pauli Virtanen
Translation updates
* Ole Laursen (da)
* Žygimantas Beručka (lt)
* Leonid Kanter (ru)
* the IDN code now verifies that only TLD-legitmate letters are used in the
name or a warning is displayed (when verbose is enabled)
* provides error texts for IDN errors
* file upload parts in formposts now get their directory names cut off
* added CURLINFO_OS_ERRNO
* added CURLOPT_FTPSSLAUTH to allow ftp connects to attempt "AUTH TLS" instead
before "AUTH SSL"
* curl_getdate() completely rewritten: may affect rare curl -z use cases
* bugfixes
site.
Notable changes since 1.40:
* language/encoding fixes
* cache overhaul and directory listing optimization, the existing cache
files should be deleted
* wsvn.php changed, configuration changes need to be re-done
* added blame support
* support for comparing entire directories, and directory tarball download
* various config options now per-project
* new 'Zinn' style
* new Swedish, Japanese, Korean, Russian, Chinese, Spanish translations
See changes.txt in the source distribution for complete & detailed list
of changes.
g/c no longer needed Makefile.module
add support for building extensions off PECL; version for PECL packages
is built as ${PHP_BASE_VERS}.${PECL_VERSION}, i.e. PECL pkg version 1.0
would become php-pkg-4.3.9.1.0 or php-pkg-5.0.2.1.0 respectively
This module takes advantage of the new flexibility in Mason 1.09_01
and newer to integrate an Apache::Session session directly into
Mason's Request object.