Skip to content

Commit

Permalink
Bump 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Jun 14, 2024
1 parent 1afc466 commit b0f91eb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ path_classifiers:
- tests
- examples
library:
- thirdparty
- 3rdparty

#########################################################################################
# Use the `queries` block to change the default display of query results. #
#########################################################################################
queries:
# Start by hiding the results of all queries.
- exclude: "thirdparty"
- exclude: "3rdparty"

#########################################################################################
# Define changes to the default code extraction process. #
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
sio-4.2.3

1. Update llvm to 17.0.6 for msvc14.40 support
2. Remove logging duplicate new line
3. Fix compile error on llvm-19


yasio-4.2.2

1. Fix c++23 deprecated std::aligned_storage warning
Expand Down
2 changes: 1 addition & 1 deletion yasio.pc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ includedir=${exec_prefix}/include

Name: yasio
Description: A multi-platform support c++11 library with focus on asio (asynchronous socket I/O) for any client application.
Version: 4.2.2
Version: 4.2.3
Libs: -L${libdir}
Cflags: -I${includedir}/yasio
2 changes: 1 addition & 1 deletion yasio/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ SOFTWARE.
/*
** The yasio version macros
*/
#define YASIO_VERSION_NUM 0x040202
#define YASIO_VERSION_NUM 0x040203

/*
** The macros used by io_service.
Expand Down

0 comments on commit b0f91eb

Please sign in to comment.