2018-07-26 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in 'RDCastSearchString()' that threw a SQL error when
	passed a filter string consisting of pure whitespace.
	* Fixed bugs in 'rdcastmanager.cgi' that caused corruption when
	displaying UTF-8 strings.
This commit is contained in:
Fred Gleason
2018-07-26 09:01:06 -04:00
parent b93d4fe63f
commit 3e0929ba77
4 changed files with 47 additions and 34 deletions

View File

@@ -17230,3 +17230,8 @@
2018-07-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed incorrect justification of fields in the 'List Feeds'
dialog. in rdadmin(1).
2018-07-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'RDCastSearchString()' that threw a SQL error when
passed a filter string consisting of pure whitespace.
* Fixed bugs in 'rdcastmanager.cgi' that caused corruption when
displaying UTF-8 strings.