Skip to content

Commit

Permalink
Released Crypt_Blowfish-2.0.0alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Oct 6, 2022
1 parent f6b0c23 commit d66b76f
Show file tree
Hide file tree
Showing 4 changed files with 1,283 additions and 50 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"horde/support": "^3 || dev-FRAMEWORK_6_0"
},
"require-dev": {
"horde/test": "^3 || dev-FRAMEWORK_6_0"
"horde/test": "^3 || dev-FRAMEWORK_6_0"
},
"suggest": {
"ext-mcrypt": "*",
Expand All @@ -44,6 +44,5 @@
"allow-plugins": {
"horde/horde-installer-plugin": true
}
},
"minimum-stability": "dev"
}
}
}
19 changes: 17 additions & 2 deletions doc/Horde/Crypt/Blowfish/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
v2.0.0alpha3
------------


[rla] Upgraded PHPUnit tests to not appear risky.
[rla] Incorporated upstream PHP 8.1 fixes.
|+


------------
Expand All @@ -15,11 +17,24 @@ v2.0.0alpha2
v2.0.0alpha1
------------

[rla] composerized release


------
v1.1.4
------

[mjr] Fix detecting if blowfish ciphers are supported when using openssl 3.


------
v1.1.3
------

[mjr] PHP 7.4 compatibility fixes (Remi Collet <remi@famillecollet.com>, PR
#1).



------
v1.1.2
------
Expand Down
12 changes: 8 additions & 4 deletions doc/Horde/Crypt/Blowfish/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
state:
release: alpha
api: alpha
date: 2021-03-13
date: 2022-10-06
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |+
notes: |
[rla] Upgraded PHPUnit tests to not appear risky.
[rla] Incorporated upstream PHP 8.1 fixes.
|+
2.0.0alpha2:
api: 2.0.0alpha1
state:
Expand Down Expand Up @@ -50,7 +53,7 @@
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |+
notes: |
[mjr] PHP 7.4 compatibility fixes (Remi Collet <remi@famillecollet.com>, PR #1).
1.1.2:
api: 1.1.0
Expand All @@ -63,7 +66,8 @@
uri: http://www.horde.org/licenses/lgpl21
notes: |
[jan] Support PHP 7.1 with deprecated mcrypt extension.
1.1.1: api: 1.1.0
1.1.1:
api: 1.1.0
state:
release: stable
api: stable
Expand Down
Loading

0 comments on commit d66b76f

Please # to comment.