Merge branch 'stable' into develop
This commit is contained in:
commit
828ae5994d
1 changed files with 7 additions and 7 deletions
14
Changelog.md
14
Changelog.md
|
|
@ -19,6 +19,13 @@ If you set the DB environment variable anywhere, that's no longer necessary.
|
||||||
This release recommends using Ruby 2.2, while retaining Ruby 2.1 as an officially supported version.
|
This release recommends using Ruby 2.2, while retaining Ruby 2.1 as an officially supported version.
|
||||||
Ruby 2.0 is no longer officially supported.
|
Ruby 2.0 is no longer officially supported.
|
||||||
|
|
||||||
|
## Configuration changes
|
||||||
|
|
||||||
|
Please note that the default listen parameter for production setups got
|
||||||
|
changed. diaspora\* will no longer listen on `0.0.0.0:3000` as it will now
|
||||||
|
bind to an UNIX socket at `unix:tmp/diaspora.sock`. Please change your local
|
||||||
|
`diaspora.yml` if necessary.
|
||||||
|
|
||||||
## Refactor
|
## Refactor
|
||||||
* Improve bookmarklet [#5904](https://github.com/diaspora/diaspora/pull/5904)
|
* Improve bookmarklet [#5904](https://github.com/diaspora/diaspora/pull/5904)
|
||||||
* Update listen configuration to listen on unix sockets by default [#5974](https://github.com/diaspora/diaspora/pull/5974)
|
* Update listen configuration to listen on unix sockets by default [#5974](https://github.com/diaspora/diaspora/pull/5974)
|
||||||
|
|
@ -38,13 +45,6 @@ Ruby 2.0 is no longer officially supported.
|
||||||
|
|
||||||
# 0.5.1.0
|
# 0.5.1.0
|
||||||
|
|
||||||
## Configuration changes
|
|
||||||
|
|
||||||
Please note that the default listen parameter for production setups got
|
|
||||||
changed. diaspora\* will no longer listen on `0.0.0.0:3000` as it will now
|
|
||||||
bind to an UNIX socket at `unix:tmp/diaspora.sock`. Please change your local
|
|
||||||
`diaspora.yml` if necessary.
|
|
||||||
|
|
||||||
## Refactor
|
## Refactor
|
||||||
* Use Bootstrap modal for new aspect pane [#5850](https://github.com/diaspora/diaspora/pull/5850)
|
* Use Bootstrap modal for new aspect pane [#5850](https://github.com/diaspora/diaspora/pull/5850)
|
||||||
* Use asset helper instead of .css.erb [#5886](https://github.com/diaspora/diaspora/pull/5886)
|
* Use asset helper instead of .css.erb [#5886](https://github.com/diaspora/diaspora/pull/5886)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue