Skip to content

Commit

Permalink
Fixed the Tomcat download URL in the :tomcat-util module.
Browse files Browse the repository at this point in the history
Moved to use HTTPS instead of HTTP. The new official archive URL is:
https://archive.apache.org/dist/tomcat
  • Loading branch information
jlangch committed Oct 10, 2024
1 parent aeec09c commit aaedb0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
All notable changes to this project will be documented in this file.




## [1.12.35] - 2024-09-xx
## [1.12.36] - 2024-10-xx

### Added

Expand All @@ -16,6 +14,14 @@ All notable changes to this project will be documented in this file.
- :openai module support for assistant run api (...)
- :openai module support for assistant run steps api (...)


## [1.12.35] - 2024-10-10

### Changed

- the Tomcat download URL in the :tomcat-util module to use HTTPS instead of
HTTP. The new official archive URL is: `https://archive.apache.org/dist/tomcat`

### Improved

- the module :qrref that manages QR references according to the Swiss payment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
(load-module :ansi)


(def-dynamic tc-archive "http://archive.apache.org/dist/tomcat")
(def-dynamic tc-archive "https://archive.apache.org/dist/tomcat")
(def-dynamic tc-pid-file "catalina.pid")


Expand Down

0 comments on commit aaedb0e

Please sign in to comment.