Skip to content

Commit

Permalink
chore(master): release 1.39.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 19, 2024
1 parent 1cd3065 commit a96bd05
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.39.5](https://github.com/jm33-m0/emp3r0r/compare/v1.39.4...v1.39.5) (2024-12-19)


### Bug Fixes

* `__libc_dlopen_mode` deprecated in favor of `dlopen` as libdl.so has been merged into libc.so ([5285b93](https://github.com/jm33-m0/emp3r0r/commit/5285b93d9fc3f63242c903d3e832ebee6f10ac28))
* fatal error in unix socket listener ([1cd3065](https://github.com/jm33-m0/emp3r0r/commit/1cd3065f044eb281b7701e385b8b88ecc91721d1))
* more randomized persistence (WIP) ([76686b1](https://github.com/jm33-m0/emp3r0r/commit/76686b1ecf35bfe50a5d0ae72d23b949739ee59f))
* upgrade `golang.org/x/net` ([78ac77b](https://github.com/jm33-m0/emp3r0r/commit/78ac77bb0c0ef83c812bc980c01390f018d11489))

## [1.39.4](https://github.com/jm33-m0/emp3r0r/compare/v1.39.3...v1.39.4) (2024-12-18)


Expand Down
2 changes: 1 addition & 1 deletion core/lib/data/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const (

// Version hardcoded version string
// see https://github.com/googleapis/release-please/blob/f398bdffdae69772c61a82cd7158cca3478c2110/src/updaters/generic.ts#L30
Version = "v1.39.4" // x-release-please-version
Version = "v1.39.5" // x-release-please-version

// RShellBufSize buffer size of reverse shell stream
RShellBufSize = 128
Expand Down

0 comments on commit a96bd05

Please sign in to comment.