Skip to content

Commit dedb474

Browse files
Merge pull request NoiseByNorthwest#271 from NoiseByNorthwest/bump/0.4.17
v0.4.17
2 parents 55fecc4 + e16b243 commit dedb474

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,39 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [v0.4.16](https://github.com/NoiseByNorthwest/php-spx/compare/0.4.15...0.4.16)
7+
## [v0.4.17](https://github.com/NoiseByNorthwest/php-spx/compare/v0.4.16...v0.4.17)
8+
9+
### Added
10+
- PHP 8.4 support [#270](https://github.com/NoiseByNorthwest/php-spx/pull/270)
11+
- Subnet mask support for IP matching [#261](https://github.com/NoiseByNorthwest/php-spx/pull/261)
12+
- ZTS PHP beta support [#260](https://github.com/NoiseByNorthwest/php-spx/pull/260)
13+
14+
### Fixed
15+
- Keep scroll position in flatprofile view on repaint [#267](https://github.com/NoiseByNorthwest/php-spx/pull/267)
16+
- Improved confinement check for file access from WEB UI [#255](https://github.com/NoiseByNorthwest/php-spx/pull/255)
17+
18+
## [v0.4.16](https://github.com/NoiseByNorthwest/php-spx/compare/v0.4.15...v0.4.16)
819

920
### Added
1021
- Local snapshots of jQuery & jscolor in order to remove the internet access dependency of the Web UI [#217](https://github.com/NoiseByNorthwest/php-spx/issues/217)
1122

1223
### Fixed
1324
- Fixed unconfined server file access from WEB UI [#251](https://github.com/NoiseByNorthwest/php-spx/issues/251)
1425

15-
## [v0.4.15](https://github.com/NoiseByNorthwest/php-spx/compare/0.4.14...0.4.15)
26+
## [v0.4.15](https://github.com/NoiseByNorthwest/php-spx/compare/v0.4.14...v0.4.15)
1627

1728
### Added
1829
- Added Debian builds to github workflow [#222](https://github.com/NoiseByNorthwest/php-spx/pull/222)
19-
- Added PHP8.3 support [#230](https://github.com/NoiseByNorthwest/php-spx/pull/230)
20-
- Added PHP5.4 support [#227](https://github.com/NoiseByNorthwest/php-spx/pull/227)
30+
- Added PHP 8.3 support [#230](https://github.com/NoiseByNorthwest/php-spx/pull/230)
31+
- Added PHP 5.4 support [#227](https://github.com/NoiseByNorthwest/php-spx/pull/227)
2132

2233
### Fixed
2334
- Fixed ESM module imports in Web UI [#233](https://github.com/NoiseByNorthwest/php-spx/issues/233)
2435
- Fixed zlib.h path resolution for macOS/Macport [#238](https://github.com/NoiseByNorthwest/php-spx/issues/238)
2536
- Fixed non-portable path expectation in tests [#221](https://github.com/NoiseByNorthwest/php-spx/pull/221)
2637

2738

28-
## [v0.4.14](https://github.com/NoiseByNorthwest/php-spx/compare/0.4.13...0.4.14)
39+
## [v0.4.14](https://github.com/NoiseByNorthwest/php-spx/compare/v0.4.13...v0.4.14)
2940

3041
### Added
3142
- Added simple search feature
@@ -36,7 +47,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3647
- Fixed buffer overflow in str_builder
3748

3849

39-
## [v0.4.13](https://github.com/NoiseByNorthwest/php-spx/compare/0.4.12...0.4.13)
50+
## [v0.4.13](https://github.com/NoiseByNorthwest/php-spx/compare/v0.4.12...v0.4.13)
4051

4152
### Added
4253
- Github Actions workflow ([#180](https://github.com/NoiseByNorthwest/php-spx/issues/180))
@@ -50,7 +61,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5061
- Travis CI [#195](https://github.com/NoiseByNorthwest/php-spx/issues/195)
5162

5263

53-
## [v0.4.0](https://github.com/NoiseByNorthwest/php-spx/compare/0.3.0...0.4.0)
64+
## [v0.4.0](https://github.com/NoiseByNorthwest/php-spx/compare/v0.3.0...v0.4.0)
5465

5566
### Added
5667
- Analysis screen: fix the NaNs in time grid when time goes above 1000s (fixes [#65](https://github.com/NoiseByNorthwest/php-spx/issues/65))
@@ -66,7 +77,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6677
- Fix build on macOS 10.11- (fixes [#78](https://github.com/NoiseByNorthwest/php-spx/pull/78))
6778

6879

69-
## [v0.3.0](https://github.com/NoiseByNorthwest/php-spx/compare/0.2.0...0.3.0)
80+
## [v0.3.0](https://github.com/NoiseByNorthwest/php-spx/compare/v0.2.0...v0.3.0)
7081

7182
### Added
7283
- Improve documentation around web UI requirements (fixes [#54](https://github.com/NoiseByNorthwest/php-spx/issues/54))
@@ -93,7 +104,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
93104
- Web UI / analysis screen: improved layout
94105

95106

96-
## [v0.2.0](https://github.com/NoiseByNorthwest/php-spx/compare/0.1.2...0.2.0)
107+
## [v0.2.0](https://github.com/NoiseByNorthwest/php-spx/compare/v0.1.2...v0.2.0)
97108

98109
### Added
99110
- Add web UI ([#14](https://github.com/NoiseByNorthwest/php-spx/pull/14))
@@ -106,7 +117,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
106117
- Remove Callgrind report type ([#11](https://github.com/NoiseByNorthwest/php-spx/issues/11))
107118

108119

109-
## [v0.1.2](https://github.com/NoiseByNorthwest/php-spx/compare/0.1.2...0.1.2)
120+
## [v0.1.2](https://github.com/NoiseByNorthwest/php-spx/compare/v0.1.2...v0.1.2)
110121

111122
### Added
112123
- Add macOS support ([orls](https://github.com/orls) in [#13](https://github.com/NoiseByNorthwest/php-spx/pull/13))

src/php_spx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
#endif
3737

3838
#define PHP_SPX_EXTNAME "SPX"
39-
#define PHP_SPX_VERSION "0.4.16"
39+
#define PHP_SPX_VERSION "0.4.17"
4040

4141
extern zend_module_entry spx_module_entry;

0 commit comments

Comments
 (0)