[Pkg-mozext-commits] [requestpolicy] 263/280: update changelog for version 1.0.beta9
David Prévot
taffit at moszumanska.debian.org
Sat May 2 20:30:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository requestpolicy.
commit 39d8a607d59a1a475247e0b73a95dbd218c168f3
Author: Martin Kimmerle <dev at 256k.de>
Date: Wed Apr 29 17:10:01 2015 +0200
update changelog for version 1.0.beta9
---
ChangeLog.md | 23 ++++++++++++++++++++++-
src/SourceCode-ChangeLog.md | 12 +++++++++++-
tests/UnitTest-ChangeLog.md | 37 ++++++++++++++++++++++++++++++++++++-
3 files changed, 69 insertions(+), 3 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 06968a8..d235075 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,8 +1,29 @@
-### RequestPolicy Continued ChangeLog
+### RequestPolicyContinued ChangeLog
Note: ChangeLogs for the source code and unit tests, both not relevant for
users, you can find in the dedicated subdirectories.
+#### Version 1.0.beta9
+* new features
+ * RPC is now a bootstrapped addon. (#489)
+ This means that the addon can be installed, upgraded etc. without
+ restarting firefox.
+ * the RequestLog now has a RegEx filter (#537)
+ * releases are now signed (#465)
+ * On preferences pages, if a preference's value gets changed somewhere
+ else, the preferences page is automatically updated.
+ See for example commit 576d09d.
+* updated translation (ja, de)
+* bugfixes
+ * bugs regarding requests with an origin and/or destination
+ without a host:
+ - The request log did not show such requests; now it does.
+ - Such requests have always been rejected until the workaround
+ introduced in beta8. This bug has now been fixed, so the
+ workaround has been removed. (#447)
+ In fact a user can now define rules which specify only a "scheme",
+ no "host". Such rules will match also on requests without host.
+
#### Version 1.0.beta8.2 (bugfix)
* fix a bug that caused the subscription `deny_trackers.json` to be
ignored (#582)
diff --git a/src/SourceCode-ChangeLog.md b/src/SourceCode-ChangeLog.md
index c27f61e..555cc60 100644
--- a/src/SourceCode-ChangeLog.md
+++ b/src/SourceCode-ChangeLog.md
@@ -1,7 +1,17 @@
-### Source Code ChangeLog of RequestPolicy Continued
+### Source Code ChangeLog of RequestPolicyContinued
Note: The ChangeLog relevant for users you can find in the parent directory.
+#### Version 1.0.beta9
+* build process
+ * change from `ant` to `make`
+ * usage of npm package `preprocessor`
+* restartlessness: The addon is now restartless! This brought
+ many more changes, they aren't documented though.
+* All files have been renamed to be lowercase.
+* The nsIRequestPolicy interface and its functions have been removed.
+
+
#### Version 1.0.beta8
* The functionality of `shouldLoad()` has been moved to `RequestProcessor`.
`shouldLoad()` creates an object of the new `NormalRequest` prototype and
diff --git a/tests/UnitTest-ChangeLog.md b/tests/UnitTest-ChangeLog.md
index cc85599..0b7f1e5 100644
--- a/tests/UnitTest-ChangeLog.md
+++ b/tests/UnitTest-ChangeLog.md
@@ -1,7 +1,42 @@
-### Unit Test ChangeLog of RequestPolicy Continued
+### Unit Test ChangeLog of RequestPolicyContinued
Note: The ChangeLog relevant for users you can find in the parent directory.
+#### Version 1.0.beta9
+* A simple addon has been added to the development environment, called
+ "RPC Dev Helper".
+* There is now a `.htaccess` file in order to investigate favicon
+ requests with redirects, see #573.
+* New unit tests are:
+```
+├── highLevelTests
+│ ├── repeatedTests
+│ │ ├── detectApplicationRestarts
+│ │ │ ├── initDetectingRestarts.js
+│ │ │ ├── testAssertNoRestart.js
+│ │ │ └── testDetectingRestarts.js
+│ │ ├── detectErrors
+│ │ │ ├── initDetectingErrors.js
+│ │ │ ├── testAssertNoErrors.js
+│ │ │ └── testDetectingErrors.js
+│ └── restartlessness
+│ ├── testDisableExtension.js
+│ ├── testEnableExtension.js
+│ ├── testInstallExtension.js
+│ ├── testUninstallExtension.js
+│ └── testUpgradeExtension.js
+└── tests
+ ├── testPolicy
+ │ ├── testRuleWithSchemeOnly.js
+ │ └── testSchemeWorkaround
+ │ └── testUnknownScheme.js
+ ├── testRedirect
+ │ ├── testLinkClickRedirectInNewTab.js
+ └── testRequestLog
+ └── testUriWithoutHost.js
+```
+
+
#### Version 1.0.beta8
* The base domains `maindomain.test`, `otherdomain.test` and `thirddomain.test`
have been introduced.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git
More information about the Pkg-mozext-commits
mailing list