Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
- Three cross-site scripting issues that a contributor or author could use to
compromise a site.
- A cross-site request forgery that could be used to trick a user into changing
their password.
- An issue that could lead to a denial of service when passwords are checked.
- Additional protections for server-side request forgery attacks when WordPress
makes HTTP requests.
- An extremely unlikely hash collision could allow a user’s account to be
compromised, that also required that they haven’t logged in since 2008 (I
wish I were kidding).
- WordPress now invalidates the links in a password reset email if the user
remembers their password, logs in, and changes their email address.
More details on http://codex.wordpress.org/Version_4.0.1.
|
|
|
|
|
|
'..' test to print "looks fine." and exit 0. Indeed, this is what
an installed pkglint does when run in pkgtools/pkglint. But the
corresponding test does not, depending in some way on the state
left by previous tests of main().
In lieu of precise understanding, just run the adjusted '..' test
earlier so that nothing causes it to fail. This will annoy someone
later (probably me), but gets us back to green.
|
|
|
|
|
|
|
|
|
|
|
|
XXX: someone should really update this to 0.5.9...
|
|
|
|
Shotwell 0.20.2 - 31 October 2014
---------------------------------
* Set Desktop Slideshow dialog resource now included in distribution (#739095)
* Check for rendering failure in video thumbnailer (#738245)
* Updated translations
Shotwell 0.20.1 - 2 October 2014
--------------------------------
* Corrects problems with navigating photos in full-screen mode (#737092)
* Better memory utilization via more conservative pixbuf cache (#715198)
* Fixes minor bugs detected by better Vala code analysis
Shotwell 0.20.0 - 16 September 2014
-----------------------------------
* Fix crash when deleting a photo in Shotwell Photo Viewer
* Fix crash when deleting a photo
* Better detection of corrupt files while importing
* Updated translations
Shotwell 0.19.0 - 21 August 2014
--------------------------------
* Support for Rajce.net and Gallery 3 photo services added
* Set background image for lock screen
* Better detection of corrupt images during import
* Various bug fixes
* Updated translations
Shotwell 0.18.1 - 30 Jun 2014
-----------------------------
* Fix Flickr publishing errors due to Flickr moving to HTTPs-only
* Fix crash when updating photo data/time
* Fix crash due to nested tag and changing sidebar selection
* Corrected URLs to point to new gnome.org pages
Shotwell 0.18.0 - 17 March 2014
-------------------------------
* Compile and install translated help files
* Updated translations
Shotwell 0.17.2 - 4 March 2014
------------------------------
* UNIX pipe unnecessarily left open for each imported video
* Improved searching for event comments and diacritics
* Update translations
Shotwell 0.17.1 - 17 February 2014
----------------------------------
* Updated translations
* Parent folder names as search keywords rolled back (see bgo#722756)
Shotwell 0.17.0 - 4 February 2014
---------------------------------
* Include parent folder names for keyword search
* Tumblr publishing fixed
* Bug fixes
* Updated translations
|
|
|
|
|
|
|
|
in PHP 5.6.x release.
|
|
|
|
|
|
|
|
|
|
THe main features of PHP 5.6:
* Constant scalar expressions.
* Variadic functions and argument unpacking using the ... operator.
* Exponentiation using the ** operator.
* Function and constant importing with the use keyword.
* phpdbg as an interactive integrated debugger SAPI.
* php://input is now reusable, and $HTTP_RAW_POST_DATA is deprecated.
* GMP objects now support operator overloading.
* File uploads larger than 2 gigabytes in size are now accepted.
Please refer for difference from oldre release:http://php.net/migration56.
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
* Connector/C++ now supports the following connection options: sslVerify (boolean), sslCRL (string), and sslCRLPath (string). These correspond to the MYSQL_OPT_SSL_VERIFY_SERVER_CERT, MYSQL_OPT_SSL_CRL, and MYSQL_OPT_SSL_CRLPATH options for the mysql_options() C API function.
* Connector/C++ has new functions to provide schema, table, and column character set and collation metadata for result sets:
ResultSet * DatabaseMetaData::getSchemaCollation(const sql::SQLString& catalog, const sql::SQLString& schemaPattern)
ResultSet * DatabaseMetaData::getSchemaCharset(const sql::SQLString& catalog, const sql::SQLString& schemaPattern)
ResultSet * DatabaseMetaData::getTableCollation(const sql::SQLString& catalog, const sql::SQLString& schemaPattern, const sql::SQLString& tableNamePattern)
ResultSet * DatabaseMetaData::getTableCharset(const sql::SQLString& catalog, const sql::SQLString& schemaPattern, const sql::SQLString& tableNamePattern)
SQLString ResultSetMetaData::getColumnCollation(unsigned int columnIndex)
SQLString ResultSetMetaData::getColumnCharset(unsigned int columnIndex)
* Connector/C++ now supports the MYSQL_OPT_CONNECT_ATTR_ADD option, which accepts an std::map argument. This option corresponds to the MYSQL_OPT_CONNECT_ATTR_ADD option for mysql_options4().
* Connector/C++ now supports a useLegacyAuth connection option, which corresponds to the MYSQL_SECURE_AUTH option for mysql_options().
* Connector/C++ is now compiled and linked with Connector/C 6.1.5 rather than with libmysql.
Bugs Fixed
* MySQL_ResultSetMetaData::getColumnTypeName() returned UNKNOWN for LONG_BLOB fields.
* Definitions for character sets and collations were added (utf8mb4 in particular).
* Connector/C++ version-information methods have been revised to return the correct values.
|
|
|
|
-------------------
User-visible changes in version 1.5 (since version 1.4.1):
* New features/improvements:
* VMIPS now includes a basic direct-mapped cache simulation. The
cache isolation and cache swap bits in the CP0 Status register are
now honored.
* The boot monitor distributed with VMIPS now sets up a dummy
`argv[0]' value for the loaded program. Also, it halts by entering
an infinite loop rather than attempting to execute a `break'
instruction when it encounters an unexpected exception.
* The setup assembly routine distributed with VMIPS has been made
more TLB-friendly. Identity virtual-to-physical mappings for the
first few pages of physical RAM are installed in the TLB at program
start time.
* When `-o excmsg' is on, TLB miss addresses will be printed to
stderr.
* When `-o ttydev=stdout' is specified, simulated program output
will be sent to VMIPS's standard output, even if it is not a tty.
* The interactor can now disassemble memory. Also, stepping in the
interactor now prints the PC after each step.
* VMIPS now supports more of the GDB remote serial protocol, in
support of the GDB `info threads' and `detach' commands. The debug
protocol TCP port is now configurable via the `-o debugport'
option. Also, if something halts the program while the debugger
interface is active, VMIPS will tell GDB that the program exited.
* Bug fixes:
* A bug was fixed in the debugger interface where disconnecting from
the debugger socket could cause vmips to enter an infinite loop.
* The interactor will refuse to dump raw memory words at
non-word-aligned addresses.
* The CP0 Cause register IP field is now recomputed whenever the
register is read, rather than only when exceptions happen. This
makes polling loops with interrupts disabled work correctly.
* A bug was fixed in the DECstation-compatible clock device which was
preventing some of its registers from being zeroed properly.
* Some endianness bugs were fixed in the generic memory-mapped device
code and in the DECstation-compatible serial device.
|
|
|
|
|
|
This is the Python client library for Google's discovery based
APIs.
|
|
|
|
|
|
This is a client library for accessing resources protected by OAuth
2.0.
|
|
|
|
|
|
Python-RSA is a pure-Python RSA implementation. It supports encryption
and decryption, signing and verifying signatures, and key generation
according to PKCS#1 version 1.5. It can be used as a Python library
as well as on the commandline.
|
|
|
|
|
|
This is a small but growing collection of ASN.1 data structures
expressed in Python terms using the pyasn1 data model.
It's thought to be useful to protocol developers and testers.
|
|
|
|
CHANGES IN 1.10
- New size: 7x13.
- New size: 8x16 (replaces 8x17)
- Many changes in favor of a cleaner look. In particular, replaced the
double-story lowercase "g" with the single-story variety.
- Added the degree symbol. (Enjoy, Sven!)
- Added the copyright symbol.
|
|
|
|
1.04 (r994, 2014-01-09)
* Bug fixes:
* Fix rt.cpan.org 80671, 80672; simplify fix for #42553 per OP
* Shared tables in TTC weren't working
* Quiet a cleanup warning in TTC processing
* Update licensing info for test fonts to OFL
1.03 (r969, 2013-11-10)
* Add $t->minsize() to all tables for assisting with font subsetting
* Add deduping to Name table writing
* Add OS/2 table method to guess at Unicode and Codepage range bits.
* Add support for cmap format 13 subtables
* Expunge notion of 'dflt' language tag from Ttopen.pm
* Bug fixes
|
|
|
|
0.0.16
- add space variations (#735205)
|
|
|
|
|
|
This is a Python implementation of RFC6570, URI Template, and can
expand templates up to and including Level 4 in that specification.
|