From 311047de4539c3cd173c378d2d1468cfd0fbfbbf Mon Sep 17 00:00:00 2001 From: ikkez Date: Sat, 19 Nov 2016 14:22:46 +0100 Subject: [PATCH] 3.6.0-Release --- CHANGELOG | 5 +++-- audit.php | 2 +- auth.php | 2 +- base.php | 4 ++-- basket.php | 2 +- bcrypt.php | 2 +- cli/ws.php | 2 +- db/cursor.php | 2 +- db/jig.php | 2 +- db/jig/mapper.php | 2 +- db/jig/session.php | 2 +- db/mongo.php | 2 +- db/mongo/mapper.php | 2 +- db/mongo/session.php | 2 +- db/sql.php | 2 +- db/sql/mapper.php | 2 +- db/sql/session.php | 2 +- f3.php | 2 +- image.php | 2 +- log.php | 2 +- magic.php | 2 +- markdown.php | 2 +- matrix.php | 2 +- session.php | 2 +- smtp.php | 2 +- template.php | 2 +- test.php | 2 +- utf.php | 2 +- web.php | 2 +- web/geo.php | 2 +- web/google/staticmap.php | 2 +- web/oauth2.php | 2 +- web/openid.php | 2 +- web/pingback.php | 2 +- 34 files changed, 37 insertions(+), 36 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 25358a71..f831d7d6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ CHANGELOG -3.6.0 (TBA) +3.6.0 (19 November 2016) * NEW: [cli] request type * NEW: console-friendly CLI mode * NEW: lexicon caching @@ -21,7 +21,7 @@ CHANGELOG * NEW: Indexed route wildcards, now exposed in PARAMS['*'] * Changed: PHP 5.4 is now the minimum version requirement * Changed: Prevent database wrappers from being cloned -* Changed: Router works on PATH instead of URI (#126) NB: PARAMS.0 no longuer contains the query string +* Changed: Router works on PATH instead of URI (#126) NB: PARAMS.0 no longer contains the query string * Changed: Removed ALIASES autobuilding (#118) * Changed: Route wildcards match empty strings (#119) * Changed: Disable default debug highlighting, HIGHLIGHT is false now @@ -85,6 +85,7 @@ CHANGELOG * Added optional custom cache instance to Session (#141) * CLI-aware mock() * XFRAME and PACKAGE can be switched off now (#128) +* Bug fix: wrong time calculation on memcache reset (#170) * Bug fix: encode CLI parameters * Bug fix: Close connection on abort explicitly (#162) * Bug fix: Image->identicon, Avoid double-size sprite rotation (and possible segfault) diff --git a/audit.php b/audit.php index 6ff64378..4c91740d 100644 --- a/audit.php +++ b/audit.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/auth.php b/auth.php index 07b6b8e9..56f89ed5 100644 --- a/auth.php +++ b/auth.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/base.php b/base.php index 2f60f54a..b5a7bdca 100644 --- a/base.php +++ b/base.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). @@ -45,7 +45,7 @@ final class Base extends Prefab implements ArrayAccess { //@{ Framework details const PACKAGE='Fat-Free Framework', - VERSION='3.6.0-Dev'; + VERSION='3.6.0-Release'; //@} //@{ HTTP status codes (RFC 2616) diff --git a/basket.php b/basket.php index 94a6a8bd..ffb498e7 100644 --- a/basket.php +++ b/basket.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/bcrypt.php b/bcrypt.php index d283dc77..2f44d39b 100644 --- a/bcrypt.php +++ b/bcrypt.php @@ -3,7 +3,7 @@ /** * Lightweight password hashing library * -* Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. +* Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. * * This file is part of the Fat-Free Framework (http://fatfreeframework.com). * diff --git a/cli/ws.php b/cli/ws.php index 6173607d..390fa733 100644 --- a/cli/ws.php +++ b/cli/ws.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/db/cursor.php b/db/cursor.php index 9db4574e..9ea7cdc9 100644 --- a/db/cursor.php +++ b/db/cursor.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/db/jig.php b/db/jig.php index 9c386ae2..d4337933 100644 --- a/db/jig.php +++ b/db/jig.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/db/jig/mapper.php b/db/jig/mapper.php index 19abb863..74335fcd 100644 --- a/db/jig/mapper.php +++ b/db/jig/mapper.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/db/jig/session.php b/db/jig/session.php index 001dabd6..d3a92d9b 100644 --- a/db/jig/session.php +++ b/db/jig/session.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/db/mongo.php b/db/mongo.php index 71314cf0..fedec0cd 100644 --- a/db/mongo.php +++ b/db/mongo.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/db/mongo/mapper.php b/db/mongo/mapper.php index e6b3bc89..411c524b 100644 --- a/db/mongo/mapper.php +++ b/db/mongo/mapper.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/db/mongo/session.php b/db/mongo/session.php index dff33d61..5ea894b8 100644 --- a/db/mongo/session.php +++ b/db/mongo/session.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/db/sql.php b/db/sql.php index 66631f55..48b49cc1 100644 --- a/db/sql.php +++ b/db/sql.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/db/sql/mapper.php b/db/sql/mapper.php index 3eeda988..ac4dd87c 100644 --- a/db/sql/mapper.php +++ b/db/sql/mapper.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/db/sql/session.php b/db/sql/session.php index 80d2ec9f..56c1f430 100644 --- a/db/sql/session.php +++ b/db/sql/session.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/f3.php b/f3.php index 7297edc5..d68cd1fb 100644 --- a/f3.php +++ b/f3.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/image.php b/image.php index ecb134cf..a8514c22 100644 --- a/image.php +++ b/image.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/log.php b/log.php index 6583cedb..2bbe4c27 100644 --- a/log.php +++ b/log.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/magic.php b/magic.php index da820b6c..76ea221e 100644 --- a/magic.php +++ b/magic.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/markdown.php b/markdown.php index 41588513..1c3fb163 100644 --- a/markdown.php +++ b/markdown.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/matrix.php b/matrix.php index e06410bd..f20e9890 100644 --- a/matrix.php +++ b/matrix.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/session.php b/session.php index fa687bf1..583193d9 100644 --- a/session.php +++ b/session.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/smtp.php b/smtp.php index 7b9dd494..00ee9b2d 100644 --- a/smtp.php +++ b/smtp.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/template.php b/template.php index f2a7687b..c9c0d61b 100644 --- a/template.php +++ b/template.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/test.php b/test.php index c5e32398..2070dab4 100644 --- a/test.php +++ b/test.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/utf.php b/utf.php index da595895..22b41c3d 100644 --- a/utf.php +++ b/utf.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/web.php b/web.php index 2da08a66..22864898 100644 --- a/web.php +++ b/web.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/web/geo.php b/web/geo.php index a3b0e94a..7d7a0bce 100644 --- a/web/geo.php +++ b/web/geo.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/web/google/staticmap.php b/web/google/staticmap.php index 71acc550..6a3f1601 100644 --- a/web/google/staticmap.php +++ b/web/google/staticmap.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/web/oauth2.php b/web/oauth2.php index f4ea0ff3..a41f9fb3 100644 --- a/web/oauth2.php +++ b/web/oauth2.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/web/openid.php b/web/openid.php index 6758cd93..f795cb37 100644 --- a/web/openid.php +++ b/web/openid.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com). diff --git a/web/pingback.php b/web/pingback.php index e99c613a..f063f104 100644 --- a/web/pingback.php +++ b/web/pingback.php @@ -2,7 +2,7 @@ /* - Copyright (c) 2009-2015 F3::Factory/Bong Cosca, All rights reserved. + Copyright (c) 2009-2016 F3::Factory/Bong Cosca, All rights reserved. This file is part of the Fat-Free Framework (http://fatfreeframework.com).