Change name/version separator back to "/" (affects every place where the version is printed)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2475 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.23
Stefan Bühler 14 years ago
parent c21623456c
commit e4b15be91c

@ -24,6 +24,7 @@ NEWS
* Fix trailing zero char in REQUEST_URI after "strip-request-uri" in mod_fastcgi
* mod_magnet: Add env["request.remote-ip"] (fixes #1740)
* mod_magnet: Add env["request.path-info"]
* Change name/version separator back to "/" (affects every place where the version is printed)
- 1.4.22 - 2009-03-07
* Fix wrong lua type for CACHE_MISS/CACHE_HIT in mod_cml (fixes #533)

@ -7,6 +7,6 @@
#define REPO_VERSION ""
#endif
#define PACKAGE_DESC PACKAGE_NAME "-" PACKAGE_VERSION REPO_VERSION
#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION
#endif

Loading…
Cancel
Save