Commit 9802a38a authored by bmortier's avatar bmortier
Browse files

Resolve "merge Changelog.md, Authors, UPGRADE.md have to be merged into -dev...

Resolve "merge Changelog.md, Authors, UPGRADE.md have to be merged into -dev after 1.2.3 is released"
Showing with 55 additions and 0 deletions
+55 -0
...@@ -164,6 +164,27 @@ ...@@ -164,6 +164,27 @@
- fd-plugins#5839 dashboard crash if we have system plugin but not argonaut plugin in FD 1.3 - fd-plugins#5839 dashboard crash if we have system plugin but not argonaut plugin in FD 1.3
- fd-plugins#5842 Invalid call to strpos in debconfProfileGeneric - fd-plugins#5842 Invalid call to strpos in debconfProfileGeneric
## %"FusionDirectory 1.2.3" - 2018-11-15
### Added
#### fusiondirectory
- fd#5890 hash_equals is not available in PHP 5.4
- fd#5901 Add the pdf with the oid of fusiondirectory in the contrib dir of the core
### Fixed
#### fusiondirectory
- fd#5797 cancel button has no effect (apply template)
#### fusiondirectory-plugins
- fd-plugins#5870 Supann should not trigger PHP errors on empty lines in nomenclature files
### Security
#### fusiondirectory
- fd#5918 Password recovery does not escape fields in error messages
## %"FusionDirectory 1.2.2" - 2018-08-16 ## %"FusionDirectory 1.2.2" - 2018-08-16
### Added ### Added
......
...@@ -3087,6 +3087,40 @@ apt-get install fusiondirectory ...@@ -3087,6 +3087,40 @@ apt-get install fusiondirectory
apt-get install fusiondirectory-schema apt-get install fusiondirectory-schema
``` ```
## Migrate FusionDirectory from 1.2.1 to 1.2.2
### Upgrade FusionDirectory first
* Upgrade FusionDirectory core package before other ones to avoid dependencies errors:
```shell
apt-get install fusiondirectory
```
* Upgrade FusionDirectory schema package too.
```shell
apt-get install fusiondirectory-schema
```
## Migrate FusionDirectory from 1.2.2 to 1.2.3
### Upgrade FusionDirectory first
* Upgrade FusionDirectory core package before other ones to avoid dependencies errors:
```shell
apt-get install fusiondirectory
```
* Upgrade FusionDirectory schema package too.
```shell
apt-get install fusiondirectory-schema
```
[php-cas]: http://packages.ubuntu.com/trusty/all/php-cas/download [php-cas]: http://packages.ubuntu.com/trusty/all/php-cas/download
[repo-urls]: https://documentation.fusiondirectory.org/en/dl_install [repo-urls]: https://documentation.fusiondirectory.org/en/dl_install
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment