Modify ↓
#3867 closed Bug (Fixed)
Script Breaking Changes in 'SecurityConstants.au3'
| Reported by: | OJBakker | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| 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 by , on Mar 10, 2022 at 12:03:22 PM
| Milestone: | → 3.3.15.6 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [12670] in version: 3.3.15.6