Hiredis: Where can I find 0.15.0?

Created on 31 Jul 2020  路  10Comments  路  Source: redis/hiredis

I have a app that's specific looking for libhiredis.so.0.15, since 2 days ago after the release of 1.0.0-rc, my new build has been experiencing missing file issue. Any suggestion on how to overcome this issue?

All 10 comments

Hi,

We never released v0.15.0 but that was what was set for the version in the master branch at commit d8ff72387d5474e56228a3403dc91354d9916189, so if you can't rebuild your application you can checkout that hash and make && sudo make install and it should work for you.

I'm going to close this issue and have changed hiredis.h so this doesn't happen in the future.

If you're not able to get your program working by using d8ff723 please let me know and I'll try to help.

@michael-grunder It's working fine now. Thank you so much!

Out of interest, how long do you plan to keep the HIREDIS_SONAME as 1.0.0-rc1? (ie. with the -rc-1 suffix)

Assuming we don't get any bug reports I was thinking of releasing 1.0.0 GA Monday morning (August 3rd, PST).

Nice, how stable will this SONAME be? :+1:

We're not going to break ABI or source compatibility until a new major version and I suspect that won't be for quite some time.

I'd be happy to @ you whenever we're planning a release to avoid any pain points.

As long as you aren't changing the SONAME every week or so, that's fine. :+1: Bumping the soname in Debian (where I am the maintainer of this package) is a slight pain; certainly don't want to get everything building with 1.0.0-rc1 and then get everything building with 1.0.0 a few days later, so awaiting this 1.0.0 GA release in earnest.

I'm preparing v1.0.0 here. Also, feel free to let me know if there are better naming conventions I should be using for things like release candidates.

Packaging isn't really my strong suit.

let me know if there are better naming conventions I should be using for things like release candidates.

Just using -rcX is fine. I suppose the only obvious mistake is to make them not sort properly, but luckily alpha < beta < rc1 < rc2 etc. :+1:

Was this page helpful?
0 / 5 - 0 ratings