diff options
| author | Barry Warsaw | 2010-10-11 15:01:22 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2010-10-11 15:01:22 -0400 |
| commit | 9dd13dc84e39702c8abb0a4bf8d513bf3a35ebbd (patch) | |
| tree | 6a43de65a5d27740fc40c5bfc83b729b3af05934 /src/mailman/docs | |
| parent | 90814a40b82e559ebfa999df2121ba2e8e32500f (diff) | |
| parent | 14caf656788903a553c4a374b3f9a934a4014033 (diff) | |
| download | mailman-9dd13dc84e39702c8abb0a4bf8d513bf3a35ebbd.tar.gz mailman-9dd13dc84e39702c8abb0a4bf8d513bf3a35ebbd.tar.zst mailman-9dd13dc84e39702c8abb0a4bf8d513bf3a35ebbd.zip | |
Add Basic Auth support to the REST API, given by Jimmy Bergman, with style
corrections by Barry.
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/ACKNOWLEDGMENTS.txt | 1 | ||||
| -rw-r--r-- | src/mailman/docs/NEWS.txt | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/mailman/docs/ACKNOWLEDGMENTS.txt b/src/mailman/docs/ACKNOWLEDGMENTS.txt index b17d97f27..86a6fe9ad 100644 --- a/src/mailman/docs/ACKNOWLEDGMENTS.txt +++ b/src/mailman/docs/ACKNOWLEDGMENTS.txt @@ -81,6 +81,7 @@ left off the list! * Mike Avery * Stonewall Ballard * Moreno Baricevic +* Jimmy Bergman * Jeff Berliner * Stuart Bishop * David Blomquist diff --git a/src/mailman/docs/NEWS.txt b/src/mailman/docs/NEWS.txt index fdc81b53e..6ded4f2a9 100644 --- a/src/mailman/docs/NEWS.txt +++ b/src/mailman/docs/NEWS.txt @@ -16,6 +16,10 @@ Bugs fixed ---------- * Typo in scan_message() (LP: #645897) +REST +---- + * Add Basic Auth support for REST API security. (given by Jimmy Bergman) + 3.0 alpha 6 -- "Cut to the Chase" ================================= |
