Anzeigen der neuesten Beiträge
0 Mitglieder und 6 Gäste betrachten dieses Thema.
* [$500] [55114] High Bad cast with malformed SVG. Credit to wushi of team 509. * [55119] Critical Buffer mismanagement in the SPDY protocol. Credit to Mike Belshe of the Chromium development community. * [$1000] [55350] High Cross-origin property pollution. Credit to Stefano Di Paola of MindedSecurity.
This is a minor release of Vim. It consists of Vim 7.2 plus allpatches, updated runtime files and some more, see below. It has beentwo years since the 7.2 release, thus it's not that "minor". But not"major" either. Something in between, don't know how to call that.The most notable additions since 7.2:- Persistent undo and undo for reload- Blowfish encryption, encryption of the swap file- Conceal text- Lua interface- Python 3 interfaceOnce you have installed Vim 7.3 you can find all the details about thechanges since Vim 7.2 with: :help version-7.3
Notepad++ v5.8 new features and fixed bugs (from v5.7) : 1. Upgrade Scintilla to version 2.21. 2. Fix a vulnerability issue: Load ScinLexer.dll with its full path to avoid hijack. 3. Fix Unicode file corrupted on saving bug (the buffer alignment issue). 4. Fix DBCS encodings file saving corruption bug. 5. Fix file containing NULL character loading bug. 6. Fix php syntax highlighting bug. 7. Fix dragging undocked window performance issue while using Vista Aero UI style. 8. Fix dragging undocked window performance issue while using Vista/Windows7 Aero UI style. 9. Fix large file truncated after loading problem. 10. Improve file loading performance. 11. Fix Shortcut Mapper inconsistence issue after deleting a macro or an user command. 12. Add 2 line wrap methods (default plus aligned and indent). 13. Add 2 menu commands : "Modify Shortcut/Delete Macro" and "Modify Shortcut/Delete Command". 14. Add "Modify" and "Delete" buttons on Shortcut mapper dialog. 15. Add macro new ability to record search and replace actions. 16. Fix SaveSession bug. 17. Remove characters count feature from the status bar due to its performance issue with UTF8 file. 18. Fix crash issue due to themes switching. 19. Make folding margin hidable. 20. Add NPPM_GETCURRENTNATIVELANGENCODING, NPPM_ALLOCATECMDID and NPPM_ALLOCATEMARKER message (to get the current native language enconding). 21. Change editing settings saving behaviour : one set of settings are applied in 2 scintilla controls (except zoom). 22. Add Statistics feature which is accessible from the menu command "Summary..." (under menu "View") and the 2nd zone of statusbar (double click). Included plugins (Unicode): 1. TextFX v0.26 2. Spell Checker v1.3.3 3. MIME Tools v1.6 4. NppExport v0.2.8 5. Compare Plugin 1.5.6.1 6. Plugin Manager 0.9.3.1 7. NppFTP 0.23 8. Select 'N' Launch 1.0 Included plugins (ANSI): 1. TextFX v0.25 2. NppExec v0.4.1 3. Spell Checker v1.3.3 4. MIME Tools v1.6 5. NppExport v0.2.8 6. Light Explorer v1.6 7. Compare Plugin 1.5.5 8. Plugin Manager 0.9.3.1
This snapshot introduces our new startup and shutdown profiling. This is a tool for us to get an overview on what is causing slow startup and shutdowns for some users. We hope this tool will let us gather some data on where we should focus our efforts on further improving startup performance.If the below instructions seems difficult then you should probably not attempt it.Instructions for Windows 1. Press Windows key + R 2. Drag the Opera shortcut from your Desktop or the opera.exe and drop it on the Run dialog 3. Append "-profilinglog c:\log\opera.txt" after the path (as shown below)Instructions for Linux * Run "opera -profilinglog ~/opera.txt"
ChangelogDesktop * Startup and shutdown profiling through "-profilinglog" argumentMac * DSK-313808 (Some dialogs hides the main window when loosing focus)
This release includes translation updates and fixes several bugs and glitches found in previous versions.
Changes from 1.17 to 1.18:New Features: * Password quality estimation algorithm: added check for about 1500 most common passwords (these are rated down to 1/8th of their statistical rating; Bloom filter-based implementation). * {GOOGLECHROME} placeholder: updated detection code to also support the latest versions of Chrome. * KeePass now enables data execution prevention (DEP). * Improved lock overlay icon (higher resolution).Improvements: * Improved character classification in password quality estimation algorithm. * Improved group and entries deletion confirmation dialogs (only Windows Vista and higher). * Items in the update checking, plugin and icon picker dialogs aren't underlined anymore when hovering over them. * The default expiry interval for new entries is now limited to a maximum of 8 years. * Renamed character repetition option in the password generator for improved clarity. * Added code to prevent loading libraries from the current working directory (to avoid binary planting attacks). * Installer: various minor improvements. * Various code optimizations. * Minor other improvements.Bugfixes: * (None).