Opened 3 years ago
Closed 3 years ago
#3867 closed Bug (Fixed)
Script Breaking Changes in 'SecurityConstants.au3'
Reported by: | OJBakker | Owned by: | Jpm |
---|---|---|---|
Milestone: | 3.3.15.6 | Component: | Documentation |
Version: | 3.3.16.0 | Severity: | None |
Keywords: | Cc: |
Description
There are 2 undocumented script breaking changes in 'SecurityConstants.au3'
The constants $RIGHTS_DELETE and $STANDARD_RIGHTS_DELETE have been changed in version 3.3.16.0. These changes are not in the changelog and should be reported in the Script Breaking Changes UDF part.
{{{#include <SecurityConstants.au3>
; Const in AutoIt3-v3.3.14.5
Local $iBug1 = $RIGHTS_DELETE
Local $iBug2 = $SYNCHRONIZE
; Const in AutoIt3-v3.3.16.0
Local $iBug1NewName = $STANDARD_RIGHTS_DELETE
Local $iBug2NewName = $STANDARD_RIGHTS_SYNCHRONIZE
}}}
Attachments (0)
Change History (1)
comment:1 Changed 3 years ago by Jpm
- Milestone set to 3.3.15.6
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Fixed by revision [12670] in version: 3.3.15.6