From a55dc6577574c883be5c026e0e1ed14f85d528a3 Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Mon, 30 Mar 2015 23:55:25 +0300 Subject: [PATCH] 1.1.0 --- History.md | 10 ++++++++++ package.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 4b8129f25..4e295348d 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,14 @@ +29 Mar 2015, version 1.1.0 + +- add a possibility to listen on multiple ports (issue [#172](https://github.com/rlidwka/sinopia/issues/172)) +- added https support (issues [#71](https://github.com/rlidwka/sinopia/issues/71), [#166](https://github.com/rlidwka/sinopia/issues/166)) +- added an option to use a custom template for web UI (issue [#208](https://github.com/rlidwka/sinopia/pull/208)) +- remove "from" and "resolved" fields from shrinkwrap (issue [#204](https://github.com/rlidwka/sinopia/issues/204)) +- fix hanging when rendering readme (issue [#206](https://github.com/rlidwka/sinopia/issues/206)) +- fix logger-related crash when using sinopia as a library +- all requests to uplinks should now have proper headers + 12 Feb 2015, version 1.0.1 - fixed issue with `max_users` option (issue [#184](https://github.com/rlidwka/sinopia/issues/184)) diff --git a/package.yaml b/package.yaml index ecb48b096..d2361cdef 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ # use "yapm install ." if you're installing this from git repository name: sinopia -version: 1.0.1 +version: 1.1.0 description: Private npm repository server author: