i3bar/src/child.c: remove one level of indentation
(git commit bf0e8c2862631d41963fdb6bcb3f41667a7eccc9)
Make click events on status blocks work if 'workspace_buttons no' is set.
(git commit 594b29f83d73b9d4a781d2c33cc6fb06f649dc45)
which fixes the nick colours in multiuser chat rooms changing between
restarts of Pidgin.
From Steven McDonald <steven at steven-mcdonald dot id dot au>
ok sthen@
Avoid integer overflows around realloc calls resulting in potential
heap. Problem identified by Guido Vranken.
r225819
Use the integrated assembler as default on PowerPC
r225957
Use the integrated assembler by default on SPARC.
r225958
Use the integrated assembler by default on 32-bit PowerPC and SPARC.
fixes for the AVX detection (yes, just because a CPU has AVX support
does not mean the kernel does too -- silly Google developers).
Thanks to Mikolaj Kucharski <mikolaj at kucharski dot name> for reporting
the stack overflows, testing proposed patches and this back ported patch
against the current release.
ok sthen@
support for screen readers and more.
Note: IE7/8 no longer supported by default but can be added with the
"legacy_browser" plugin.
There is new experimental anti-CSRF code (per-session tokens in URLs making
it harder for an attacker to generate a valid URL), this is not enabled by
default (requires rewrite support from the web server), for more info see
http://trac.roundcube.net/wiki/Howto_Config/Secure_URLs
the recent update to 2.07:
- AC_CONFIG_HEADERS was called *before* AC_INIT, and thus a noop -> no
config.h created
- randnum.c's patch was garbled (hinted at by the "no such line 93"), the
#endif was not wrapping the /dev/random usage case
- this didn't matter, because randnum.c was not including config.h and thus
could never see the HAVE_ARC4RANDOM, even if it was defined.
ok robert@ (MAINTAINER)