sharplispers / clx

a fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp
Other
114 stars 46 forks source link

Versioning question #82

Closed Jehops closed 7 years ago

Jehops commented 7 years ago

Thanks for adopting clx. The FreeBSD clx package has been using https://common-lisp.net/~abridgewater/dist/clx/clx-0.7.4.tgz, but we would like to switch to your release. One issue is that your newer code is versioned lower. Our packaging tools have ways to deal with a newer release with a lower version, but there are downsides. Do you have plans to tag a new version in the not-too-distant future? That would be helpful for us to get your code package.

dkochmanski commented 7 years ago

we can bump release number to 0.7.5 I think, that shouldn't be much of a problem. See stable branch for stable version.

dkochmanski commented 7 years ago

when we have merged testing suite (see PRs), I'll bump the version unless someone raises argument against that.

Jehops commented 7 years ago

Thank you. Even bumping to version 0.7.4 would work (for us).

dkochmanski commented 7 years ago

OK, bumped to 0.7.4, please pull stable branch.

Jehops commented 7 years ago

Thanks. Is it possible to tag the 0.7.4 release? It still lists 0.7.3 as the last one.

The tags are what our ports framework uses. DISTVERSION=0.7.4 will download the tarball for the commit associated with the release.

dkochmanski commented 7 years ago

I forgot to push tags, my bad. /fixed/