|
Revision 672, 0.6 kB
(checked in by bradfitz, 3 years ago)
|
|
Checking in changes prior to tagging of version 1.58. Changelog diff is:
Index: CHANGES
===================================================================
--- CHANGES (revision 671)
+++ CHANGES (working copy)
@@ -1,3 +1,13 @@
+1.58: 2007-05-11
+
+ -- plugin reload support, if plugin supports it. plugin must implement
+ sub can_reload { 1 }
+ and optionally:
+ sub pre_reload_unload { ... }
+ (which is called before the ->unload, module reload, and ->load)
+ new management command is:
+ reload <plugin_name>
+
1.57: 2007-04-26
-- make ClientHTTP (webserver mode) support transfer-encoding
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ^.*\.patch$ |
|---|
| 2 | ^certs/ |
|---|
| 3 | doc/book-toc.txt |
|---|
| 4 | doc/hacking/release-process.txt |
|---|
| 5 | ^\w+-stamp$ |
|---|
| 6 | conf/ljdev.conf |
|---|
| 7 | conf/perlbal.conf |
|---|
| 8 | lib/Perlbal/Plugin/AtomInject.pm |
|---|
| 9 | lib/Perlbal/Plugin/AtomStream.pm |
|---|
| 10 | lib/Perlbal/Plugin/pRuleLJ.pm |
|---|
| 11 | Perlbal.spec |
|---|
| 12 | .shipit |
|---|
| 13 | |
|---|
| 14 | ^# |
|---|
| 15 | \bCVS\b |
|---|
| 16 | ^MANIFEST\. |
|---|
| 17 | ^Makefile$ |
|---|
| 18 | ~$ |
|---|
| 19 | \.html$ |
|---|
| 20 | \.old$ |
|---|
| 21 | ^blib/ |
|---|
| 22 | _blib$ |
|---|
| 23 | ^MakeMaker-\d |
|---|
| 24 | ^\.exists |
|---|
| 25 | \bdebian\b |
|---|
| 26 | \btest\b |
|---|
| 27 | |
|---|
| 28 | # Avoid version control files. |
|---|
| 29 | \bRCS\b |
|---|
| 30 | \bCVS\b |
|---|
| 31 | ,v$ |
|---|
| 32 | \B\.svn\b |
|---|
| 33 | |
|---|
| 34 | # Avoid Makemaker generated and utility files. |
|---|
| 35 | \bMANIFEST\.bak |
|---|
| 36 | \bMakefile$ |
|---|
| 37 | \bblib/ |
|---|
| 38 | \bMakeMaker-\d |
|---|
| 39 | \bpm_to_blib$ |
|---|
| 40 | |
|---|
| 41 | # Avoid Module::Build generated and utility files. |
|---|
| 42 | \bBuild$ |
|---|
| 43 | \b_build/ |
|---|
| 44 | |
|---|
| 45 | # Avoid temp and backup files. |
|---|
| 46 | ~$ |
|---|
| 47 | \.old$ |
|---|
| 48 | \#$ |
|---|
| 49 | \b\.# |
|---|