* Mon Jul 03 2017 astieger@suse.com
- hexchat 2.12.4:
* fix issue with timers causing ping timeouts
* fix building against OpenSSL 1.1
* fix /exec output printing invalid utf8
* replace doat plugin with an internal command
* change how tab colors interact with plugins
- verify source signature
* Sat Apr 15 2017 mpluskal@suse.com
- Add dependency on iso-codes and hwdata as hexchat tries to use
them (boo#1034310)
* Tue Nov 15 2016 tingping@fedoraproject.org
- Update dep versions to match actual requirement
- Remove unused build deps
- Remove no longer needed __DATE__ workaround
* Mon Oct 31 2016 tchvatal@suse.com
- Version update to 2.12.3:
* various small bugfixes in the 2.12 series
* Add LUA scripting support
- Drop patch hexchat-python3.patch
* Mon Sep 05 2016 tyang@suse.com
- Modified migrate-configuration-from-xchat.patch
Add hexchat-migrate-sh
Realizing the migration job with shell script(bnc#989961)
* Thu Jul 28 2016 tyang@suse.com
- Modified migrate-configuration-from-xchat.patch.
To realize the migration of servlist.conf file.(bnc#989961)
* Thu May 05 2016 tyang@suse.com
- Add migrate-configuration-from-xchat.patch
Fate#318480:replace xchat with hexchat,automaticly migrate
settings from xchat:
http://hexchat.readthedocs.io/en/latest/faq.html#how-do-i-migrate-my-settings-from-xchat
* Mon Apr 18 2016 nemysis@openSUSE.org
- Remove non existent configure --enable-minimal-flags and --enable-ntlm
* Tue Apr 05 2016 tchvatal@suse.com
- Provide/Obsolete xchat to ensure those that do not have patterns
containing hexchat to migrate to it.
* Mon Mar 21 2016 tchvatal@suse.com
- Version update to 2.12.0:
* add support for IRCv3.2
* add cap 3.2
* add sasl 3.2
* add chghost
* add cap-notify
* add support for twitch.tv/membership cap
* add support for SNI (Server Name Indication)
* add ability to do DnD reordering in some settings dialogs
* add option to disable middle-click closing tabs
* rewrite sysinfo plugin
* change formatting, unified across platforms
* fix handling unsupported CPU arch on unix
* rewrite identd plugin
* add ability to change port
* fix handling multiple connections
* fix threading issues
* rewrite checksum plugin
* fix support for very large files
* remove openssl dependency
* remove DH-{AES,BLOWFISH} mechanisms (insecure)
* remove ?IRC? encoding, replaced with UTF-8
* remove ?System Default? encoding, replaced with UTF-8
* remove configure option to disable ipv6
* remove msproxy and socks5 library support (unused)
* change tab-complete to favor other user nicks over own
* change url detection to support unicode
* change decoding to not attempt ISO-8859-1 fixing corruption
* change pluginpref to escape values
* change installer on Windows to not overwrite gtkrc file
* fix numerous crashes (but not #600)
* fix crash on printing very long lines
* fix crash on failing to open log file
* fix crash when using unsorted userlist
* fix crash when timestamp format set to nothing
* fix crash when tab-completeing long strings
* fix crash with long values in pluginpref API
* fix various other unsafe string handling throughout
* fix poor performance with nick indent enabled
* fix fishlim plugin handling networks with server-time
* fix logging hostname of users in new queries
* fix Key Press event sending non-UTF-8 text to plugins
* fix VERSION response on windows 10
* fix get_info(?win_ptr?) from python
* fix running portable-mode from another directory
* fix duplicate timestamps on selection
* fix ?cfgdir argument
* fix mode-button text being cut off
* fix scrollback timestamps with server-time
* fix url handler accepting quoted paths with spaces
* fix using correct encoding when jumping networks
* improve DCC handling large files
* improve python detection in configure
* improve scrollback file handling (corruption, line endings)
* improve build options on unix to be more secure
* update translations
* update network list
- Use python3 not python2
* Add patch hexchat-python3.patch
* Mon Mar 21 2016 tchvatal@suse.com
- As we build only on sle12+ and no non-suse distro the conditionals
from previous commit do not make much sense
* Tue Feb 23 2016 nemysis@openSUSE.org
- Change URL
- Remove BuildRequires for fdupes, not need for it
- Use check for openSUSE %if 0%{?suse_version}
- Add BuildRequires for hicolor-icon-theme
- Add BuildRoot for older openSUSE versions
- Use %{name} instead of hexchat
* Thu Jan 15 2015 tchvatal@suse.com
- Version bump to 2.10.2:
* verify hostnames of certificates
* use more secure openssl options (No SSLv2/3)
* detect utf8 urls in chat
* fix using multiple client certs at the same time
* fix checking for Perl on some distros
* fix friends list not properly updating
* fix building with format-security
* fix more non-ascii path issues on Windows
* fix opening utf8 urls on Windows and OSX
* update deps on Windows
* update translations
- Remove the asneeded.diff as it seems not to be needed, builds without
and perl is linked well.
* Sat Sep 13 2014 nemysis@gmx.ch
- Version bump to 2.10.1
* add configure check for python 3.4
* improve spell check handling apostrophes
* disable unsupported tray feature on Elementary OS
* disable installing on Vista (would just crash on x64)
* fix possible crash in banlist
* fix some crashes in pluginpref API
* fix crash in spell check
* fix notify list being sent to wrong networks
* fix scrolling the chanview on Unix
* fix building plugin support on some platforms (OS X 10.8)
* fix FiSHLiM decryption when identify-msg is enabled
* fix expanding ~user on Unix
* fix missing license files on Windows
* fix silent installer on Windows
* update translations
* update network list
* update Python versions on Windows
* Thu Aug 28 2014 fcrozat@suse.com
- Disable BuildRequires libntlm-devel on SLE12.
* Tue Jul 22 2014 mls@suse.de
- when testing for perl, -lperl has to come last because of
SUSE_ASNEEDED being set
new patch: asneeded.diff
* Fri Jun 13 2014 tchvatal@suse.com
- Version bump to 2.10.0:
* fix SASL on InspIRCd networks
* fix building on OpenBSD
* fix crash when using invalid timestamps on Windows
* fix Lag Meter reporting invalid numbers
* fix drag and drop on User List/Channel Switcher
* fix various Unicode issues on Windows
* add fullscreen display mode
* add /getbool command
* add support for userhost-in-names capability
* add ?command command line flag on Windows
* add message parameter to /query
* add help messages to user commands
* add plugin_pref to Perl
* add regex search to the Channel List on Windows
* add option to hide nick change messages
* redesign various settings windows (notably key bindings)
* render colors and attributes in the Input Box and Topic Bar
* bind middle-click to close tabs
* build the GTK+ PixBuf theme engine on Windows
* change /list to open the Channel List window
* change the format key bindings are stored in (will convert automatically)
* enable italics
* rewrite /dns adding support for Windows and replacing the plugin
* rebrand the Perl plugin
* replace the Search window with a Search Bar
* replace Text Box transparency with full window transparency (may come back)
* remove all deprecated GTK+ usage
* remove all direct use of X11, fixing XWayland support
* hide unsupported channel modes from the Topic Bar
* improve spell check (handle contractions)
* improve rendering and selection in the Text Box
* improve OS X integration (custom theme, app menu, dock icon, spell check, app bundle, key bindings)
* improve the Windows installer (downloads requirements when ran)
* update Visual Studio to 2013
* update Perl to 5.20 on Windows
* update Python to 3.4 on Windows
* update OpenSSL on Windows to fix ?Heartbleed?
* update translations
- Adapt few dependencies to match reality
- Update configure switches to comply with upstream
- Make the build verbose
* Wed May 21 2014 tchvatal@suse.com
- Cleanup with spec-cleaner.
* Mon Sep 30 2013 tchvatal@suse.com
- Do not put date into binary to avoid needless rebuilds.
* Mon Sep 30 2013 tchvatal@suse.com
- Add missing defattr on the devel package.