-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c2e296
commit 1e86721
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on 2022-09-19. See the README.md file for details. | |
|
||
Please send pound bug reports to <[email protected]> | ||
|
||
Version 4.8.91 (git) | ||
Version 4.9, 2023-08-22 | ||
|
||
* HTTP request logging | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# You should have received a copy of the GNU General Public License | ||
# along with pound. If not, see <http://www.gnu.org/licenses/>. | ||
AC_PREREQ([2.71]) | ||
AC_INIT([pound],[4.8.91],[[email protected]], | ||
AC_INIT([pound],[4.9],[[email protected]], | ||
[pound],[https://github.com/graygnuorg/pound]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
AC_CONFIG_SRCDIR([src/pound.c]) | ||
|