Skip to content

Commit

Permalink
Sign .exes, gpg sign releases, update docs
Browse files Browse the repository at this point in the history
All executables all now signed with StartSSL code signing certificate
Release zip files are gpg signed and sha256 hashed
Standardize build scripts
Update documentation
  • Loading branch information
rasa committed Mar 28, 2015
1 parent eccee96 commit 2b5de9f
Show file tree
Hide file tree
Showing 12 changed files with 512 additions and 121 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -452,3 +452,9 @@ FakesAssemblies/

# backup files
*.bak

md5s.txt
sha1s.txt
sha256s.txt
*.asc
*.sha256
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.8 (27-Mar-2015)

* Executables signed with StartSSL code signing certificate
* Release zip files are gpg signed and sha256 hashed
* Standardize build scripts
* Update documentation

## 1.7 (22-Feb-2015)

* Improve command line option processing
Expand Down
11 changes: 1 addition & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,7 @@ patches and features.

The link:/issues[issue tracker] is
the preferred channel for [bug reports](#bug-reports), [feature requests](#feature-requests)
and submitting [pull requests](#pull-requests), but please respect the following
restrictions:

* Please **do not** use the issue tracker for personal support requests. Instead, please use
[Stack Overflow](https://stackoverflow.com/questions/tagged/lsdsk).

* Please **do not** derail or troll issues. Keep the discussion on topic and
respect the opinions of others.
and submitting [pull requests](#pull-requests).

## Bug reports

Expand Down Expand Up @@ -63,15 +56,13 @@ Example:
> causing the bug, and potential solutions (and your opinions on their
> merits).

## Feature requests

Feature requests are welcome. But take a moment to find out whether your idea
fits with the scope and aims of the project. It's up to *you* to make a strong
case to convince the project's developers of the merits of this feature. Please
provide as much detail and context as possible.


## Pull requests

Good pull requests - patches, improvements, new features - are a fantastic
Expand Down
Loading

0 comments on commit 2b5de9f

Please sign in to comment.