Author: unclegedd
Date: Sun Jun 13 12:58:59 2021
New Revision: 48332
Log:
Releases userale 2.2.0
Added:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/CHANGELOG.md
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.tar.gz
(with props)
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.tar.gz.asc
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.tar.gz.sha512
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.zip
(with props)
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.zip.asc
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.zip.sha512
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.tar.gz
(with props)
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.tar.gz.asc
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.tar.gz.sha512
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.zip
(with props)
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.zip.asc
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.zip.sha512
Added:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/CHANGELOG.md
==============================================================================
---
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/CHANGELOG.md
(added)
+++
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/CHANGELOG.md
Sun Jun 13 12:58:59 2021
@@ -0,0 +1,208 @@
+Changelog
+=========
+
+Apache Flagon UserALE.js (Incubating) 2.2.0 (2021-05-20)
+-------------------------------
+* Release Notes - Flagon - Version UserALE.js 2.2.0
+* [Closed
Tickets](https://github.com/apache/incubator-flagon-useralejs/projects/7)
+ * Fixes issue in SendOnClose that caused end-of-page-lifecyle events not
to be logged
+ * Modernizes build pipeline (now uses rollup instead of gulp)
+ * Adds Cypress Journey testing framework
+ * Modernizes Unit Testing Framework
+ * Adds 'PageLoad' logs, with load time metrics
+ * Minor updates to update deprecated downstream dev dependencies
+ * Minor changes to documentation, updated examples
+
+Apache Flagon UserALE.js (Incubating) 2.1.1 (2021-02-20)
+-------------------------------
+* Release Notes - Flagon - Version UserALE.js 2.1.1
+* [Closed
Tickets](https://github.com/apache/incubator-flagon-useralejs/projects/3)
+ * Fixes bug in SessionID creation at initial PageLoad
+ * Updates Node.js/NPM Engine support (tested 12.x, 13.x, 14.x, 15.x)
+ * Minor updates to resolve extant vulnerabilities in dependency tree
+ * Minor updates to update deprecated downstream dev dependencies
+ * Minor updates to build pipelines to accommodate dependency updates
+ * Minor changes to documentation
+ * Minor QOL upgrades to UserALE.js repository (CI, Dependabot)
+
+Apache Flagon UserALE.js (Incubating) 2.1.0 (2020-02-07)
+-------------------------------
+* Release Notes - Flagon - Version UserALE.js 2.1.0
+* [Release
Report](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345442&styleName=Text&projectId=12320621&Create=Create&atl_token=A5KQ-2QAV-T4JA-FDED_8301b4e9c1c91354ea85ab02c89ec979db077d9a_lin)
+
+* Sub-task
+ * [FLAGON-440] - create sendOnRefresh function in sendlog
+ * [FLAGON-441] - utilize sessionStorage for sessionId so that sessionId
isn't cleared until the tab is closed.
+ * [FLAGON-442] - Update documentation for how to pass local storage,
cookie data to sessionId
+ * [FLAGON-451] - Update unit tests to accommodate session storage features
+
+* Bug
+ * [FLAGON-341] - Web Extension Produces Duplicate Logs
+ * [FLAGON-431] - Killing nodemon example server throws lifecycle error on
node.js v12.7.0
+ * [FLAGON-483] - userale.log & userale.packageCustomLog logs are not being
indexed by ES
+ * [FLAGON-486] - toolName does not populate in logs
+
+* New Feature
+ * [FLAGON-435] - track usage across multi-tab applications via script tag
was: TabID to attach handlers
+ * [FLAGON-436] - Print Screen Resolution
+
+* Improvement
+ * [FLAGON-434] - capture what is submitted via forms
+ * [FLAGON-443] - Add Options API Example to UserALE.js Example
+ * [FLAGON-478] - Update index.html to provide instructions for generating
certain kinds of logs
+ * [FLAGON-479] - update readme for package manager/compiler deployment
example
+
+* Test
+ * [FLAGON-472] - test userale.js on node v > 13
+ * [FLAGON-480] - Test Browser Plugin Behavior with UMD userale format
+ * [FLAGON-481] - update top level readme for new Package loader deployment
instructions
+ * [FLAGON-484] - confirm that 'require' method works as well as 'import'
for webpack example
+ * [FLAGON-485] - Add prototype .asf.yaml file
+ * [FLAGON-487] - test data-version in script and options params
+
+* Task
+ * [FLAGON-454] - Update eslint-utils to remove critical vulnerability in
gulp-eslint v5.0
+ * [FLAGON-455] - Integrate forms example into index.html
+ * [FLAGON-456] - Develop npm example for including UserALE.js
+ * [FLAGON-457] - Remove 'useraction' field from logstream
+ * [FLAGON-467] - Add (custom) Log API examples
+ * [FLAGON-468] - expose PackageLog and supporting functions to aide in
custom logging
+ * [FLAGON-469] - Need "meta" package function to add meta data to non HTML
events
+ * [FLAGON-470] - Expose event object in Package Log to allow users to add,
extract properties to events
+ * [FLAGON-471] - SetRequestHeader should include an Authorization option
+ * [FLAGON-473] - update packagefile for new version and engines
+ * [FLAGON-475] - Print Browser Types, Version
+
+Apache Flagon UserALE.js (Incubating) 2.0.2 (2019-08-06)
+-------------------------------
+* Release Notes - Flagon - Version UserALE.js 2.0.2
+* [Release
Report](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320621&version=12345954)
+
+* Sub-task
+ * [FLAGON-423] - Update Package File to Fix Down Stream Dependencies
+
+* Bug
+ * [FLAGON-422] - Update NPM modules to fix prototype pollution issues in
npm packages
+ * [FLAGON-433] - FIx Package.json and Package-Log.json to resolve npm
packaging issue
+
+* Improvement
+ * [FLAGON-432] - Improve UserALEjs Example Server Instructions
+
+* Task
+ * [FLAGON-424] - Update Gulp to 4.0.2 as matter of protocol post Prototype
Pollution.
+ * [FLAGON-425] - Update gulp-eslint
+ * [FLAGON-426] - update rollup
+ * [FLAGON-427] - update nodemon
+ * [FLAGON-428] - update sinon
+ * [FLAGON-429] - test userale.js builds and artifacts on npm 6.10
+ * [FLAGON-430] - update rollup-plugin-license
+
+Apache Flagon UserALE.js (Incubating) 2.0.0 (2019-06-20)
+-------------------------------
+* Release Notes - Flagon - Version UserALE.js 2.0.0
+* [Release
Report](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320621&version=12343068)
+
+* Sub-task
+ * [FLAGON-220] - Add interval log timeout
+ * [FLAGON-231] - Add Micro Second Field in UserALE.js to cover Elastic
indexing and time encoding issues.
+ * [FLAGON-240] - Update Elasticsearch mapping to accurately parse
clientTime variable from userale.js
+ * [FLAGON-333] - Add pageURL to UserALE.js logs
+ * [FLAGON-334] - Add pageTitle to UserALE.js
+ * [FLAGON-337] - Add pageReferrer to UserALE.js
+
+* Bug
+ * [FLAGON-79] - clientTime is not properly formmated
+ * [FLAGON-167] - Browser plugin CORS permissions
+ * [FLAGON-169] - Browser Blocking Mixed Content
+ * [FLAGON-221] - Elasticsearch 5.x does not support microsecond precision
+ * [FLAGON-321] - Gulp Mocha Dependency Deprecation: Critical Command
Injection Vulnerability
+ * [FLAGON-322] - minimatch deprecation: ReDOS vulnerability
+ * [FLAGON-323] - Update to Gulp 4.0.0
+ * [FLAGON-324] - Example Page Does Not Generate Logs
+ * [FLAGON-338] - Mocha unit tests treat 'document' and 'window' as
'Undefinied' vars
+ * [FLAGON-340] - UserALE.js fails to build on Branch-336
+
+* New Feature
+ * [FLAGON-29] - Determine how best to track sessions and users
+ * [FLAGON-166] - Build Firefox Plugin that Deploys UserALE.min Script Tag
(.js Use Case)
+ * [FLAGON-173] - Provide Options page for Web Extension plugin
+ * [FLAGON-192] - Record Interval Events
+ * [FLAGON-232] - Explore options for capturing unique UserIDs
(distinguishing browsers) at runtime.
+ * [FLAGON-328] - Page Sessions in UserALE.js
+ * [FLAGON-336] - Document Meta-Data on UserALE.js Logs
+
+* Improvement
+ * [FLAGON-99] - Add custom log API method
+ * [FLAGON-175] - Integrate web extension with existing User ALE build
process
+ * [FLAGON-196] - UserALE.js time sync
+ * [FLAGON-217] - Track what type of change occurred in UserALE.js
+ * [FLAGON-238] - Integrate Plugin Build Processes into NPM Build process
+ * [FLAGON-271] - Investigate workflow for adding Chrome plugin to Chrome
Store
+ * [FLAGON-376] - Add pre-build UserALE.js in src
+
+* Test
+ * [FLAGON-174] - Test web extension with Chrome
+ * [FLAGON-183] - [RELEASE PROC] Verify UserALE.js Unit Tests for -192
Branch
+
+* Task
+ * [FLAGON-93] - Readme Documentation of JS API
+ * [FLAGON-223] - Make UserALE.js plugin persistent
+ * [FLAGON-224] - Update UserALE.js Browser Plugin to Save Operating Params
+ * [FLAGON-239] - Submit Firefox Extension to Firefox Verification
+ * [FLAGON-285] - Address WARN deprecated during npm install
+ * [FLAGON-289] - Remove Logstash Dependency for Header Requests
+ * [FLAGON-294] - Branch Management
+ * [FLAGON-345] - Update README.md files to Apache Flagon
+ * [FLAGON-383] - Update README.md and Notices to Reflect Flagon namechange
+ * [FLAGON-385] - Add Package-lock.json file to repos
+ * [FLAGON-392] - Clean up for Merge with master
+ * [FLAGON-396] - Add License to testUtils
+ * [FLAGON-397] - Add Apache License headers to pre-built Artifacts
+ * [FLAGON-399] - Update DOAP to reflect new version
+ * [FLAGON-400] - Update Gulpfile to Add License to Build Artifacts
+ * [FLAGON-401] - Add License to WebExtension Files
+ * [FLAGON-402] - Update index.html version number
+ * [FLAGON-403] - Add updated KEYs
+ * [FLAGON-404] - Update Readme.md to reflect version 2.0.0
+ * [FLAGON-405] - Add new filter examples to Readme.md
+ * [FLAGON-407] - Jenkins Builds Failing at Master
+ * [FLAGON-408] - Update webextension files for Userale version number
+ * [FLAGON-409] - Update package.json file to indicate that we can now
support Node 12.2.0 (engines)
+ * [FLAGON-410] - Add setLogMapper API examples to README.md and Website
+ * [FLAGON-411] - Update Release Scripts to Package WebExtension
+ * [FLAGON-412] - Update Example page to include mapping and filtering
examples
+ * [FLAGON-413] - Update Changelog for Release Candidate
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Added:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.tar.gz
==============================================================================
Binary file - no diff available.
Propchange:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.tar.gz.asc
==============================================================================
---
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.tar.gz.asc
(added)
+++
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.tar.gz.asc
Sun Jun 13 12:58:59 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEBzat5z1S9hbpUp6qqIyQW9RRbUwFAmCz5IMACgkQqIyQW9RR
+bUyn5g//ecJbWsSCK2hK+zGQ5il8J9Si8NNEs/rD9X5fQJT54gREDj593aav9/1p
+Q6Baxfwp2kN//wOX3iCsN2syhQ0LRq4cMGQJCesEKTah1FuyatTDtjmg56+H2+8g
+nXhC6vr6GkM3ePqUvaAOX06elf0RKOgIyXnLTkAlGCYCPvfZYRpruDYeivht6UL8
+NSvYMxTIn/21voW5I4P4AYvz+3RqN2OWWj0b5T6NV9VFTs8BQMDX0nsk3jbCNJkP
+TvuqUHsXYweF0F4pleH72/U8kiKUv1zsSj3pOu/ZwONj0QzgzFOvd776D9+rZtPD
+MLNCjyApx3yYB1Q+IhIPR7l+Y8NX7G5n5+1QLjbVlSEj6rGiPtC32ZVL44+ces1Z
+WYViQbuyuZz/hsJUoaG6HrnW2Rtv1HZfutVRvhu1ePi8lITMsCXmu717BHVZEAMj
+ceEsNzGWmKT9cB9FB1OpebHrwnT6dDtuM/LNPS/lSCCpa0+HK+hALlE8Snj15vco
+uiJle4Z3OGl83/N+darlFm+cnVeL8J0zvkyUnS78htDb7mP7HdQcSREKHSpVRyHh
+FESAskiRmxENAXJXb4PcqmnLDLmLXbR5Q1rhkbob052RUajM1tlN+/aIcTWWrnxK
+Uj8bLTldM8v9VvOWB7SmWNphVXmDKmHSB0bb7gv65ws5xyThpQw=
+=+VQv
+-----END PGP SIGNATURE-----
Added:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.tar.gz.sha512
==============================================================================
---
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.tar.gz.sha512
(added)
+++
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.tar.gz.sha512
Sun Jun 13 12:58:59 2021
@@ -0,0 +1,3 @@
+apache-flagon-useralejs-incubating-2.2.0-bin.tar.gz:
+B003EB7A 5A0BE660 B7CD5A64 E4A14B15 A00DC4BD 77394F39 82157A41 AA7B1CA4
8AD02064
+ 66786A02 3266E924 CC55D08E 72DA43E8 CB425A27 E4EF6611 41E3BC5D
Added:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.zip.asc
==============================================================================
---
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.zip.asc
(added)
+++
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.zip.asc
Sun Jun 13 12:58:59 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEBzat5z1S9hbpUp6qqIyQW9RRbUwFAmCz5IQACgkQqIyQW9RR
+bUyZVw/+IOOjqHEq6JoFB+rUETH4wYTnKvSLgriEAJlQdMNrZt6djJR0ynCA2GOw
+mAqe+g5Ja6f1ffFcPLFu72fvEv/+MD1yLhUv3Mt3zFxbDpnW2VeqjzLfTB3t0B1J
+bPh8HWU39fiA7LSUeFoPQ04zfkp/s0bPAQX1VmGeXxKwHH7lAYYFcteRB94H3MsI
+se7r/QMfT+oRRR3TmEmIHCIne38wrhKjDqZutQAHI94GOP67LdLIa9Q9s/dNtskc
+QsvpmZeXvWxAHSJME3eQCssNBviYXp2a4XIIyKlYPVRC0J3UhGPR2RDXhTrmpxtD
+qin2fpiRak1PvdCaxgZAJTzP07io6yMOffu7Cv6ZnqwkIvq3/41OPessGqL8dKgN
+n4nhfH6cy+YrfkYI4R+c3PHTWAJa5Mr1e15fLYs+oJeWR3HSL3+8mfoOpyruSHsJ
+1EhHY1dEyGVZrRU+GVzCkbPNDX6gLPU1efm/Io7g/rc0/DXuMHWp/95FaxBTZ92H
+xHdRG2ZCah4mCTvIlVfqrj7I9bHP/1HF9cIGV75NDOm0zcaVNClVs5eLZkaeXZ2N
+svwsvUd/Iv1zKomUCWrHPl8/iam7uACImbjyG3qtc4IfbSbcPyy6Ey3o7dApST8B
+hKNEnqJNaJKMvZWK6uRLna6rD2XMQMhIYHtFUtS4IjlQap94hOg=
+=twfo
+-----END PGP SIGNATURE-----
Added:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.zip.sha512
==============================================================================
---
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.zip.sha512
(added)
+++
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-bin.zip.sha512
Sun Jun 13 12:58:59 2021
@@ -0,0 +1,3 @@
+apache-flagon-useralejs-incubating-2.2.0-bin.zip:
+75A056C8 784E3625 131C790A 816BF725 E5B5556F BE67F6E6 D65CF84A D9772B24
302EB37B
+ 2328C0EA 599801A8 05488A8B 4EF73701 A800D013 8E6DB0ED 525DCBE5
Added:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.tar.gz
==============================================================================
Binary file - no diff available.
Propchange:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.tar.gz.asc
==============================================================================
---
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.tar.gz.asc
(added)
+++
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.tar.gz.asc
Sun Jun 13 12:58:59 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEBzat5z1S9hbpUp6qqIyQW9RRbUwFAmCz5IQACgkQqIyQW9RR
+bUxsGA/+Pbaw36I7rekthd90weY2pM0xvZE+rq7CHm61Y+w8NgqOjcDrkkAPsf66
+ybCN07fOE68e6mEg5cx61Z7f9n11fGWD3+Smmgywy8qqAux5vXI6pHIuOg3iFFIM
+dCV4xSpbol3jr84XQ+GOFQkLYcMyO1GJp8WOXknUQtHkEEpEUR2A0hPQa9nOKmrN
+6J7+XUYiKjsgGtvT8c9gVb4AUjOGSlujzdC6+qdf++sHawbpBuF2PmGj6J/zL0hs
+o6DjdRp0V04aR5I8S+Ur9lvc/EogD/vdBmy+mX1B2j0mkZTvB1Y6Vej/Dz34he3I
+eRAMP7o62LY/1hX+pF2ZHBKrqSFu6Ji8c8L4+qQAm3W6b4PFQkNhq3qlvE7v/007
+AIM2JEkhTaPY8YiBeIyLVhh8lxdb3lf78NkMpxutTQOGcywAkOIOhmUlVwknEXCS
+qrbKxRd9f2hHbKLQTAvybl8GBedTimYg7xL67msQWrTqvg8VXxXlbhn7HErFbsPA
+tBUh/6CEhMnZxjUIAbjcFTgoRYIrzXcxJECtC1u7oP5SSP4RnuebX1D36TkGDjYg
+T9FCm+LdbEDTk4UD2Cnk4U7F/fiQB1A1nurvSj+adj/wDtZkAXbXDG5oD6WVr6By
+agdQjUwOfc8u/v/SXNFq+B0WK0DpAKeElTeHLlpwWrG4hQ1P9HM=
+=QbKu
+-----END PGP SIGNATURE-----
Added:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.tar.gz.sha512
==============================================================================
---
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.tar.gz.sha512
(added)
+++
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.tar.gz.sha512
Sun Jun 13 12:58:59 2021
@@ -0,0 +1,3 @@
+apache-flagon-useralejs-incubating-2.2.0-src.tar.gz:
+93351D12 DB492CFA F9359DDF 4480639E 248352D8 553E006A BB24A821 60CBA791
D005F98A
+ D49D8C49 80B5B7BE 09EB3033 1FD9727D 1D62A2EE 688C70B3 CD6194EC
Added:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.zip
==============================================================================
Binary file - no diff available.
Propchange:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.zip.asc
==============================================================================
---
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.zip.asc
(added)
+++
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.zip.asc
Sun Jun 13 12:58:59 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEBzat5z1S9hbpUp6qqIyQW9RRbUwFAmCz5IUACgkQqIyQW9RR
+bUxuQQ//WJHTlUK/7VbNfRymOu8rZPMCkZJtPK3pSSbb5rfU0COgsbhvuawG1g5x
+MwJUWnBYxl3pfHGr4BlazwSfnSuvyKuFqOnMNCVXxojZYRmvdnH2AfVnZTKuZW9j
+dPzDRXlvRWhKahFVEmrtoic0dVAnIBHAm0JzVLjS8Py6kBN+ijT/p/oPAKNtgYlJ
+gXDQD7CTyis3cVQY30JM18GK2KgEZQ3bFam8KKIU88C9SbzYkVG3/omZE6HndACy
+Q7LWS16/qN1q48QvGPfsRtfUBJPhBNXcpOqfA9IJoG9xxNceMdQy0nyy05XPoqQ9
+3Dlwua+jvCCeHLdTGK43tRkVsccGkGv0OtmO5p+/frNpf59+gWqtuCx3xEEnrfEa
+yk2klMwuaV0jq7gMzV233W0icfRjw+w2DGQoOche8TXPOwKmvYae56uRA26NxCQL
+asbzW96BmKxnEZYi8cZmPFVAMGboRIdPEDQdTPa7GdB3TBgDx4QTaZUFOT7O/Ivo
+ziguwiBd5SlnJqAW76tUPmuegL89tu6BeIGzfKPiqzSZHuGRBpxMIW+j5jzFXFss
+bmrl8llqTIrJCR7MYWqTplZmyDvcDxpS+MEsNEIkARNIM7tKbSriGncKSI/CI9lw
+D1krn3ZCr0arNLpyp42aa0wQSITR3WlbIjqiiWjppZYZ2aro/pU=
+=TtP/
+-----END PGP SIGNATURE-----
Added:
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.zip.sha512
==============================================================================
---
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.zip.sha512
(added)
+++
release/incubator/flagon/apache-flagon-useralejs-incubating-2.2.0/apache-flagon-useralejs-incubating-2.2.0-src.zip.sha512
Sun Jun 13 12:58:59 2021
@@ -0,0 +1,3 @@
+apache-flagon-useralejs-incubating-2.2.0-src.zip:
+150AA5A4 8C3718DC 42472DAB 89AC95E1 585D0C9A 7D6E4907 4DC3ACB8 499093CB
95E1A632
+ B209401F B7DA6EA3 74B331B2 0360084E 912399D6 A4334E11 43173657