Changelog for
prey-0.6.4-2.17.noarch.rpm :
* Sun May 03 2015 mailaenderAATTopensuse.org- Update to 0.6.4
* [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.
* 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.
* Increased (low) HTTP request timeouts to reduce connection errors.
* 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.
* Fri Mar 14 2014 mailaenderAATTopensuse.org- Update to 0.6.2- spec file cleanup- Added .desktop update macros- SPDX license strings
* Tue Jul 23 2013 infromaAATTgmail.com- Updated to 0.6.0
* Tue Mar 08 2011 malcolmlewisAATTopensuse.org- Updated to 0.5.3
* Small code cleanup
* Clearer messages when patching
* Moved HTTP functions out of the pull file. Clearer naming for curl options/argument variables, as we also have a curl_options global setting in the config file.
* Format adjustments for readme file
* Merge remote branch \'drewreece/master\'
* Updated self-setup routine to use the new send_request method.
* Fri Jan 28 2011 malcolmlewisAATTopensuse.org- Fix modules/geo/version permissions as per rpmlint report
* Fri Jan 28 2011 malcolmlewisAATTopensuse.org- Spec file clean up and dropped obsolete code- Updated to 0.5.2- Changes from 0.5.1 to 0.5.2
* Added SMTP verification. MD5sum Mac updater bug fixed (issue #84)
* Remove unneeded brackets.
* Only set SMTP user/pass if they\'re set indeed. From issue #89 on Gi.
* Debugging info for Linux configurator. Better SMTP user/pass settin.
* Support for encrypted responses from the Control Panel, to avoid po.
* Exit if the decryption doesn\'t work. Make sure offline actions use.
* Dont use the full path to openssl so it works in Windows
* Removed encrypt_response from config file as the option should be s.
* Run as logged user when current user is different, not necessarily.
* Make tempdir readable when creator is not logged user, not root
* Small code cleanup, slightly better logic for decryption. Always re.
* $status is now $response_status
* Using AES encryption for responses. Make sure On Demand is connecte.
* Fixes for header/body parsing in Mac, md5sum and added a term_proce.
* Fixed key verification
* Code cleanup. Removed unused content-type functions.
* Small improvements to On-demand check
* Replaced backticks with \'\' in updater.
* Wait time for On-Demand pipe is 10, that was just for testing
* Code cleanup. Added send_request function for code reutilization
* Moved get_pid function from Windows to framework, where it belongs.
* Better detection of encrypted response
* Better way of checking if auto_update download worked
* More code cleanup, less backticks, simpler get_attribute function
* Added missing cleanup to stop spawning temp folders
* error_exit function to handle better ungraceful exits - Changes from 0.5 to 0.5.1
* Using PID as method of verifying if On Demand is still active
* Stronger method of checking, as PID\'s can overlap
* Added timestamp to pings
* Simply check if openssl is running. Only Windows is giving us this ...
* Fixed Email Pass Decryption bug. Once again. :(
* Make sure we\'re getting the timestamp from pings
* Send pings back when requested. Better way of knowing if device is,...
* Disable NB I/O as it seems to causeing some issues
* Wed Dec 22 2010 malcolmlewisAATTopensuse.org- Updated to 0.5
* Change the delay to give wifi time to work when using autoconnect (thanks Drew!)
* When using autoconnect mode in the config, Prey will use the network with the strongest signal available (again, thanks Drew!)
* Fixed file sending in SCP mode (screenshot, picture). (#76)
* Removed rubbish on Mac/Linux log files
* Fixed Wifi device getting (using iwconfig now)
* Lock module should work on distros with Python 3 installed- Fixed permissions on version files (RPMLINT Report)- Dropped removal of old language files
* Thu Nov 11 2010 malcolmlewisAATTopensuse.org- Spec clean up before submitting to Security
* Thu Sep 30 2010 malcolmlewisAATTopensuse.org- Dropped webcam_functions patch further testing shows streamer working
* Thu Sep 30 2010 malcolmlewisAATTopensuse.org- Fix webcam_functions patch