Skip to content

Commit

Permalink
prepare release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jul 20, 2018
1 parent 1e7d67d commit b8f2995
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:xenial as builder

ENV LINSTOR_VERSION 0.2.4
ENV LINSTOR_VERSION 0.2.5

ENV LINSTOR_TGZNAME linstor-server
ENV LINSTOR_TGZ ${LINSTOR_TGZNAME}-${LINSTOR_VERSION}.tar.gz
Expand Down
18 changes: 18 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
linstor-server (0.2.5-1) experimental; urgency=medium

[ Joel Colledge ]
* Check for the protoc binary when executing the task rather than when c [...]
* Tidy up Java generation tasks
* Explicitly exclude Java generation from the debian build rules because [...]

[ Roland Kammerer ]
* debian: add python as builddep

[ Rene Peinthor ]
* resourcedfn: add hasDiskless method
* rscdfn: only remove the primary flag if rscdfn is not deleted anyway
* rscdfn: on delete first try to delete diskless resources
* make the error (which it isn't) a warning

-- Rene Peinthor <[email protected]> Fri, 20 Jul 2018 08:01:28 +0200

linstor-server (0.2.4-1) experimental; urgency=medium

[ Joel Colledge ]
Expand Down

0 comments on commit b8f2995

Please sign in to comment.