Commit Graph

317 Commits (master)

Author SHA1 Message Date
Shinji Suzuki a3542439f7 Previous commit fixed a runtime error but was not correct in what it does.
Avoid overwriting syslinux.cfg and extlinux.cfg.
6 years ago
Shinji Suzuki 8ea5932bdc Fixes/Enhancements on loopback.cfg generation.
* Be more consistent about location of 'loopback.cfg'. (Use the first
one found in the iso image.)
* Fixed failure to pick the last menu item defined in syslinux config file.
* Pick 'initrd=...' parameter in 'append ...' line and generate 'initrd
...' line.
* Keep the previous content when updating.updating
* Removed redundant open/close in write_to_file().
* Fixed error message in write_to_file()
* Reduced the number of open/close in iso2grub2().
* Avoid adding a menu item withe a given name more than once.
* Keep, within the generated file, record of the source files from which menu items were picked up.
6 years ago
Shinji Suzuki 9f28a1d756 Fix failure of "Install syslinux and copy all required files." 6 years ago
Shinji Suzuki d9290c543a Fix an excess level of indirection when processing more than one match
results.
6 years ago
Shinji Suzuki c290d0887b Remove a temporary variable whose definition and the sole use are far apart. 6 years ago
multibootusb 7d465e9b65
Merge pull request #289 from shinji-s/devel
Allow one pass execution of multi patterned file extraction.
6 years ago
Shinji Suzuki b8660450c8 Make use of copy_iso() function to reduce code redundancy.
Allow one pass execution of multi patterned file extraction.
6 years ago
Shinji Suzuki cb9f2da952 Remove redundant pre-check on iso_file_list. 6 years ago
multibootusb ae63318b15
Merge pull request #287 from shinji-s/devel
Replace a common code-block with a method call, which also fixes a bug
6 years ago
Shinji Suzuki 526cd6d7fb Replace a common code-block with a method call, which also fixes a bug
regarding 'Avira-RS' installation. That is, shutil.move(,f) is conditioned on
os.path.exists(f).
6 years ago
multibootusb 3b041ae2fb
Merge pull request #286 from shinji-s/devel
Fix issue of 'menu label' or 'label' matching in the middle of line.
6 years ago
Shinji Suzuki 088a285375 Remove optimization in favour of reduced redundancy and code lines. 6 years ago
Shinji Suzuki b437771c2e Reduce indentation level. 6 years ago
Shinji Suzuki a3b7af23c2 Avoid having a match of (menu label|label) in the middle of a line.
Avoid loading cfg file twice.
6 years ago
multibootusb cb5703b712
Merge pull request #285 from shinji-s/devel
Simplify code by eliminating common expression.
6 years ago
Shinji Suzuki 88f98fe702 Simplify install_patch() thru common expression elimination and control
flow adjustment.
6 years ago
Shinji Suzuki cd9c85f2b3 Simplify resource_path() implementation by reducing repetition. 6 years ago
Shinji Suzuki a94cce01cf Simplify code by eliminating common expression. 6 years ago
multibootusb 0cc1064a57
Merge pull request #284 from shinji-s/devel
Replace '%INSTALL_DIR%' in isolinux.cfg with 'arch' if installing an …
6 years ago
Shinji Suzuki 18331de12e Replace '%INSTALL_DIR%' in isolinux.cfg with 'arch' if installing an arch variant. Needed for Antergos. 6 years ago
Shinji Suzuki f048774f33 Fix typo in log message generation. 6 years ago
Shinji Suzuki fd656ebeab Merge branch 'master' into devel 6 years ago
Shinji Suzuki 31a08eeb64 Avoid updating bootx64.efi and grub.img if source files are missing. 6 years ago
Shinji Suzuki 1ac993077d Have gpt_device() use 'wmi' module rather than spawn diskpart.exe 6 years ago
Shinji Suzuki 07a0601a9a Simplify implementation of get_physical_drive() using Win32_DiskPartition method rather than Win32_DiskDrive method. 6 years ago
Shinji Suzuki 7657e7c70c Fixed dependency of get_physical_disk_number() on locale setting and
removed code duplication.
6 years ago
multibootusb 12e21d41b2 Added following:-
1. Parabola Linux
2. Sync with other multibootusb project
6 years ago
mbusb 75342f1198 Add debug info and qemu enhancement
1. Added debug info to check the python version
2. Added kvm option in qemu under Linux
6 years ago
mbusb 3136ffe4fa Fix for crash on windows:
1. This is yet another fix for crash under windows due to detecttion in partition type
2. Fix for syslinux install when USB disk is not inserted.
3. Now syslinux install properly copy required files after install
4. Intimate users if USB disk not inserted when trying to install syslinux
5. Update version to 9.2.0
6 years ago
Gabriel Magno 1139faa5b8 Fix parted magic grub label 6 years ago
Sundar 89ca0a94ca New release - version 9.1.0 7 years ago
mbusb c203f28e6a Fix for windows crash 7 years ago
mbusb 77be8a47ca Fix for crash under windows when system language is not an English 7 years ago
mbusb ec0f8d95f9 Added i386 grub2 modules and scan and boot ISO files directly from "/multibootusb/iso" directory.
1. Added latest i386 compatable module files
2. Added menu entries from multibootusb project http://mbusb.aguslr.com
3. Included section to boot ISOs directly using loop mount
7 years ago
mbusb f868ea85f5 Windows improvements and update extlinux.cfg
1. Hide command wind when multibootusb is launched
2. Update extlinux.cfg to match with updated syslinux.cfg
7 years ago
mbusb 33b353f479 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git 7 years ago
Sundar b750be3e72 Merge branch 'master' into devel 7 years ago
mbusb 22226a40fc Added xenialpup distro 7 years ago
mbusb d14da4b351 Added OSFclone distro 7 years ago
mbusb 3a5cbfe282 Added support for Redcore Linux 7 years ago
mbusb 7dd1df0004 Fix slacko detection and add as supported distro 7 years ago
mbusb 28e8806658 Replace old efi binary with new one for backward compatability 7 years ago
mbusb 97b3cd830b Improvements to uefi booting.
1. Compiled new efi binary based from latest grub2 source
2. Added grub2 efi modules
3. Corrected partedmagic path issues
4. Added few more text in grub.cfg
7 years ago
mbusb 67f57a8d88 Improve GPT detection code under Windows
This commit improves the GPT detection code under Windows and also avoide crashing application crash due to host system lanuage other than English.
7 years ago
Sundar 151077da7b Improvements in CLI operations.
1. Install extlinux under Linux for NTFS filesystem
2. Check for root previlage when using CLI
3. Fix crash when installing ISO from CLI due to GPT check
4. Fix crash when installing syslinux from CLI due to GPT check
5. Correct usage instructions
7 years ago
mbusb d5882766a3 Added option to choose install distro using memdisk 7 years ago
Sundar 50a72af14a Revert back to previous syslinux install on ntfs FS 7 years ago
Sundar c84289d9d3 Merge branch 'master' of https://github.com/mbusb/multibootusb.git 7 years ago
Sundar 2c91ed4c7f Fix import error under Linux correct the gpt detection code under Linux 7 years ago
Sundar 2394e15ff8 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git 7 years ago
mbusb b5725a0c92 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb ed820167e6 Upgrade to version 8.9.0
* Improved the GPT detecttion under Windows
* Support for GPT based USB disks. BIOS and UEFI mode works only under USB created under Linux.
* Added command line option to install sysinux on multibootusb director (use -s or --syslinux)
* Added command line option to direct ISO writing to USB disk (use -r or --raw)
* Boot ISO and IMG directly using memdisk
* Added feature for selecting ISO, IMG, Zip and all files options in file chooser dialog
* Corrected path to menu.lst file for distrs based on grub4dos
* Fix for crash when multicard reader is inserted on the system without a SD card
* Correctly detect USB disk information using udisk2-dbus without crash under Linux
* Fixed an issue where using a path with spaces would cause a qemu boot error
* If distro is not supported, ISO is automatically added using memdisk. You can uninstall later if it does not work
* Added Nano Linux
7 years ago
zer0def 9a35df42e3 Reapplied upstream PR #26 7 years ago
Alan D Moore 0f6603dcf6 Display an error when ISO is invalid
Previous behavior was to crash the program when an iso file was
unreadable or had 0 length.

This patch has the program display an error dialog and not select the file.
7 years ago
Alan D Moore 27a74ef89d Fix inconsistent indentation
change 3-space indent to 4-space.

Fix a couple other spacing issues.
7 years ago
Alan Moore 6d91c5d882 Fix hyperlinks in about dialog
Correct the hyperlinks in the about dialog and make them open a web
browser tab to the link when clicked.  Fixes. #193.
7 years ago
Alan Moore 800e07aa96 Fix crash when fdisk fails on usb disk device
In the event that `fdisk -l` fails on a partition or device (e.g., a
usb card reader has no media), don't crash the program.  Just return
None, since this is just a partition that the program can't use.

Fixes #180.
7 years ago
mbusb ea2e3ce9ed Partital GPT disk support under Windows (No BIOS boot). 7 years ago
mbusb 1a4e2520e6 GPT partition table support and more
1.  Support for GPT partition table (only under Linux as of now)
2.  Added various binaries to source for GPT partition table support
3.  Added command line option to install sysinux (use -s or --syslinux)
4.  Added command line option to direct ISO writing to USB disk (use -r or --raw)
7 years ago
mbusb 7b70def279 Added CLI option and simplified USB detection logic.
1. Added '-r' '--raw' option to direct writing of ISO image to USB disk
2. Simplified USB detection logic to reduce looping
7 years ago
mbusb 815241572c Improvements and memdisk for ISO boot:
1. Catch 7zip error while listing ISO content
2. Way to detect .ISO and .IMG files for direct booting using memdisk
3. Added a class for finding available RAM size
4. Added feature for selecting ISO, IMG, Zip and all files options in file chooser dialog
5. Added generic menu entry for memdisk
6. Corrected path to menu.lst file for distrs based on grub4dos
7. Fix for crash when multicard reader is inserted on the system without a SD card
8. Correctly detect USB disk information using udisk2-dbus without crash
7 years ago
mbusb aea27c414b Merge branch 'master' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb a0fca202ab Added distro and functionality...
1. Added Nano Linux
2. Ability to select *.img files for writing to USB (dd method)
7 years ago
Mohammad Etemaddar adaf07c00b Update msgBox.exec() to msgBox.exec_()
It crashed on startup.
So it works with PyQt4 too.
http://stackoverflow.com/a/22619556/1951027
7 years ago
Moses Miller 602cc128f9
Fixed an issue where using a path with spaces would cause a qemu error 7 years ago
mbusb d9863ac9b5 Version 8.8.0 update 7 years ago
mbusb 85d3b5b4a4 Improvements, bug fix and new distros:-
1. Simplified 7zip listing to include directories as well
2. Correctly remove files installed outside multibootusb directory when uninstalling
3. Added Liberte
4. Added option to select zip files when choosing files
5. Added INSERT ISO
6. Added option to choose between two methods when syslinux shipped by ISO is version 3 or below
7 years ago
mbusb c918aa4563 Bug fix to setup file and new distros:
1. Added Alpine (you can install one version only)
2. Fix for trinity boot issue
3. Modified setup file for including grub2 modules in correct place
7 years ago
mbusb 057fd1cdcf Show error message... 7 years ago
mbusb 4346a9a9ef Reduce the usage of 7zip for extracting files 7 years ago
mbusb 09fef8f6ca Added Trinity Rescue Disk 7 years ago
mbusb c168792225 Added ESET Rescue Disk 7 years ago
mbusb fe4a500c06 Added AntivirusLiveCD (Calm AV) 7 years ago
mbusb 6beacbf175 Added Avira Rescue System 7 years ago
mbusb 72f7c6e0e1 Added Rising Anti Virus ISO 7 years ago
mbusb 4428d0e962 Bug fix for:
1. Crash when listing fixed partition
2. Crash when uninstalling distros (tested on windows) due to permission error of ldlinux.sys and ldlinux.c32
7 years ago
mbusb 7d45a6dfba Merge branch 'devel' of https://github.com/mbusb/multibootusb into devel 7 years ago
mbusb e3a2d84ffc Code cleanup
1. Foremat code
2. Fix for crash when trying to uninstall a distro due to presence of ldlinux.c32 and ldlinux.sys (tested on windows)
7 years ago
mbusb 660ddf6229 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git 7 years ago
Alin Trăistaru 36661a767d code cleanup 7 years ago
Alin Trăistaru 2a21a37ab4 code cleanup 7 years ago
mbusb d5d0da9076 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb 0ba7dc0de4 Improvement 7 years ago
Alin Trăistaru b0c5e7ddf9 remove old GUI files 7 years ago
Alin Trăistaru 92a580d0a4 code cleanup 7 years ago
Alin Trăistaru 7695cc43c2 use os.sync() 7 years ago
Alin Trăistaru d62735350e rework imager tab 7 years ago
Alin Trăistaru b3f86b0c4d copy_mbusb_dir_usb() only after user agrees 7 years ago
Alin Trăistaru f3c0b800ee grub.py: display human readable size 7 years ago
Alin Trăistaru 4dbf85d4f1 uninstall: don't treat ldlinux.* files differently 7 years ago
Alin Trăistaru e6f521e8fd re-enable GUI controls 7 years ago
mbusb b3f83e08f0 Merge branch 'master' into devel 7 years ago
mbusb 336d57f585 New option for CLI
1. Added functionality to skip confirmation with -y or yes CLI switch
2. Now it is possible to add many distro at a time (batch) process using CLI switch
   example CLI usge is python3 multibootusb -c -y -i /path/to/name.iso,/path/to/diss_name.iso -t G:
   (remember not to add space between iso paths)

This commit solves https://github.com/mbusb/multibootusb/issues/137 and https://github.com/mbusb/multibootusb/issues/136
7 years ago
mbusb 91f7068d71 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git 7 years ago
mbusb 4a41cbbc79 Improvement under Linux and build improvements
1.  Fix for crash when installing under Install syslinux tab
2.  Prevent read only filesystem under Linux
3.  Corrected setup file copy location preventing crash
4.  Improved multibootusb-pkexec script for working under rpm and deb based distros
5.  Create correct policy file during build time
6.  Modified readme file to point to improved guide
7 years ago
mbusb 30ffc206b3 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb 995797d721 Fixes 7 years ago
mbusb 38f28e15c4 Prepare for version 8.7.0 and other improvements
1. Version upgraded to 8.7.0
2. Updated changelog for version 8.7.0
3. Auto convert multibootusb file ending to Linux using dos2unix during packaging
4. Re-enable log message
5. Avoid crashing due to existence of syslinux.cfg
7 years ago
mbusb 2331f51c0b Added distro and few other improvements
1. Added vba32 rescue
2. Temproraily remove 'remove ANSI color codes from logs' patch as it crash under windows
7 years ago
multibootusb 4ea4a6fe93 Merge pull request #150 from alindt/fixes
linux: display total size of disk 			
reduce redundant calls
7 years ago
mbusb ae00ad50fb Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb 75c787077e Removed dependency and few other improvements
1. Droped p7zip-plugin for suse and mageia
2. Added PC Tool. But does not seems to work
3. Added custom functions for writing custom loopback.cfg file
4. Improved CLI working
5. Added custom menu entry file
6. Removed unnecessary codes
7. Removed windows line ending which prevented application not to start
7 years ago
Alin Trăistaru a64bf2402f reduce redundant usb.py:details() calls
from...
    usb.py:406:details() called from persistence.py:28:max_disk_persistence()
    usb.py:406:details() called from mbusb_gui.py:148:onComboChange()
    usb.py:406:details() called from uninstall_distro.py:24:install_distro_list()

...to
    usb.py:406:details() called from mbusb_gui.py:147:onComboChange()
7 years ago
Alin Trăistaru 79e88874b1 linux: display total size of disk 7 years ago
Alin Trăistaru fd98b9082f clean up logging timeformat 7 years ago
Alin Trăistaru 580cb84d3b remove ANSI color codes from log file 7 years ago
Alin Trăistaru bdccb95396 remove duplicate debug message 7 years ago
mbusb 762e644022 Commandline improvements
1. Reframe wordings when displaying messages under CLI
2. Corrected systemrescuecd subdir path
3. Corrected CLI usage example for windows
7 years ago
mbusb 160e1a75d2 Fixed for command line interface and minor improvements
1.  Fixed bug which prevents installing distro through CLI
2.  Added entries for windoes cli and uninstall in usage for CLI
3.  Added "Alin Trăistaru (alindt)" in authors list and reduced About window size
4.  Fixed few other minor bugs
7 years ago
mbusb 7878912172 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb 764b8dccc3 Enable GUI Controls when selected no to options. 7 years ago
Alin Trăistaru 925e2fc12d reduce redundant function calls 7 years ago
Alin Trăistaru 918ebfd35d add initial debug API
- bundled Colorama module (https://pypi.python.org/pypi/colorama)
 - add initial debug API using ANSI colors
7 years ago
Alin Trăistaru c85eae4806 linux: try to use default text editor first
xdg-open launches the user's default text editor defined
on the current desktop environment for text/plain mimetype
7 years ago
Alin Trăistaru 9e16529e44 further reduce CPU usage 7 years ago
Alin Trăistaru a0dd6438c5 greatly reduce CPU usage 7 years ago
Alin Trăistaru 670cdbd4d1 disable/enable UI when actions in progress
fixes #90
7 years ago
mbusb 9005fb3f52 Fix for QEMU under windows post install 7 years ago
mbusb e73e8821ed Added setup.exe support and qemu device boot failure fix for Linux 7 years ago
mbusb f83297504c Fix for previous commit under windows (check if USB is a disk or partition) 7 years ago
mbusb 11096af0d8 User improvements and version bump
1. Warn users when using partition/disk for dd and normal disto install through a message
2. Bumped the version to 8.6.0
3. Updated changelog for version 8.6.0
4. Changes logic for Slackware mini
5. Check for host pyudev and use inbuilt if not available
6. Updated setup.py for inclusion of newer files towards new release
7 years ago
mbusb 4ca22ff1fd Bug fix
1.  GRUB command not found error
2.  Added missing command.lst file
3.  Crash while writing ISO to USB disk under Windows
7 years ago
Alin Trăistaru 43d3754354 add some icons 7 years ago
mbusb ec637515f8 Improvement in loopback.cfg creation
1. Changed logic to convert syslinux config files to loopback.cfg
2. Added improvement in GUI (install and uninstall icons on buttons). But this does not work at the moment.
7 years ago
mbusb cb3bd559e2 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb 5cdf831892 Improvements in loopback.cfg conversion 7 years ago
Alin Trăistaru 9923b57f3f fix persistence on mount points containing spaces 7 years ago
Alin Trăistaru 374d494f16 fix typos and reword 7 years ago
Alin Trăistaru 42f97f3a3c linux: rethink device detection logic
Don't rely on ID_USB udev item
Should fix #110
7 years ago
Alin Trăistaru 97712a0741 Fix CentOS ISOs detection
Closes #98

Signed-off-by: Alin Trăistaru <alin.traistaru+github@gmail.com>
7 years ago
Alin Trăistaru 60635d4808 Safely access usb info dict 7 years ago
mbusb 7c98ec00a0 Windows Fix for commit 0e73b8b
1. Activate listing of devices when All drives option is enabled and disabled
2. Add a dummy devtype to usb.py module to avoid crash under Windows
7 years ago
Alin Trăistaru 3f55b26bfe Fix device information display 7 years ago
Alin Trăistaru a18c3be489 re-enable "All drives" functionality 7 years ago
mbusb 704769a81c Small improvements and added a distro
1. Added syslinux.bin and an entry in grub.cfg so as to chainload to syslinux from grub2
2. Added grml
3. Kill windows explorer when writing ISO image to USB (This is reqired to prevent dd.exe from failing)
4. Load combobox with detected drive when loading GUI
5. File dialog remembers last opened file directory
6. Logging syslinux install command
7 years ago
mbusb 1c6cd4fff7 GUI and other improvements
1. Diable persistence slider after installing a distro
2. Correct typo on default syslinux.cfg file
3. Update status text when applying filesystem to persistence file
4. Correct QEMU boot issue under Windows
7 years ago
mbusb 9ffb4ba5e5 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel
Also fixed crash on windows when detect usb drive button is clicked.
7 years ago
mbusb 7b92c2021b Improvements and bug fixes
1. Added Finnix
2. Check for EFI binary after uninstalling a distro (and copy mbusb binary if not present)
3. Added Fatdog
4. Improved way to detect grub*.cfg file
5. Corrected spelling mistake
7 years ago
Alin Trăistaru b1e7a3ae1f fix persistence logic 7 years ago
Alin Trăistaru 78ebfaf7e4 rework ui/core (partial) 7 years ago
mbusb 2fc61df51e Detect isolinux version 2 and install version 3 instead. 7 years ago
mbusb 8148c33752 Merge branch 'master' of https://github.com/mbusb/multibootusb into devel 7 years ago
mbusb b210bcccbc Merge branch 'devel' of https://github.com/mbusb/multibootusb into devel 7 years ago
mbusb d8b485efda 1. Initial UEFI support
2. Added PLOP boot manager
3. Added netboot.iso
4. Added latest memtest
5. Added slack mini boot
6. Improved fedora detection script

This commit provide initial and bare minimum support to UEFI boot.
The support will be improved upon users feedback and raising issues.
7 years ago
Alin Trăistaru 13d798e873 Fix installing syslinux in distro dir on ext2/3/4
Executing ==>
dd if=/dev/sdb1 of=/media/user/USBFLASH"/media/user/USBFLASH/multibootusb/debian/isolinux/debian-install.bs" count=1
dd: failed to open '/media/user/USBFLASH/media/user/USBFLASH/multibootusb/debian/isolinux/debian-install.bs':
No such file or directory

Failed to install syslinux on distro directory...
7 years ago
Alin Trăistaru 8cb345d764 linux: use system pyudev library instead of bundled 7 years ago
Alin Trăistaru 71496955cb tweak log progressbar 7 years ago
Alin Trăistaru 349dca6f22 fixed typos 7 years ago
Alin Trăistaru 5266992ac4 use dd sync writes 7 years ago
Alin Trăistaru 7dd6cd041c GUI cleanup and minor fixes 7 years ago
mbusb 59a3ff23d1 Fix for random crash
Fix for random crash when ISO file contain non utf charectors.
7 years ago
mbusb b9fb603f27 Change in debian installer detection. 7 years ago
mbusb f6b6d1c0e5 Update to new release - 8.5.0 7 years ago
mbusb ba596fa2e2 Merge branch 'master' of https://github.com/mbusb/multibootusb.git 7 years ago
mbusb bb0fc1fac0 Added Solus OS and Ka OS . 7 years ago
multibootusb fd353174a3 Merge pull request #86 from bagage/master
Fix crash in ISO Imager
7 years ago
Göktürk Yüksek 938d31412e
scripts/usb.py: use device.get() instead of device[''] to handle KeyError
The devices returned by list_devices() may not always have all the
properties and referencing them raises a KeyError. Use the .get()
interface as suggested by the upstream[0] to avoid such exceptions.

[0] http://pyudev.readthedocs.io/en/latest/guide.html#id6
7 years ago
Gautier Pelloux-Prayer 1da1f6cfee Fix crash when trying to use ISO Imager 8 years ago
mbusb be4c8d9763 update to version 8.4.0 8 years ago
mbusb 890c266342 Inform user about the requirement of admin privilege. Added option to list all drives (including fixed). Fixed the bug 'maximum 2047 mb allowed'. 8 years ago
mbusb 1e3f1f1c26 Added ReactOS 8 years ago
mbusb 95245ffc63 Added Fedora persistence. Bug fix for crash when uninstalling Sergei Strelec. Also fixed the knoppix bug. 8 years ago
mbusb e4173be1b7 Added Sergei Strelec 8 years ago
mbusb acde57f600 Added Alt Linux. 8 years ago
mbusb 5aaa28c4b2 Update files to version 8.1.0 8 years ago
mbusb 5e9fcf9f63 Removing unwanted files from source. 8 years ago
mbusb 2c33ed73de Upgrading to version 8.0.0 8 years ago