-
Notifications
You must be signed in to change notification settings - Fork 684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could a new official version be released? #828
Comments
I especially think that the fix for #826 merits a new release. People who build with the latest compilers are currently unable to use a released version of this library. |
Yes please release a new version! If the library has been changed to "live at head" versioning, please let us know so I can update vcpkg to the new scheme. |
I highly recommend "live at head". "head" is always kept in a shippable state. That being said, I will try to get one last release out in the next week. |
* date: fix package Links were missing to run this package * date: change versioning HowardHinnant/date#828 (comment) * date: use c++11 for test * date: add_syslinks("z") for macosx * date: add_deps("zlib") for macosx * date: add_frameworks("Foundation") for macosx & iphoneos
Bark bark :) I would really like to skip 50 patches from kodi source tree just because the version is not tagged :( |
I hear you. Giving the parsing fixes some time to gel. And trying to find time to review the most critical PR's first. And I'm technically unable to review those PR's which involve make files. Or I could just tag master as is... |
I can help you with make and cmake if needed. Just tag me on PRs you need help with! |
I'll take it. Any PR tagged with CMake is yours. |
I managed to complete xbmc/xbmc#18727 and getting back here as promised last week:
Other patches are stale for many years :) And I would like to add my patch that allows using Android's compiled tzdata. This should be safe as modern Android versions ship updatable tzdata in APEX (Android Pone EXpress) format via Google Play. The only concern regards this patch is that it adds new public method |
Thanks for new 3.0.2 tag @HowardHinnant ! This issue can be closed I think :) |
@Tachi107 Please upload new version to Debian :) |
The last release is from 2021 - version 3.0.1.
Could we have another release please? We are using package management system and using a git hash id from the master branch is possible, but it will be much easier to track versions if we have another public release.
P.S. Be sure to also update CMakeLists.txt with the latest version tag if a new release is issued.
The text was updated successfully, but these errors were encountered: