Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
robrichards committed Sep 8, 2016
1 parent 84313ca commit 53bb1e9
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
xmlseclibs.php
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
08, Sep 2016, 2.0.1
Bug Fixes:
- Strip whitespace characters when parsing X509Certificate. fixes #84
(klemen.bratec)
- Certificate 'subject' values can be arrays. fixes #80 (Andreas Stangl)
- HHVM signing node with ID attribute w/out namespace regenerates ID value.
fixes #88 (Milos Tomic)

Improvements:
- Fix typos and add some PHPDoc Blocks. (gfaust-qb)
- Update lightSAML link. (Milos Tomic)
- Update copyright dates.

31, Jul 2015, 2.0.0
Features:
- Namespace support. Classes now in the RobRichards\XMLSecLibs\ namespace.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2007-2013, Robert Richards <[email protected]>.
Copyright (c) 2007-2016, Robert Richards <[email protected]>.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions src/XMLSecEnc.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* xmlseclibs.php
*
* Copyright (c) 2007-2015, Robert Richards <[email protected]>.
* Copyright (c) 2007-2016, Robert Richards <[email protected]>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -42,7 +42,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* @author Robert Richards <[email protected]>
* @copyright 2007-2015 Robert Richards <[email protected]>
* @copyright 2007-2016 Robert Richards <[email protected]>
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
*/

Expand Down
4 changes: 2 additions & 2 deletions src/XMLSecurityDSig.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* xmlseclibs.php
*
* Copyright (c) 2007-2015, Robert Richards <[email protected]>.
* Copyright (c) 2007-2016, Robert Richards <[email protected]>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -43,7 +43,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* @author Robert Richards <[email protected]>
* @copyright 2007-2015 Robert Richards <[email protected]>
* @copyright 2007-2016 Robert Richards <[email protected]>
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
*/

Expand Down
4 changes: 2 additions & 2 deletions src/XMLSecurityKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* xmlseclibs.php
*
* Copyright (c) 2007-2015, Robert Richards <[email protected]>.
* Copyright (c) 2007-2016, Robert Richards <[email protected]>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -40,7 +40,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* @author Robert Richards <[email protected]>
* @copyright 2007-2015 Robert Richards <[email protected]>
* @copyright 2007-2016 Robert Richards <[email protected]>
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
*/

Expand Down
6 changes: 3 additions & 3 deletions xmlseclibs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* xmlseclibs.php
*
* Copyright (c) 2007-2015, Robert Richards <[email protected]>.
* Copyright (c) 2007-2016, Robert Richards <[email protected]>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -35,9 +35,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* @author Robert Richards <[email protected]>
* @copyright 2007-2015 Robert Richards <[email protected]>
* @copyright 2007-2016 Robert Richards <[email protected]>
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @version 2.1.0-dev
* @version 2.0.1
*/

$xmlseclibs_srcdir = dirname(__FILE__) . '/src/';
Expand Down

0 comments on commit 53bb1e9

Please sign in to comment.