changes:
-Beautified the qt4 pinentry
-Minor enhancements
Thanks to Sverre Froyen for testing the qt4 version and finding
a patch which makes the dialog stay on top.
Quote from release announce:
This release adds support for PostgreSQL (in addition to MySQL and MS
SQL), developed by Stan Palatnik during the Google Summer of Code
2009. It also adds a re-authentication option in case the CSRF token
expires, thus preventing loss of data. For other improvements, please
see the list of changes. Of course, it also addresses the latest
security issue.
We would also like to thank all those students again who applied for
the Google Summer of Code 2010 and submitted patches for Geeklog. Some
of them already made it into 1.7.0, the rest is scheduled for
inclusion into Geeklog 1.7.1. We will also be looking into adding more
of our successful GSoC projects from 2009 into that release.
2010-08-06 Benjamin Mack <benni@typo3.org>
* Release of TYPO3 4.4.2
2010-08-05 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #15355: htmlArea RTE: Using the advanded frontend editing,
the editor is not loaded in the text tab
2010-08-05 Steffen Kamper <steffen@typo3.org>
* Fixed bug #12646: Click on icon does not open/close sections
2010-08-05 Steffen Gebert <steffen@steffen-gebert.de>
* Fixed bug #14773: Styling issue when selecting position of new
created page
2010-08-05 Oliver Hader <oliver@typo3.org>
* Fixed bug #15343: dbClientCompress crashes with pconnect
* Fixed bug #15280: felogin redirect doesn't work anymore after
update to latest releases (4.2x - 4.4.x) (thanks to Helmut Hummel)
* Fixed bug #15282: It is impossible to set links to files any more
with the link wizard
* Fixed bug #15336: sys_actions shows wrong error if an "Record List"
action is not propertly configured (thanks to Stefan Galinski)
2010-08-03 Susanne Moog <typo3@susanne-moog.de>
* Fixed bug #15313: Link to deprecation logfile doesn't work in
installations inside a subdirectory (thanks to Stefan Galinski)
2010-08-03 Oliver Hader <oliver@typo3.org>
* Fixed bug #15265: InstallTool-login not possible after Update to
4.4.1 due to session_start() in extensions (thanks to Ernesto
Baschny and Helmut Hummel)
2010-08-02 Oliver Hader <oliver@typo3.org>
* Fixed bug #15289: Element-Browser page tree has HSC'ed <span> elements
2010-08-01 Oliver Hader <oliver@typo3.org>
* Fixed bug #15321: Unused variable $warningItems in tx_install
(thanks to Markus Klein)
2010-08-01 Susanne Moog <typo3@susanne-moog.de>
* Fixed bug #15292: Fatal error in DB browser because of wrong sprite
API usage (thanks to Alexandre Gravel-Raymond)
2010-07-30 Steffen Kamper <steffen@typo3.org>
* Follow-up to bug #15188: Remove default greyed out effect for CEs
(Thanks to Steffen Gebert)
* Fixed bug #15295: Page treeFilter not re-applied after branch
toggling (Thanks to Felix Kopp)
2010-07-29 Dmitry Dulepov <dmitry@typo3.org>
* Fixed bug #13427: t3lib_div::cleanOutputBuffers() might loop forever
(thanks to Stephan Seitz and Steffen Gebert)
Contao 2.9.1 is available
August 9th, 2010 11:24 by Leo Feyer
Contao version 2.9.1 is available.
The maintenance release includes an important front end cache fix,
a front end preview link fix and various accessibility fixes.
It also fixes an XSS vulnerability in one of the framework functions,
so an update is highly recommended.
Continuation barriers now block only downward continuation jumps
and allow escapes through full continuations
Changed internal-definition handling to allow expressions mixed
with definitions
Added support for subprocesses as new process groups
Added support for best-effort termination of subprocess by a
custodian
Added flreal-part, flimag-part, make-flrectangular, and unsafe
variants
Added fl->eact-integer, fl->fx, and unsafe-fl->fx
Added #:async-apply option to _fun
Added chaperone-evt
Added identifier-prune-to-source-module
Changed apply binding to enable lower-level optimizations
Upgraded to libffi 3.0.9+
Highlights:
- configure system rewritten and simplified
- better emulation of SWI, especially of C-interface, allows:
o port of SWI packages: sgml and plunit work better, clib, RDF,
zlib and http seem to be working well, semweb compiles
o better integration with C: it is now possible to call YAP from JPL
reliably (all tests in the demos/java directory succeed in Linux)
o it is now possible to create a stream with SWI routines and use
YAP IO (parser, writer) on it
o pyswip: YAP now includes a version of the pyswip package for
experimentation: all the demos seem to be work (YAP must be compiled
as a dynamic library)
- compilation in Sun and NetBSD
- YAP can now handle very, very large terms in compiled clauses.
- several new builtins
- improve thread implementation, especially locking in IO routines and indexing
o fix C thread interface
- fix odbc support in MYDDAS
- fix overflow in ==
- fix bad call to subsumes/2
- new version of trie library, developed by Theo and Ricardo
patch-ah (new):
Fix wrong placed #else clause against #if defined(__linux__) in cpu-arm.c.
patch-ba:
Check NetBSD's native atomic_ops in configure even in arm case.
configure checks $host_cpu first, not $host_os on checks for
native atomic operations.
(In upstream it seems fixed to see $host_os first but
it might still have problem around NetBSD version checks)
into The NetBSD Packages Collection.
Perl has two pseudo-constants describing the current location in
your source code, __FILE__ and __LINE__. The Perl 5 module Dir::Self
adds __DIR__, which expands to the directory your source file is
in, as an absolute pathname.
Collection.
Perl has two pseudo-constants describing the current location in
your source code, __FILE__ and __LINE__. The Perl 5 module Dir::Self
adds __DIR__, which expands to the directory your source file is
in, as an absolute pathname.
-add a "sync" option to the "dr" command which sets the next written
value to the last read one, seems useful to me to do least invasive
tests in a running system
-flush stdout on progress reports of the svf player (fixed differently
in the development branch upstream)
bump PKGREVISION