Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Ogg
Commits
4380566a
Commit
4380566a
authored
Nov 07, 2017
by
Ralph Giles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version and changelog for 1.3.3 release.
parent
facdf035
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
CHANGES
CHANGES
+6
-0
configure.ac
configure.ac
+2
-2
No files found.
CHANGES
View file @
4380566a
Version 1.3.3 (2017 November 7)
* Fix and issue with corrupt continued packet handling.
* Update Windows projects and build settings.
* Remove Mac OS 9 build support.
Version 1.3.2 (2014 May 27)
* Fix an bug in oggpack_writecopy().
...
...
configure.ac
View file @
4380566a
dnl Process this file with autoconf to produce a configure script.
AC_INIT([libogg],[1.3.
2
],[ogg-dev@xiph.org])
AC_INIT([libogg],[1.3.
3
],[ogg-dev@xiph.org])
AC_CONFIG_SRCDIR(src/framing.c)
...
...
@@ -10,7 +10,7 @@ AM_MAINTAINER_MODE([enable])
dnl Library versioning
LIB_CURRENT=8
LIB_REVISION=
2
LIB_REVISION=
3
LIB_AGE=8
AC_SUBST(LIB_CURRENT)
AC_SUBST(LIB_REVISION)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment