User Tools

Site Tools


changelog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
changelog [2018/12/10 02:27] – 1.5.2 release mister_xchangelog [2022/05/11 02:51] (current) – Aircrack-ng 1.7 mister_x
Line 1: Line 1:
 ====== Aircrack-ng Changelog ====== ====== Aircrack-ng Changelog ======
 +
 +**Version 1.7 (changes from aircrack-ng 1.6) - Released 10 May 2022**:
 +  * Airmon-ng: Fix avahi killing
 +  * Airmon-ng: rewrite service stopping entirely
 +  * Airmon-ng: Codestyle fixes and code cleanup
 +  * Airmon-ng: Added a few Raspberry Pi hardware revisions
 +  * Airmon-ng: Fixes for 8812au driver
 +  * Airmon-ng: Fix iwlwifi firmware formatting
 +  * Airmon-ng: Remove broken KVM detection
 +  * Airmon-ng: Show regdomain in verbose mode
 +  * Airmon-ng: Updated Raspberry Pi hardware revisions
 +  * Airmon-ng: Document frequency usage
 +  * Airmon-ng: Add a sleep to help predictable names due to udev sometimes renaming interface
 +  * Airmon-ng: Added warning for broken radiotap headers in kernel 5.15 to 5.15.4
 +  * Airmon-ng: shellcheck fixes
 +  * Airmon-ng: support systemctl as some systems don't support 'service' anymore
 +  * Airmon-ng: Fixes for pciutils 3.8, backward compatible
 +  * Airbase-ng: use enum for frame type/subtype
 +  * Airbase-ng: remove a few IE in association responses
 +  * Besside-ng: Support and detect all channels in 5GHz in Auto-Channel mode
 +  * OSdep: Search additional IE for channel information
 +  * OSdep: Android macro fixes
 +  * Patches: Add missing patches that were on https://patches.aircrack-ng.org but not in repo
 +  * Patches: Updated freeradius-wpe patch for v3.2.0
 +  * Patches: Updated hostapd-wpe patch for v2.10
 +  * Patches: Added docker containers to test WPE patches
 +  * Autotools: make dist now creates VERSION file
 +  * Autotools: Added maintainer mode
 +  * Autotools: Initial support for Link Time Optimization (LTO) builds 
 +  * Integration tests: Added a new test, and improved some existing ones
 +  * Airgraph-ng: switch airodump-join to Python 3
 +  * Manpages: Fixes (typos, tools name, etc.) and improvements
 +  * README: Updated dependencies and their installation on various distros in README.md and INSTALLING
 +  * README: Fixed typos and spelling in README.md and INSTALLING
 +  * Packages: Packages on PackageCloud now support any distro using .deb and .rpm, however, it requires reinstalling repo (BREAKING CHANGE)
 +  * General: Fix compilation with LibreSSL 3.5
 +  * General: Fix issues reported by Infer
 +  * General: Updated buildbots
 +  * General: Add Linux uclibc support
 +  * General: Compilation fixes on macOS with the Apple M1 CPU
 +  * General: Removed TravisCI and AppVeyor
 +  * General: Use Github Actions for CI (Linux, Win, macOS, code style, and PVS-Studio)
 +  * General: Added vscode devcontainer and documentation
 +  * General: Fix warnings from PVS-Studio and build with pedantic (See PR2174)
 +  * General: Shell script fixes thanks to shellcheck
 +  * General: Fixes for GCC 10 and 11
 +  * General: Fixed cross-compilation
 +  * General: Code refactoring, deduplication, cleanup, and misc code improvements
 +  * General: Coverity Scan fixes, which includes memory leaks, race conditions, division by 0, and other issues
 +  * General: PVS Studio improvements,fixes and updates
 +  * General: Code formatting/style fixes
 +  * General: Various fixes and improvements (code, CI, integration tests, coverity)
 +  * General: Update bug reporting template and update the process
 +
 +
 +**Version 1.6 (changes from aircrack-ng 1.5.2) - Released 25 Jan 2020**:
 +  * Aircrack-ng: Added support for MidnightBSD
 +  * Aircrack-ng: Fixed ARM processors display with -u
 +  * Aircrack-ng: Fixed AVX-512F support
 +  * Aircrack-ng: Fixed cracking speed calculation
 +  * Aircrack-ng: Fixed cracking WEP beyond 10k IVS
 +  * Aircrack-ng: Fixed creating new session and added test case
 +  * Aircrack-ng: Fixed encryption display in some cases when prompting for network to crack
 +  * Aircrack-ng: Fixed exiting Aircrack-ng in some cases
 +  * Aircrack-ng: Fixed logical and physical processor count detection
 +  * Aircrack-ng: Fixed PMKID length check
 +  * Aircrack-ng: Various fixes and improvements to WPA cracking engine and its performance
 +  * Airdecap-ng: Decrypt both directions when WDS is in use
 +  * Airdecap-ng: Fixed decrypting WPA PCAP when BSSID changes
 +  * Airgraph-ng: Added support for WPA3
 +  * Airgraph-ng: Switch to argparse
 +  * Airmon-ng: Added detection for wicd, Intel Wireless Daemon (iwd), net_applet
 +  * Airmon-ng: Handle case when avahi keeps getting restarted
 +  * Airmon-ng: Indicates when interface doesn't exist
 +  * Airodump-ng: Added autocolorization interactive key
 +  * Airodump-ng: Added option to read PCAP in realtime (-T)
 +  * Airodump-ng: Added PMKID detection
 +  * Airodump-ng: Added support for GMAC
 +  * Airodump-ng: Added support for WPA3 and OWE (Enhanced Open)
 +  * Airodump-ng: Basic UTF-8 support
 +  * Airodump-ng: Checked management frames are complete before processing IE to avoid switch from WEP to WPA
 +  * Airodump-ng: Display signal when reading from PCAP
 +  * Airodump-ng: Fixed netxml output with hidden SSID
 +  * Airodump-ng: Improved rates calculation for 802.11n/ac
 +  * Airtun-ng: Fixed using -p with -e
 +  * Autoconf: Fixed order of ssl and crypto libraries
 +  * dcrack: Fixed client reporting benchmark
 +  * dcrack: Now handles chunked encoding when communicating (default in Python3)
 +  * Freeradius-WPE: Updated patch for v3.0.20
 +  * General: Added NetBSD endianness support
 +  * General: Added python3 support to scripts
 +  * General: Added script to update autotools on CentOS 7
 +  * General: Added security policy to report security issues
 +  * General: Reorganizing filesystem layout (See PR 2032), and switch to automake 1.14+
 +  * General: Convert to non-recursive make (part of PR 2032)
 +  * General: Deduplicating functions and code cleanups
 +  * General: Fixed packaging on cygwin due to openssl library name change
 +  * General: Fixed SPARC build on Solaris 11
 +  * General: Removed coveralls.io
 +  * General: Updated dependencies in README.md/INSTALLING
 +  * General: Use upstream radiotap libary, as a sub-tree
 +  * General: various fixes and improvements (code, CI, integration tests, coverity)
 +  * HostAPd-WPE: Updated for v2.9
 +  * Manpages: Fixes and improvements
 +  * Tests: Added Integration tests for aireplay-ng, airodump-ng, aircrack-ng, airbase-ng, and others
 +  * Tests: Added tests for airdecap-ng, aircrack-ng
 +
 **Version 1.5.2 (changes from aircrack-ng 1.4) - Released 09 Dec 2018**: **Version 1.5.2 (changes from aircrack-ng 1.4) - Released 09 Dec 2018**:
   * Airodump-ng: Fixed AP selection slip in interactive mode   * Airodump-ng: Fixed AP selection slip in interactive mode
changelog.txt · Last modified: 2022/05/11 02:51 by mister_x