mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 11:54:21 +08:00
GB28181: Enable GB for CentOS 7 package. v5.0.103
This commit is contained in:
@@ -10,5 +10,5 @@ RUN yum install -y zip
|
|||||||
# Build and install SRS.
|
# Build and install SRS.
|
||||||
ADD srs-server-${version}.tar.gz /srs
|
ADD srs-server-${version}.tar.gz /srs
|
||||||
WORKDIR /srs/srs-server-${version}/trunk
|
WORKDIR /srs/srs-server-${version}/trunk
|
||||||
RUN ./scripts/package.sh --x86-x64 --tag=${version}
|
RUN ./scripts/package.sh --x86-x64 --gb28181=on --tag=${version}
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ The changelog for SRS.
|
|||||||
|
|
||||||
## SRS 5.0 Changelog
|
## SRS 5.0 Changelog
|
||||||
|
|
||||||
|
* v5.0, 2022-12-02, GB28181: Enable GB for CentOS 7 package. v5.0.103
|
||||||
* v5.0, 2022-12-02, Package script support extra options. v5.0.102
|
* v5.0, 2022-12-02, Package script support extra options. v5.0.102
|
||||||
* v5.0, 2022-12-02, Disable CLS and APM by default. v5.0.101
|
* v5.0, 2022-12-02, Disable CLS and APM by default. v5.0.101
|
||||||
* v5.0, 2022-12-01, Config: Add utest for configuring with ENV variables. v5.0.100
|
* v5.0, 2022-12-01, Config: Add utest for configuring with ENV variables. v5.0.100
|
||||||
|
|||||||
@@ -9,6 +9,6 @@
|
|||||||
|
|
||||||
#define VERSION_MAJOR 5
|
#define VERSION_MAJOR 5
|
||||||
#define VERSION_MINOR 0
|
#define VERSION_MINOR 0
|
||||||
#define VERSION_REVISION 102
|
#define VERSION_REVISION 103
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user