Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libwebsockets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Fork
libwebsockets
Commits
449e7343
Commit
449e7343
authored
9 years ago
by
Andy Green
Browse files
Options
Downloads
Patches
Plain Diff
v1.7.6
Signed-off-by:
Andy Green
<
andy@warmcat.com
>
parent
659fefe3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
changelog
+17
-0
17 additions, 0 deletions
changelog
libwebsockets.spec
+4
-1
4 additions, 1 deletion
libwebsockets.spec
with
22 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
449e7343
...
...
@@ -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
"
5
"
)
set
(
CPACK_PACKAGE_VERSION_PATCH
"
6
"
)
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
}
"
)
...
...
This diff is collapsed.
Click to expand it.
changelog
+
17
−
0
View file @
449e7343
Changelog
---------
v1.7.6
======
NB: No API change since v1.7.0
Fixes
-----
1) MINOR: libuv-specific fixes
2) MINOR: urldecode forbids malformed %xx in the library
3) MINOR: small fixes for Android and Windows
4) MINOR: handle 0 read() as closed connection
v1.7.5
======
...
...
This diff is collapsed.
Click to expand it.
libwebsockets.spec
+
4
−
1
View file @
449e7343
Name: libwebsockets
Version: 1.7.
5
Version: 1.7.
6
Release: 1%{?dist}
Summary: Websocket Server and Client Library
...
...
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Apr 22 2016 Andy Green <andy@warmcat.com> 1.7.6-1
- MINOR fixes Upstream 1.7.6 release (see changelog)
* Fri Apr 1 2016 Andy Green <andy@warmcat.com> 1.7.5-1
- MAJOR fixes Upstream 1.7.5 release (see changelog)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment