From dba92ba64dadb480432bbab00102d3ae38b4801c Mon Sep 17 00:00:00 2001 From: Makis Maropoulos Date: Fri, 1 Jul 2016 02:13:21 +0300 Subject: [PATCH] Add more notes on HISTORY.md about rc.4 changes --- HISTORY.md | 19 +++++++++++++++++-- README.md | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 698f038b..608ef6e9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # History -**How to upgrade**: remove your $GOPATH/src/github.com/kataras/iris folder, open your command-line and run `go get -u github.com/kataras/iris/iris`. +**How to upgrade**: remove your `$GOPATH/src/github.com/kataras/iris` folder, open your command-line and execute this command: `go get -u github.com/kataras/iris/iris`. ## 3.0.0-rc.3 -> 3.0.0-rc.4 @@ -15,7 +15,22 @@ - `{{ url "myroute" myparams}}` - `{{ urlpath "myroute" myparams}}` -For a complete example please navigate [here](https://github.com/iris-contrib/examples/tree/master/templates_handlebars). +For a complete example please, click [here](https://github.com/iris-contrib/examples/tree/master/templates_handlebars). + +**NEW:** Iris **can listen to more than one server per station** now, as requested [here](https://github.com/kataras/iris/issues/235). +For example you can have https with SSL/TLS and one more server http which navigates to the secure location. +Take a look [here](https://github.com/kataras/iris/issues/235#issuecomment-229399829) for an example of this. + + +**FIXES** +- Fix `sessions destroy` +- Fix `sessions persistence on subdomains` (as RFC2109 commands but you can disable it with `iris.Config.Sessions.DisableSubdomainPersistence = true`) + + +**IMPROVEMENTS** +- Improvements on `iris run` && `iris create`, note that the underline code for hot-reloading moved to [rizla](https://github.com/kataras/rizla). + + ## 3.0.0-rc.2 -> 3.0.0-rc.3 diff --git a/README.md b/README.md index 45b6e9a9..87dff4f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Iris Logo](http://iris-go.com/assets/iris_full_logo_2.png)](http://iris-go.com) +[![Iris Logo](https://raw.githubusercontent.com/iris-contrib/website/gh-pages/assets/iris_full_logo_2.png)](http://iris-go.com) [![Travis Widget]][Travis] [![Release Widget]][Release] [![Report Widget]][Report] [![License Widget]][License] [![Chat Widget]][Chat] [![Documentation Widget]][Documentation]