v1.7.3
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
980ca50c39
commit
7c8ef84848
3 changed files with 12 additions and 2 deletions
|
@ -10,7 +10,7 @@ set(PACKAGE "libwebsockets")
|
|||
set(CPACK_PACKAGE_NAME "${PACKAGE}")
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR "1")
|
||||
set(CPACK_PACKAGE_VERSION_MINOR "7")
|
||||
set(CPACK_PACKAGE_VERSION_PATCH "2")
|
||||
set(CPACK_PACKAGE_VERSION_PATCH "3")
|
||||
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
|
||||
set(CPACK_PACKAGE_VENDOR "andy@warmcat.com")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${PACKAGE} ${PACKAGE_VERSION}")
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v1.7.3
|
||||
======
|
||||
|
||||
NB: No API change since v1.7.0
|
||||
|
||||
Fixes
|
||||
-----
|
||||
|
||||
|
@ -15,6 +20,8 @@ using up the pool.
|
|||
|
||||
3) MAJOR windows-only-POLLHUP was not coming
|
||||
|
||||
4) Fix build on NetBSD
|
||||
|
||||
|
||||
v1.7.2
|
||||
======
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: libwebsockets
|
||||
Version: 1.7.2
|
||||
Version: 1.7.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Websocket Server and Client Library
|
||||
|
||||
|
@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
/%{_libdir}/pkgconfig/libwebsockets.pc
|
||||
|
||||
%changelog
|
||||
* Mon Feb 29 2016 Andy Green <andy@warmcat.com> 1.7.3-1
|
||||
- MAJOR fixes Upstream 1.7.3 release (see changelog)
|
||||
|
||||
* Thu Feb 25 2016 Andy Green <andy@warmcat.com> 1.7.2-1
|
||||
- MINOR Upstream 1.7.2 release (see changelog)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue