Prey Bash Client Versions Save

DEPRECATED - Project no longer supported, please consider using https://github.com/prey/prey-node-client instead

v0.6.4

9 years ago

This client mainly updates the lib/install-node-client.sh upgrade script to ensure a smooth transition to the new platform. These changes include:

  • Better detection and cleanup of existing (old) versions.
  • Better error handling and output redirection so we can find out what is going on.
  • The upgrade process is only performed if the device is not flagged missing.

v0.6.3

10 years ago
  • [FIX] Handle situation in geo module, when a long list of access points provokes a "Request too long" error.
  • [FIX] Improved distro name and version detection in Linux.
  • [FIX] Better OS version detection in OSX. No more Mavericks appearing as Tigers.
  • Added new platform upgrade script (lib/install-node-client.sh).
  • Include OS and Bash version in User-Agent, for easier debugging.
  • Added exception notification system, to keep better track of errors.
  • Updated some old graphics in Windows and OSX installers.
  • Increased (low) HTTP request timeouts to reduce connection errors.

v0.6.2

10 years ago
  • [FIX] Allow SMTP password to contain spaces.
  • [FIX] Correct Windows $pc_os_version getter. Fixes self_setup bug.

v0.6.1

10 years ago

[FIX] Detection of OS version for Mac and Windows now works as expected. [FIX] Updated location of updates_url from Github to S3.

v0.6.0

10 years ago
  • [FIX] Fixes for Gentoo (pryoidain's patch from Github issue #339).
  • [FIX] Use $check_url in update_device_info instead of $control_panel_url.
  • [FIX] Do not use -k in Linux config curl call.