* Fri Nov 04 2016 jengelh@inai.de
- Replace usbprog-wxwidgets-2.4.diff~ and
ubsprog-wxwidgets-3.0.patch by
usbprog-wxwidgets-3.0.diff and enable STL mode
* Wed Oct 05 2016 zaitor@opensuse.org
- Add patch ubsprog-wxwidgets-3.0.patch to port usbprog to
wxWidgets 3.0; patch taken from upstream.
* Wed Oct 05 2016 badshah400@gmail.com
- Drop outdated macros "%define __find_requires %wx_requires" and
"%define _use_internal_dependency_generator 0"; no longer
required and causes build failures.
- Drop conditionals intended to support openSUSE versions that are
now old and unmaintained.
- Switch to pkgconfig based BuildRequires.
* Thu May 09 2013 crrodriguez@opensuse.org
- Place udev rules in the correct directory, /etc/udev/*
will be soon blacklisted for use in packages.
* Tue Dec 13 2011 cfarrell@suse.com
- license update: GPL-2.0+ and CC-BY-SA-3.0
Aggregation of GPL-2.0+ code and CC-BY-SA-3.0 doc, using SPDX format
(http://www.spdx.org/licenses)
* Thu Dec 08 2011 coolo@suse.com
- the license seems to be GPL-2.0+
* Wed Dec 29 2010 sbrabec@suse.cz
- Compile with wxWidgets (STL variant).
* Wed Jan 06 2010 bernhard@bwalle.de
- Add patch 'usbprog-wxwidgets-2.4.diff' that allows the package
to be built on SLE 10.
* Tue Jan 05 2010 bernhard@bwalle.de
- Update to 0.2.0
o Install PDF documentation and add a new menu entry in "Help"
that opens a PDF viewer and shows that PDF documentation.
o Rename "JP" to "JP4" in the pin information dialog to make it
more clear that the "JP4" jumper is the firmware-specific one.
o MacOS:
- Fix the problem that the menu bar is not displayed on MacOS.
- Build system fixes for MacOS.
o Windows:
- Don't install the filter driver on Win32. This makes USBprog
compatible with Windows Vista and Windows 7.
- Register the uninstaller on Windows in the Control Panel.
- Install the driver files in c:\Program Files\USBprog\driver.
- Ensure that the complete program directory gets uninstalled.
* Tue Jan 05 2010 bernhard@bwalle.de
- SUSE only: Change 'uucp' to 'dialout' for openSUSE >= 11.2 since
the serial devices belong to 'dialout' since that release.
* Sun Jan 03 2010 bernhard@bwalle.de
- Make spec file more generic (cleanup).
- Fedora/RHEL/CentOS only: Add udev rules file also for that
distribution. Use 'uucp' group on RHEL 5/CentOS 5 and 'dialout'
on recent Fedora versions. See also README.$distribution.
* Sun Jan 03 2010 bernhard@bwalle.de
- Don't install the static library.
- SUSE only: Add udev rules file (98-usbprog.rules) to add USBprog
devices to the 'uucp' group. See also README.SUSE.
* Sat Jan 02 2010 bernhard@bwalle.de
- Remove workaround (BuildRequires) in spec file for Fedora since
that seems to be fixed in Fedora build targets of the OBS.
* Sun Nov 29 2009 bernhard@bwalle.de
- update to 0.1.10 (no functional changes on Linux)
* Sun Apr 05 2009 bernhard@bwalle.de
- update to 0.1.9
o Print error when downloading fails with a non 400 status code.
o Fix GUI on MacOS X (contributed by Nabil Sayegh)
* Tue Jan 27 2009 bwalle@suse.de
- update to 0.1.8
o fix tab completion for multiple matches (like 'device' and
'devices')
o Fix problem with recent wxGtk versions that the whole GUI was
hanging when updating the progress bar.
* Thu Jul 03 2008 bwalle@suse.de
- update to 0.1.7
o fix problem that firmware with more than 16k can't be flashed
- remove usbprog-fix-nonvoid: merged upstream
* Mon May 05 2008 bwalle@suse.de
- fix usbprog no-return-in-nonvoid-function commands.cc: 987
* Wed Mar 26 2008 bwalle@suse.de
- use %postun -p to avoid extra shell
* Tue Mar 25 2008 bwalle@suse.de
- update to 0.1.6
o CLI: fix mechanism to avoid downloading the index file again
and again if the CLI is invoked repeatedly in small intervals
o remove GPL-incompatible md5_loc.h from source distribution
- remove usbprog-build-fixes: fix for usbprog.desktop upstream