Skip to content
Snippets Groups Projects
Commit e00245bb authored by Petter Reinholdtsen's avatar Petter Reinholdtsen
Browse files

Final release 1.2.0.

Increased libtool TH*_LIB_CURRENT and thus minor version of SONAME as
implementation of the library changed.

Adjusted THDEC_LIB_REVISION which was forgotten in the 1.2.0beta1
release.

Fixes #2319.
Fixes #17 on github.
parent b629fcef
No related branches found
No related tags found
1 merge request!41Draft: Final release 1.2.0.
Pipeline #6360 passed
libtheora 1.2.0 (2025 March 29)
* Bumped minor SONAME versions as oc_comment_unpack() implementation changed.
* Adjusted README CHANGES, pkg-config and spec files to better reflect
current release (#2331 #2328).
* Added example wrapper script encoder_example_ffmpeg (#1601).
* Improve comment handling on platforms where malloc(0) return NULL
(#2304).
* Corrected english typos in source and build system.
libtheora 1.2.0beta1 (2025 March 15)
* Bumped minor SONAME versions as <codec.h> methods changed constness
of arguments.
......
......@@ -4,7 +4,7 @@ dnl ------------------------------------------------
dnl Initialization and Versioning
dnl ------------------------------------------------
AC_INIT([libtheora],[1.2.0beta1],[theora-dev@xiph.org])
AC_INIT([libtheora],[1.2.0],[theora-dev@xiph.org])
AC_CANONICAL_HOST
......@@ -36,21 +36,21 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# #
################################################################################
TH_LIB_CURRENT=5
TH_LIB_REVISION=0
TH_LIB_REVISION=1
TH_LIB_AGE=4
AC_SUBST(TH_LIB_CURRENT)
AC_SUBST(TH_LIB_REVISION)
AC_SUBST(TH_LIB_AGE)
THDEC_LIB_CURRENT=3
THDEC_LIB_REVISION=5
THDEC_LIB_REVISION=1
THDEC_LIB_AGE=1
AC_SUBST(THDEC_LIB_CURRENT)
AC_SUBST(THDEC_LIB_REVISION)
AC_SUBST(THDEC_LIB_AGE)
THENC_LIB_CURRENT=4
THENC_LIB_REVISION=0
THENC_LIB_REVISION=1
THENC_LIB_AGE=2
AC_SUBST(THENC_LIB_CURRENT)
AC_SUBST(THENC_LIB_REVISION)
......
......@@ -71,7 +71,7 @@
/*This library's version.*/
# define OC_VENDOR_STRING "Xiph.Org libtheora 1.2.0beta1 20250316 (Ptalarbvorm)"
# define OC_VENDOR_STRING "Xiph.Org libtheora 1.2.0 20250329 (Ptalarbvorm)"
/*Theora bitstream version.*/
# define TH_VERSION_MAJOR (3)
......
......@@ -76,8 +76,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/theora.pc
%changelog
* Sat Mar 16 2025 Petter Reinholdtsen <pere at hungry.com>
- updated version for 1.2beta1 release
* Sat Mar 29 2025 Petter Reinholdtsen <pere at hungry.com>
- updated version for 1.2.0 release
* Sat Aug 20 2005 Ralph Giles <giles at xiph.org>
- updated version for 1.0alpha5 release
* Thu Jun 10 2004 Thomas Vander Stichele <thomas at apestaart dot org>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment