opus icon indicating copy to clipboard operation
opus copied to clipboard

Latest release v1.3.1 is two years old?

Open tt37 opened this issue 3 years ago • 8 comments

According to https://github.com/xiph/opus/releases, latest release is v1.3.1 from two years ago.

Additionally, the latest release shown on the main GitHub page at https://github.com/xiph/opus shows the even older tag opus-1.1.2 from 2016 as latest release.

This leads to the impression that no significant changes have been made in the last two years or it was forgotten to create a newer tag/release.

Would it be possible to create a new release? If not, what are the issues blocking a release?

Thanks for a response

tt37 avatar Sep 29 '21 10:09 tt37

i agree. There are several fixes and also build system improvements, which could justify a new release

vtorri avatar Oct 31 '21 07:10 vtorri

Yeah, I was wondering this same thing

jessielw avatar Feb 24 '22 19:02 jessielw

you mean 3 years? :c

LuisB79 avatar Apr 13 '22 00:04 LuisB79

It would be great to get some of the fixes in master into a stable release, particularly the change to enable OPUS_PRESUME_NEON for iOS platforms (7628d844).

I'm not familiar with the release process. Who is familiar with it and could make a v1.3.2(?) release?

ghost avatar Jun 21 '22 16:06 ghost

Yeah I really dont understand why there hasn't been an updated release posted tbh

jessielw avatar Jun 21 '22 16:06 jessielw

@jmvalin can you please help us here? The rule of thumb is that we can use only a released version, and the 1.3.1 has been released a long time ago. Is it possible to create a new tag if the master branch is stable? Thank you

zdravkin avatar Jun 24 '22 10:06 zdravkin

Opus 1.4 when

LuisB79 avatar Jun 26 '22 06:06 LuisB79

Wow, just realized it's been this long without a release. I remember fixing 4d406367 two years ago, it's unfortunately it still isn't released...

marcan avatar Jul 03 '22 06:07 marcan

2023 and still no 1.4. Is something big in the works? Or did something bad happen?

Bits360 avatar Jan 08 '23 04:01 Bits360

i'm wondering if the xiph project is still alive or not. See the status here. Only a couple of projects have significant commits recently. ogg, libvorbis, speex and libtheora seem dead

vtorri avatar Jan 08 '23 07:01 vtorri

Speex, theora, and vorbis are all ancient legacy tech that isn't going to see any investment beyond security updates, or a corporate sponsorship by some entity invested in their improvement. Ogg is a very simple thing that Just Works™ and won't ever need much in the way of updates.

Opus is still active, as are a number of other Xiph projects, like rav1e; the big problem right now seems to be the lack of a release manager. jmv can only wear so many hats for so many projects at once. I would assume that a release manager has to handle a significant amount of compatibility testing for such a huge project, an perhaps liaison with major sponsors. But I also assume anyone willing to step up and do it would be welcomed.

silverbacknet avatar Jan 09 '23 04:01 silverbacknet

The binaries compiled in Appveyor are already expired so the can't be downloaded anymore. I forked and rebuilt it here so perhaps one of the maintainers could also add binaries to GitHub (pre)releases so they can be found more easily from a permanent (non-expiring) location. I'd submit a PR with a Github actions workflow that does it automatically on every push, but apparently Opus is still using VS2015 which I've never had luck building with (at the moment there are only 2019 and 2022 runner images).

ThreeDeeJay avatar Mar 12 '23 02:03 ThreeDeeJay

Thanks to everyone involved in releasing version 1.4

tt37 avatar Aug 03 '23 10:08 tt37