-
Notifications
You must be signed in to change notification settings - Fork 11
Changelog
Yash D. Saraf edited this page Jul 13, 2018
·
13 revisions
Changelog for http://bit.ly/bbxyds
Jul 14/2018
- Update busybox to v1.29.0
- Add possible fix for xbin error
Apr 09/2018
- Update busybox to v1.28.3
- Make installers magisk v15.0+ compatible
- Update WolfSSL to 3.14.0
- Fix arm64 bins segmentation faults
- Update arm and x86 toolchains (both 32 and 64 bit) to GCC v7
Mar 07/2018
- Update busybox to v1.28.1
Jan 03/2018
- Update busybox to v1.28.0
Sep 06/2017
- Update busybox to v1.27.2
- Magisk manager is no longer recommended as an installation medium
- Update installers and cleaners for SuperSU SBIN mode
- Move magisk specifc code in an external script (this way the installation remains uninterrupted even if there's an error in magisk scripts)
Jul 31/2017
- Fix unicode char support
- Fix umount errors in installers
- Switch to alternate signing method (Fixes unzip: flags 1 and 8 not supported error)
Jul 23/2017
- Flashable zips are now valid Magisk modules
- Update cleaner code to clean busybox magisk module
Jul 22/2017
- Update busybox to v1.27.1
- Add sourceforge as mirror
- Apply probable fix for magisk compatibility
Jul 09/2017
- Update busybox to v1.27.0
- Update ssl_helper bins to wolfSSL v3.11.0
May 09/2017
- Fix busybox applets overwriting system binaries after OTA (BETA)
Apr 27/2017
- Use arm binaries on arm64 devices as a work around for the segmentation fault issue
Apr 20/2017
- Release self extract executable installers (No need to reboot in recovery anymore!)
- Update busybox source to latest commit in 1_26_stable
- Patch all toolchains to work around bad address issue when a valid nameserver is not found
- Use uClibc for all architectures (Reduces binary size)
- Update all toolchains to gcc v6.3.0
- Update ssl_helper bins to wolfSSL v3.10.2
- Add functionality to read external config
Feb 12/2017
- Fix incorrect checking of magisk dirs in installer script
Feb 03/2017
- Fix SELinux applets not working on higher android versions
- Fix installer to mount both magisk and su images to clean older bb versions
Jan 18/2017
- Add the missing applets after 1.26 update (depmod, modprobe, lsmod, rmmod, insmod)
Jan 15/2017
- Update busybox to v1.26.2
- Add md5 checking functionality in the installers
- Do not install existing applets in the system when using with magisk and phh su
- Switch to a new zip signing method (Thanks to @MastahF) (This hopefully fixes the unzip: zip 1 and 8 not supported error)
Jan 07/2017
- Update busybox to v1.26.1
Jan 03/2017
- Update busybox cleaner (Magisk and phh su compatible)
Jan 02/2017
- Update busybox to v1.26.0
- Add magisk and phh superuser support
- Update wolfssl to 3.10.0 (ssl_helper)
Oct 18/2016
- Update busybox to v1.25.1
- Update ssl_helper bins to WolfSSL (3.9.10)
- Update all the toolchains to gcc 6.2.0
- Fix no installer output when using FlashFire
- Changed toolchain target arch from MIPS32 to MIPS32r6 for MIPSEB busybox (Do test and report if it doesn't work)
Aug 25/2016
- Add -d and -f flags for sync applet
- Fix "unzip: zip flags 1 and 8 not supported" error
- Update ssl_helper bins to wolfssl 3.9.8
- Installer now adds common users and groups for better recognition of file and directory ownerships.
- MIPS busybox compiled with gcc 6.1.0
Jun 27/2016
- Update BusyBox to 1.25.0
- Merge 32 and 64 bit installers
- Update ssl_helper bins to wolfssl 3.9.6 (mipseb too!)
Jun 21/2016
- (Probable) Fix for unicode char support
- Add support to install applets as wrapper scripts if symlinking fails
- Update uninstaller to detect and remove applets installed as wrapper scripts
May 21/2016
- Fix https support for wget (with ssl_helper using wolfssl)
May 09/2016
- Merge normal and selinux builds and enable auto detection according to the android version
- Optimize busybox cleaning time in the installers
Apr 11/2016
- Add alternate builds for people facing errors with the usual builds for ARM
Apr 06/2016
- Add busybox installers for 64 bit devices
- Update AIO zip with the same
Apr 03/2016
- Add Cleaner
Mar 31/2016
- Initial Release