Changelog for
profanity-0.5.1-bp150.2.3.x86_64.rpm :
* Tue Mar 20 2018 dheidlerAATTsuse.com- Enable C and Python plugin API
* Fri Mar 16 2018 mvetterAATTsuse.com- Compile profanity-mini with --disable-icons: Since we first do the standard build we need to disable the icons in the later build to really get rid of the GTK dependency
* Thu Jul 13 2017 olafAATTaepfle.de- Remove unused gnutls/openssl from buildrequires
* Thu Feb 09 2017 mvetterAATTsuse.com- Update to 0.5.1:
* Add prof.get_room_nick plugins api function
* Add main.help.header theme option
* Look for system TLS certificate path by default (/tls certpath)
* Use service discovery to set account muc property
* Allow clearing account muc and resource properties
* Allow plugins to complete file paths with prof.filepath_completer_add function
* Add encryption settings functions to plugins api
* Allow plugins to block message sending on pre message send hooks
* Bug fixes: https://github.com/boothj5/profanity/milestone/15?closed=1
* Sun Nov 06 2016 jengelhAATTinai.de- Orthographic fixes.- Remove useless BuildRequire on shlib package.
* Wed Nov 02 2016 dheidlerAATTsuse.de- Switch to libmesode insted of libstrophe
* This allows better SSL cert validation
* Thu Sep 22 2016 mvetterAATTsuse.com- Fixing gh/boothj5/profanity/#860: profanity uses parts of the new API of libstrophe. But since the so name wasn\'t bumped this doesn\'t get autodetected. Adding the requires manually: Requires: libstrophe0 >= 0.9.0
* Wed Sep 21 2016 mvetterAATTsuse.com- Add better information to description- Enable tray icon in profanity-standard
* Fri Sep 16 2016 mvetterAATTsuse.com- Run spec-cleaner and use macros so it builds on all archs
* Fri Sep 16 2016 mvetterAATTsuse.com- Add profanity-rpmlintrc
* Fri Sep 16 2016 mvetterAATTsuse.com- Update to version 0.5.0:
* Plugins API supporting C and Python plugins
* SSL certificate verification (requires libmesode) (/tls)
* HTTP file upload (xep-0363) (/sendfile)
* Blocking command (xep-0191) (/blocked)
* Allow auto extended away (/autoaway)
* Include last acitvity in initial presence (xep-0256) (/lastactivity)
* Last Activity (xep-0012) (/lastactivity)
* Ability to run command scripts (/script)
* Account startscript property to execute a command script on connect (/account)
* Export roster to CSV file (/export)
* Support for GTK tray icons (/tray)
* User specified text triggers for chat room notifications (/notify)
* Per chat room notification options (/notify)
* Many new roster panel display options (/roster)
* Time format preferences per window type (/time)
* Edit, prepend and append to room subject (/subject)
* Autoping timeout preference (/autoping)
* Window navigation by window title (/win)
* Window closing by window title (/close)
* Account theme setting (/account)
* Allow sending XMPP stanzas in xmlconsole window (/xmlconsole)
* Configure level of room message notifications in console window (/console)
* Check ~/.config/profanity/inputrc for readline settings
* Custom readline functions for navigation key bindings
* Autocomplete command arguments when no characters entered- BuildRequire at least version 0.9.0 of libstrophe- Have libprofanity.so and profapi.h in main package for now- Add icon files
* Tue Jun 14 2016 mvetterAATTsuse.com- Split profanity in two packages: standard - the default with all features enabled mini - disabling notifications thus not needing X
* Thu Oct 01 2015 mvetterAATTsuse.com- Build with PGP enabled- Upgrade to version 0.4.7:
* Build against libmesode if available
* Handle invalid SSL certificates (requires libmesode)
* Allow auto extended away
* Include last acitvity in initial presence (xep-0256)
* Last Activity (xep-0012) libmesode is not yet packaged. So this version uses libstrophe still.
* Tue Jul 07 2015 cfarrellAATTsuse.com- license update: SUSE-GPL-3.0+-with-openssl-exception There is an exception to permit linking with openssl
* Tue Jun 16 2015 mvetterAATTsuse.com- Initial commit