mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
GB28181: Enable GB for CentOS 7 package. v5.0.103
This commit is contained in:
parent
4b5ae7b3d2
commit
41769308d2
3 changed files with 3 additions and 2 deletions
|
@ -10,5 +10,5 @@ RUN yum install -y zip
|
|||
# Build and install SRS.
|
||||
ADD srs-server-${version}.tar.gz /srs
|
||||
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
|
||||
|
||||
* 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, 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
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 102
|
||||
#define VERSION_REVISION 103
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue