Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While upstream bumped the version to '0.65', they did not publish a release tarball, so we need to use the hash. Upstream's changelog: 2024-03-27 Andrew Ruthven <[email protected]> * Add a request ID to each logline (resolves #27). 2024-02-28 Andrew Ruthven <[email protected]> * Further fixes for PHP 8.1 and 8.2. 2024-01-21 Andrew Ruthven <[email protected]> * Allow a user's password to be a number. 2023-07-02 Athos Ribeiro <[email protected]> * Add support for phpunit 10. 2023-03-23 Florian Schlichting <[email protected]> * Use array_merge. 2023-03-02 Florian Schlichting <[email protected]> * release awl 0.64 * add Debian autopkgtests 2022-12-17 Andrew Ruthven <[email protected]> * Fix indent for for line and add some blank lines to improve readability 2022-10-22 ruliane <[email protected]> * Minor fix: prevent warning when argument is not defined 2023-02-04 Andrew Ruthven <[email protected]> * Handle strings to be translated over 4096 characters. * Add unique constraints for user_role and tmp_password 2022-12-18 Andrew Ruthven <[email protected]> * Bump the version, so I can check for this in DAViCal 2022-12-16 Andrew Ruthven <[email protected]> * PHP uses . as a string concatenation operator, not +. * Support the cas_token approach in PECL 3.0.0 * Sanity check that we have an array * Make it explicit why Memcache isn't working * Need to enable the Headers module for Apache2 for tests 2022-12-10 Andrew Ruthven <[email protected]> * Handle when a log line is passed in which contains % characters, and no arguments * Set a component for logging * Guard incase the component isn't provided * Ensure that rendered is defined as a property. * Ensure that next_prefix is defined as a property. * Debian Unstable has PostgreSQL 15 now * Ensure that location_line and location_file are defined as properties. 2021-08-18 linda.fliss <[email protected]> * added missing null check to prevent warning on in_array call
- Loading branch information