BLAKE2 / libb2

C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Creative Commons Zero v1.0 Universal
133 stars 47 forks source link

Improve release management #16

Open przemoc opened 6 years ago

przemoc commented 6 years ago

Please consider improving release management:

QuLogic commented 6 years ago

Also, the code uses autotools and (correctly) does not include the generated files in git. However, to limit the need for end users to need autotools, the tarballs should include the generated files (which they currently do not.)

veorq commented 6 years ago

Thanks guys, not much time on my side, trying to find help :-) https://twitter.com/veorq/status/978538671929462784

sneves commented 6 years ago

I've added 0.98 tag and a degitified make dist release to the releases Github page.

QuLogic commented 6 years ago

Adding a pkg-config file would be useful too (though everything is mostly in a standard location anyway.)

ThomasWaldmann commented 5 years ago

@QuLogic i just added #22 before reading your comment.

on some OSes / dists, stuff is not at standard locations (e.g. nixos, haiku).

also, when wanting to switch to pkg-config as an application which uses some libs, it would be great if all of them supported it, so all stuff can be dealt with in the same way.

ThomasWaldmann commented 5 years ago

@QuLogic can you review/test #23 ?