[Pkg-mozext-commits] [requestpolicy] annotated tag v1.0.beta10.1-signed created (now 6ef860e)
David Prévot
taffit at moszumanska.debian.org
Thu Jan 28 03:20:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag v1.0.beta10.1-signed
in repository requestpolicy.
at 6ef860e (tag)
tagging 0eb896e6669a5144adc84d0392f6ab515d531f06 (commit)
replaces v1.0.beta10
tagged by Martin Kimmerle
on Wed Sep 9 14:24:36 2015 +0200
- Log -----------------------------------------------------------------
RequestPolicyContinued 1.0.beta10.1-signed
The SHA-512 sum of the attached XPI file is:
b5d81b968d7f690fecf1a8ff8d9bc3875b1744f2d8d516392682ab71ee6582aa587e113573cefc0d316fa313a29c8489397d20397906465187aebccd0d3dda62
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJV8CWvAAoJEKRUchyueP3+nIcP/3iQmF5dMFRzNue0XqbjIQLH
iXLB51w8EenGD2/GpXQZalFv7vyPrOF31iGyloYm4KqPfVmaJdinUjZW6UNeRbPS
n6cIWMPzKiXkVzFTgWm5V/6u3CPrz7/xsg6L9yZaJ5jb19R5HD2gAqgVBBVV6pd5
EjNMQWppiSo2nkUhfnUM0UtFTZmaD++IKwCAz7EwMpHzLsbjGjwTLDkQRcU/U7Kk
kstVlTN3Wv55Nsrh0Xm+07mSfIQ5x4uQXSYcunl7T74jVErJgfBaELOnAk9CdZn7
b4ISKE0Opk9lhzmSJiY1ufztT52R1UG0qChiFu3eiss2qdSFu7ELJpRp5xZ7A3NS
pDa6BhBHm+s+ECmkbgM5kOamKOd88lZACYlL6aZh05/0CgHnmVmV2dTVlwLfZiQV
3VHuQ3ZDhS+DJnir/WImJFepb8UjRFi5GDWzGvE4L/MoUCQB7P0PhvgGS7eSMkrv
vMS1udWddDUdBSBs8ck5I8YzNVlZTB1VSV7ct5vNRVY+DMKLDEElnlV4IeYs1uJ/
nUuyJ4VmEDW6+tsUVVif8UgiNBxeTSAXGNS/jHPg/jZkxevVlevG8/X71ZdCF3K6
r2Z5e4a0EJYKkY/mtGzbn0JmLyT+g53n4Y2emdp5syFR+DZKuMLSMr/wfZ3JtSRr
aFjz0ZJ0e1HyUmghdVJp
=Svfj
-----END PGP SIGNATURE-----
Martin Kimmerle (44):
Makefile: use the "normal" venv for `make run`
get `run-xpcshell-tests.sh` to work
xpcshell: remove nonexistant `test_first.js`
xpcshell: fix `head_loadrp.js`
xpcshell: fix some URIs
xpcshell: fix `test_policystorage.js`
tweak `run-xpcshell-tests.sh`
xpcshell: disable policymanager and subscription tests
Merge branch 'get-xpcshell-tests-working' into get-beta10-signed
Makefile: fix mozmill target
[ref] move "info" part of "utils.jsm" to "utils/info.jsm"
[ref] rewrite head_loadrp a bit
[add] utils: add wrapFunction() and unwrapFunction
[ref] Utils, Info: remove unused jsm imports
[ref] overlay: wrap addTab() using Utils.wrapFunction()
[ref] frame script: comment out unused code
Merge branch 'remove-eval' into get-beta10-signed
[ref] menu: use `addEventListener` for "click"
[ref] menu: make the "lists" private
[ref] xul.jsm: rename some variables
[ref] xul-trees: reorganize tree structure
[ref] xul.jsm: simplify the element removal
[ref] xul-trees, xulutils: use `addEventListener`
[ref] classicmenu: use `addEventListener`
Merge branch 'remove-onXY-event-attributes' into get-beta10-signed
[ref] overlay: prevent AMO's `setTimeout` warning
[fix] off-AMO name: remove "Beta"
[ref] makefile: replace `root_files` by a symlink
[ref] makefile: rename `*source_files` to `*src__all_files`
[ref] makefile: prefix "normal build" variables
[ref] makefile: rename `*src_files` to `*all_files`
[ref] makefile: rename `*other_files` to `*copy_files`
[ref] makefile: rename `*javascript_files` to `*jspp_files`
[ref] makefile: create `src__copy_files` and `src__jspp_files`
[ref] makefile: create generic "files" variables
[ref] makefile: use the `$<` Automatic Variable
[ref] makefile: replace `$(dir $@)` by `$(@D)`
[fix] makefile: remove _all_ deleted files and empty dirs
[ref] makefile: rename directory for off-amo build
Merge branch 'simplify-makefile' into get-beta10-signed
[fix] jquery: take original file, don't preprocess
[release] set version to "1.0.beta10.1-signed"
[release] update changelog
[release] Merge branch 'get-beta10-signed' into dev-1.0-releases
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new b5d6641 Makefile: use the "normal" venv for `make run`
new a09816e get `run-xpcshell-tests.sh` to work
new 0ffb9c4 xpcshell: remove nonexistant `test_first.js`
new d67ec7b xpcshell: fix `head_loadrp.js`
new fb4b5e4 xpcshell: fix some URIs
new 8c8dc1e xpcshell: fix `test_policystorage.js`
new 81112ec tweak `run-xpcshell-tests.sh`
new 736ac51 xpcshell: disable policymanager and subscription tests
new 1c0914c Merge branch 'get-xpcshell-tests-working' into get-beta10-signed
new 50f5a9c Makefile: fix mozmill target
new e58cdab [ref] move "info" part of "utils.jsm" to "utils/info.jsm"
new fac0513 [ref] rewrite head_loadrp a bit
new 164d4e5 [add] utils: add wrapFunction() and unwrapFunction
new 2a591cf [ref] Utils, Info: remove unused jsm imports
new 0a27f54 [ref] overlay: wrap addTab() using Utils.wrapFunction()
new 327bfd9 [ref] frame script: comment out unused code
new 6fa86c4 Merge branch 'remove-eval' into get-beta10-signed
new cd62e82 [ref] menu: use `addEventListener` for "click"
new a936baa [ref] menu: make the "lists" private
new f3106d4 [ref] xul.jsm: rename some variables
new 1720b57 [ref] xul-trees: reorganize tree structure
new 0d5c1e6 [ref] xul.jsm: simplify the element removal
new 8103d60 [ref] xul-trees, xulutils: use `addEventListener`
new fe32ec5 [ref] classicmenu: use `addEventListener`
new 768e259 Merge branch 'remove-onXY-event-attributes' into get-beta10-signed
new 3bd641d [ref] overlay: prevent AMO's `setTimeout` warning
new d57ecd0 [fix] off-AMO name: remove "Beta"
new 9c0bb57 [ref] makefile: replace `root_files` by a symlink
new 5a8579b [ref] makefile: rename `*source_files` to `*src__all_files`
new 60fe5b4 [ref] makefile: prefix "normal build" variables
new 20cc890 [ref] makefile: rename `*src_files` to `*all_files`
new 8ef6322 [ref] makefile: rename `*other_files` to `*copy_files`
new 75b7697 [ref] makefile: rename `*javascript_files` to `*jspp_files`
new 9ec6e64 [ref] makefile: create `src__copy_files` and `src__jspp_files`
new 900101d [ref] makefile: create generic "files" variables
new 9f9d215 [ref] makefile: use the `$<` Automatic Variable
new 14977fd [ref] makefile: replace `$(dir $@)` by `$(@D)`
new 7f70a4d [fix] makefile: remove _all_ deleted files and empty dirs
new 43c8864 [ref] makefile: rename directory for off-amo build
new c3e7924 Merge branch 'simplify-makefile' into get-beta10-signed
new d19af5a [fix] jquery: take original file, don't preprocess
new e3c33ad [release] set version to "1.0.beta10.1-signed"
new 75bcf7d [release] update changelog
new 0eb896e [release] Merge branch 'get-beta10-signed' into dev-1.0-releases
The 44 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
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