mirror of
https://git.tukaani.org/xz.git
synced 2025-04-10 01:31:13 +00:00
Bump version and soname for 5.8.0
Also remove the LZMA_UNSTABLE macro.
This commit is contained in:
parent
bfb752a38f
commit
db9258e828
@ -20,7 +20,7 @@ liblzma_la_CPPFLAGS = \
|
|||||||
-I$(top_srcdir)/src/liblzma/simple \
|
-I$(top_srcdir)/src/liblzma/simple \
|
||||||
-I$(top_srcdir)/src/common \
|
-I$(top_srcdir)/src/common \
|
||||||
-DTUKLIB_SYMBOL_PREFIX=lzma_
|
-DTUKLIB_SYMBOL_PREFIX=lzma_
|
||||||
liblzma_la_LDFLAGS = -no-undefined -version-info 12:2:7
|
liblzma_la_LDFLAGS = -no-undefined -version-info 13:0:8
|
||||||
|
|
||||||
EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh
|
EXTRA_DIST += liblzma_generic.map liblzma_linux.map validate_map.sh
|
||||||
if COND_SYMVERS_GENERIC
|
if COND_SYMVERS_GENERIC
|
||||||
|
@ -98,7 +98,6 @@ typedef struct {
|
|||||||
} lzma_options_bcj;
|
} lzma_options_bcj;
|
||||||
|
|
||||||
|
|
||||||
#ifdef LZMA_UNSTABLE
|
|
||||||
/**
|
/**
|
||||||
* \brief Raw ARM64 BCJ encoder
|
* \brief Raw ARM64 BCJ encoder
|
||||||
*
|
*
|
||||||
@ -194,4 +193,3 @@ extern LZMA_API(size_t) lzma_bcj_x86_encode(
|
|||||||
*/
|
*/
|
||||||
extern LZMA_API(size_t) lzma_bcj_x86_decode(
|
extern LZMA_API(size_t) lzma_bcj_x86_decode(
|
||||||
uint32_t start_offset, uint8_t *buf, size_t size) lzma_nothrow;
|
uint32_t start_offset, uint8_t *buf, size_t size) lzma_nothrow;
|
||||||
#endif
|
|
||||||
|
@ -19,10 +19,10 @@
|
|||||||
#define LZMA_VERSION_MAJOR 5
|
#define LZMA_VERSION_MAJOR 5
|
||||||
|
|
||||||
/** \brief Minor version number of the liblzma release. */
|
/** \brief Minor version number of the liblzma release. */
|
||||||
#define LZMA_VERSION_MINOR 7
|
#define LZMA_VERSION_MINOR 8
|
||||||
|
|
||||||
/** \brief Patch version number of the liblzma release. */
|
/** \brief Patch version number of the liblzma release. */
|
||||||
#define LZMA_VERSION_PATCH 2
|
#define LZMA_VERSION_PATCH 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Version stability marker
|
* \brief Version stability marker
|
||||||
@ -32,7 +32,7 @@
|
|||||||
* - LZMA_VERSION_STABILITY_BETA
|
* - LZMA_VERSION_STABILITY_BETA
|
||||||
* - LZMA_VERSION_STABILITY_STABLE
|
* - LZMA_VERSION_STABILITY_STABLE
|
||||||
*/
|
*/
|
||||||
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_BETA
|
#define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_STABLE
|
||||||
|
|
||||||
/** \brief Commit version number of the liblzma release */
|
/** \brief Commit version number of the liblzma release */
|
||||||
#ifndef LZMA_VERSION_COMMIT
|
#ifndef LZMA_VERSION_COMMIT
|
||||||
|
@ -42,8 +42,6 @@
|
|||||||
|
|
||||||
#define LZMA_API(type) LZMA_API_EXPORT type LZMA_API_CALL
|
#define LZMA_API(type) LZMA_API_EXPORT type LZMA_API_CALL
|
||||||
|
|
||||||
#define LZMA_UNSTABLE
|
|
||||||
|
|
||||||
#include "lzma.h"
|
#include "lzma.h"
|
||||||
|
|
||||||
// This is for detecting modern GCC and Clang attributes
|
// This is for detecting modern GCC and Clang attributes
|
||||||
|
@ -127,7 +127,7 @@ global:
|
|||||||
lzma_mt_block_size;
|
lzma_mt_block_size;
|
||||||
} XZ_5.4;
|
} XZ_5.4;
|
||||||
|
|
||||||
XZ_5.7.2beta {
|
XZ_5.8 {
|
||||||
global:
|
global:
|
||||||
lzma_bcj_arm64_encode;
|
lzma_bcj_arm64_encode;
|
||||||
lzma_bcj_arm64_decode;
|
lzma_bcj_arm64_decode;
|
||||||
|
@ -142,7 +142,7 @@ global:
|
|||||||
lzma_mt_block_size;
|
lzma_mt_block_size;
|
||||||
} XZ_5.4;
|
} XZ_5.4;
|
||||||
|
|
||||||
XZ_5.7.2beta {
|
XZ_5.8 {
|
||||||
global:
|
global:
|
||||||
lzma_bcj_arm64_encode;
|
lzma_bcj_arm64_encode;
|
||||||
lzma_bcj_arm64_decode;
|
lzma_bcj_arm64_decode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user