OBS User unknown 2008-01-17 21:30:43 +00:00 committed by Git OBS Bridge
parent 0a380014d9
commit cc04091c94
2 changed files with 243 additions and 236 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 15 19:41:54 CET 2008 - kssingvo@suse.de
- changed permissions in %files according to cups (bugzilla#342772)
-------------------------------------------------------------------
Mon Jan 7 19:39:28 CET 2008 - kssingvo@suse.de

474
cups.spec
View File

@ -17,7 +17,7 @@ License: GPL v2 or later
Group: Hardware/Printing
Summary: The Common UNIX Printing System
Version: 1.3.5
Release: 1
Release: 4
Requires: cups-libs = %{version}, cups-client = %{version}
Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters
Requires: util-linux
@ -295,9 +295,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
%files
%defattr(-,root,root)
%dir %attr(711,lp,lp) %{_sysconfdir}/cups/ssl
%dir %attr(755,lp,lp) %{_sysconfdir}/cups/ppd
%config(noreplace) %attr(640,lp,lp) %{_sysconfdir}/cups/cupsd.conf
%dir %attr(700,root,lp) %{_sysconfdir}/cups/ssl
%dir %attr(755,root,lp) %{_sysconfdir}/cups/ppd
%config(noreplace) %attr(640,root,lp) %{_sysconfdir}/cups/cupsd.conf
%{_sysconfdir}/cups/cupsd.conf.default
%{_sysconfdir}/dbus-1/system.d/cups.conf
%config(noreplace) %attr(755,lp,lp) %{_sysconfdir}/cups/interfaces
@ -375,8 +375,8 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
%defattr(-,root,root)
%{_bindir}/cups-config
#%dir %attr(0755,lp,lp) %{_sysconfdir}/cups/
%dir %attr(0710,lp,lp) %{_var}/spool/cups
%dir %attr(1770,lp,lp) %{_var}/spool/cups/tmp
%dir %attr(0710,root,lp) %{_var}/spool/cups
%dir %attr(1770,root,lp) %{_var}/spool/cups/tmp
%dir %attr(0755,lp,lp) %{_var}/log/cups/
# %config(noreplace) %{_sysconfdir}/cups/client.conf
%config(noreplace) /etc/sysconfig/SuSEfirewall2.d/services/cups
@ -385,7 +385,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
%{_datadir}/locale/*/cups_*
%changelog
* Mon Jan 07 2008 - kssingvo@suse.de
* Tue Jan 15 2008 kssingvo@suse.de
- changed permissions in %%files according to cups (bugzilla#342772)
* Mon Jan 07 2008 kssingvo@suse.de
- update to version 1.3.5:
* The SNMP backend did not check for negative string lengths
* The scheduler incorrectly removed auth-info attributes,
@ -441,13 +443,13 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
* When printing with number-up > 1, it was possible to get an
extra blank page.
- removed CVE patches, which are already applied upstream
* Wed Dec 19 2007 - crivera@suse.de
* Wed Dec 19 2007 crivera@suse.de
- Add dbus-1-devel to the BuildRequires.
* Mon Dec 17 2007 - crivera@suse.de
* Mon Dec 17 2007 crivera@suse.de
- Add the --enable-dbus flag to the configure line to
send DBUS signals out for queue change events. This helps
fix 345163.
* Wed Nov 07 2007 - kssingvo@suse.de
* Wed Nov 07 2007 kssingvo@suse.de
- upgrade to version 1.3.4:
* Documentation updates
* CUPS now maps the "nb" locale to "no" on all platforms
@ -486,9 +488,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
* The cupsd.conf man page incorrectly referenced "AuthType
Kerberos" instead of "AuthType Negotiate".
- fixes for xpdf CVE-2007-4352, CVE-2007-5393, CVE-2007-5392 (bugzilla#335637)
* Tue Oct 23 2007 - kssingvo@suse.de
* Tue Oct 23 2007 kssingvo@suse.de
- fix for IPP boundaries swamp-14294, CVE-2007-4351 (bugzilla#335635)
* Mon Oct 15 2007 - kssingvo@suse.de
* Mon Oct 15 2007 kssingvo@suse.de
- upgrade to version 1.3.3. Main features to 1.2.x:
* Networking
* Kerberos: CUPS now supports Kerberos authentication
@ -569,15 +571,15 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
* PPD API: New ppdLocalizeIPPReason()function and greatly
improved ppdConflicts() performance
- added new files, adapted patches, and removed already included ones
* Tue Sep 18 2007 - kssingvo@suse.de
* Tue Sep 18 2007 kssingvo@suse.de
- fix for missing newline before EOF in compressed files (bugzilla#309823)
* Mon Sep 17 2007 - kssingvo@suse.de
* Mon Sep 17 2007 kssingvo@suse.de
- fix for exitcode on uiconstraints in cupstestppd (bugzilla#309822)
* Mon Sep 10 2007 - kssingvo@suse.de
* Mon Sep 10 2007 kssingvo@suse.de
- patch: "None" needs to be valid value for cupstestppd (bugzilla#309219)
* Mon Aug 06 2007 - kssingvo@suse.de
* Mon Aug 06 2007 kssingvo@suse.de
- fix for xpdf bugzilla#291690, CVE-2007-3387, swamp-11865
* Mon Jul 30 2007 - kssingvo@suse.de
* Mon Jul 30 2007 kssingvo@suse.de
- upgrade to cups-1.2.12:
* The PHP cups_print_file() function crashed if the options array
contained non-string option values
@ -605,14 +607,14 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
the first 4k of the file, not just the first 1k
* Updated the Italian localization
- updated the mime and the psrewrite patch
* Mon Jun 25 2007 - kssingvo@suse.de
* Mon Jun 25 2007 kssingvo@suse.de
- added quosnmp script to %%doc
* Wed Jun 20 2007 - kssingvo@suse.de
* Wed Jun 20 2007 kssingvo@suse.de
- removed rccupsrenice: cups-1.2.x does no longer traversing of
filesystem during startup. reason no longer present.
* Wed May 23 2007 - kssingvo@suse.de
* Wed May 23 2007 kssingvo@suse.de
- fixed as many rpmlint errors as possible
* Thu May 10 2007 - kssingvo@suse.de
* Thu May 10 2007 kssingvo@suse.de
- Upgrade to cups-1.2.11:
* "make distclean" didn't remove all generated files
* Fixed a bug in the advertisement of classes
@ -676,9 +678,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
* cupsRasterInterpretPPD() incorrectly limited the
cupsBorderlessScalingFactor when specified in the job options.
- adapted cupstestppd patch
* Wed Apr 25 2007 - kssingvo@suse.de
* Wed Apr 25 2007 kssingvo@suse.de
- added SuSEfirewall2 rules (bugzilla#247746)
* Mon Apr 02 2007 - kssingvo@suse.de
* Mon Apr 02 2007 kssingvo@suse.de
- Upgrade to cups-1.2.10:
* ppdLocalize() now supports localizing for Japanese using the
"jp" locale name used by the ppdmerge program from the CUPS
@ -721,7 +723,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
* The text filter could crash when pretty printing certain types
of files
- removed already included security patch xpdf_CVE_2007_0104
* Tue Feb 20 2007 - kssingvo@suse.de
* Tue Feb 20 2007 kssingvo@suse.de
- Upgrade to cups-1.2.8:
* Documentation fixes
* The HTTP upgrade redirection used by the scheduler did not work
@ -788,21 +790,21 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
commands for reversed output
* The scheduler did not parse IPv6 netmasks properly
- removed backported, unnecessary patches
* Tue Feb 13 2007 - kssingvo@suse.de
* Tue Feb 13 2007 kssingvo@suse.de
- fixed tcp_wrapper warnings (bugzilla#230730)
- fixed ps interpretation (bugzilla#242042)
- backported fixes from various issues, only in svn avail atm
* Mon Jan 22 2007 - kssingvo@suse.de
* Mon Jan 22 2007 kssingvo@suse.de
- enabled LDAP on request (bugzilla#223007), no build cycle present
* Tue Jan 16 2007 - kssingvo@suse.de
* Tue Jan 16 2007 kssingvo@suse.de
- fix for xpdf bugzilla#233113, CVE-2007-0104, swamp-7887
* Wed Jan 10 2007 - kssingvo@suse.de
* Wed Jan 10 2007 kssingvo@suse.de
- added Required-Start: to rccupsrenice (bugzilla#231675)
* Fri Jan 05 2007 - sbrabec@suse.cz
* Fri Jan 05 2007 sbrabec@suse.cz
- Fixed devel dependencies.
* Tue Dec 12 2006 - kssingvo@suse.de
* Tue Dec 12 2006 kssingvo@suse.de
- removed broken locale patch: PS generation fails (bugzilla#227205)
* Thu Nov 16 2006 - kssingvo@suse.de
* Thu Nov 16 2006 kssingvo@suse.de
- Upgrade to 1.2.7 (another bugfix version):
* Documentation updates
* The PostScript filter now rotates the bounding box values as needed
@ -814,11 +816,11 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
* The lpstat program could still hang
* Fixed an inefficiency in the SNMP IPP detection code
* The SSL negotiation code did not implement short timeouts
* Tue Nov 14 2006 - kssingvo@suse.de
* Tue Nov 14 2006 kssingvo@suse.de
- fixed non conform PPD values in PSLEVEL*.PPD (bugzilla#219779)
* Thu Nov 09 2006 - kssingvo@suse.de
* Thu Nov 09 2006 kssingvo@suse.de
- fixed perm problem of /etc/cups regarding lppasswd (bugzilla#218745)
* Tue Nov 07 2006 - kssingvo@suse.de
* Tue Nov 07 2006 kssingvo@suse.de
- Upgrade to 1.2.6 (bugfix version):
* "lpc status" did not show the number of queued jobs for disabled queues
* The lpstat program could hang
@ -828,15 +830,15 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
* Fixed a compile error when using libpaper
* Fixed a compile error when compiling on Solaris with threading enabled
* Missing printer-state-changed event for printer-state-message updates
* Mon Nov 06 2006 - kssingvo@suse.de
* Mon Nov 06 2006 kssingvo@suse.de
- coolo's patch seems not to work, now using desktop-launch
(bugzilla#207915)
* Mon Nov 06 2006 - kssingvo@suse.de
* Mon Nov 06 2006 kssingvo@suse.de
- fixed cups.desktop file (bugzilla#207915)
- suse_update_desktop_file produces strange results in my xterm.
redirecting output to /dev/null
- removed duplicate entry in %%files: %%{_libdir}/cups/monitor/*
* Mon Oct 23 2006 - kssingvo@suse.de
* Mon Oct 23 2006 kssingvo@suse.de
- Upgrade to 1.2.5:
* Documentation updates
* The SNMP backend no longer uses IPP for Epson printers
@ -882,7 +884,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
* The cupsDirRead() function did not work properly on
non*POSIX-compliant systems
* The cupsFile functions didn't handle read/write errors properly
* Fri Sep 22 2006 - kssingvo@suse.de
* Fri Sep 22 2006 kssingvo@suse.de
- CUPS 1.2.4 fixes a number of web interface, scheduler, and CUPS API issues.
Changes include:
- The --with-printcap configure option did not work
@ -913,7 +915,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
pointed to a file/directory that did not exist
- The cupsInterpretRasterPPD() function did not handle custom page
sizes properly.
* Thu Sep 14 2006 - kssingvo@suse.de
* Thu Sep 14 2006 kssingvo@suse.de
- Upgrade to 1.2.3:
* The scheduler did not send job-state or job-config-changed events
when a job was held, released, or changed
@ -973,7 +975,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
* cupstestppd crashed with some PPD files
* The <cups/dir.h> and <cups/file.h> header files did not work with
C++.
* Tue Jul 25 2006 - kssingvo@suse.de
* Tue Jul 25 2006 kssingvo@suse.de
- upgrade to version 1.2.2, which fixes several build, platform, notification, and printing bugs. Changes include:
* Documentation updates
* CUPS didn't know about alternate character set names for Asian text
@ -1042,193 +1044,193 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
* Reverse-order page output was broken when N-up or landscape orientations were used
* The parallel, serial, socket, and USB backends needed print data before they would report back-channel data, causing problems with several new drivers
- fixed randomly crash when testing many PPD files (bugzilla#193354)
* Thu Jul 13 2006 - kssingvo@suse.de
* Thu Jul 13 2006 kssingvo@suse.de
- moved 3.0 from BETA to STABLE
* Thu Jun 29 2006 - nadvornik@suse.cz
* Thu Jun 29 2006 nadvornik@suse.cz
- do not use deprecated libpng function png_read_destroy
* Wed Jun 28 2006 - kssingvo@suse.de
* Wed Jun 28 2006 kssingvo@suse.de
- reinjected lost --datadir into configure
* Thu Jun 22 2006 - kssingvo@suse.de
* Thu Jun 22 2006 kssingvo@suse.de
- upgrade to version 1.2.1: a major release after long (>1y) development
with new functions, many enhancements, bugfixes and new bugs
* Mon May 22 2006 - kssingvo@suse.de
* Mon May 22 2006 kssingvo@suse.de
- removed Required-Start: in rccupsrenice; real fix for (bugzilla#172708)
* Mon May 22 2006 - lmuelle@suse.de
* Mon May 22 2006 lmuelle@suse.de
- Only activate cupsrenice on initial install; [#172708].
* Tue Apr 25 2006 - kssingvo@suse.de
* Tue Apr 25 2006 kssingvo@suse.de
- fixed pswrite.patch (bugzilla#169068)
* Tue Apr 11 2006 - kssingvo@suse.de
* Tue Apr 11 2006 kssingvo@suse.de
- fixed the usb naming for special HP printers (bugzilla#163833)
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Jan 14 2006 - lmuelle@suse.de
* Sat Jan 14 2006 lmuelle@suse.de
- Move cups-config to the libs sub package. Then we do not bother anyone as
cups-libs is required by cups-devel and cups; [#142004].
* Fri Jan 13 2006 - meissner@suse.de
* Fri Jan 13 2006 meissner@suse.de
- Use -fstack-protector.
* Wed Jan 11 2006 - kssingvo@suse.de
* Wed Jan 11 2006 kssingvo@suse.de
- moved cups-config into main package (bugzilla#142004)
* Tue Jan 10 2006 - kssingvo@suse.de
* Tue Jan 10 2006 kssingvo@suse.de
- fixed %%files for /etc/cups/printcap (bugzilla#140308)
- fixed various xpdf security issues (bugzilla#137156)
CVE-2005-3624, CVE-2005-3625, CVE-2005-3626, CVE-2005-3627,
CVE-2005-3628, CVE-2005-3193
* Tue Dec 06 2005 - kssingvo@suse.de
* Tue Dec 06 2005 kssingvo@suse.de
- fixed xpdf overflow CVE-2005-3193 (bugzilla#137156)
* Wed Nov 23 2005 - kssingvo@suse.de
* Wed Nov 23 2005 kssingvo@suse.de
- fixed the info of last printer in printcap file (bugzilla#132152)
* Wed Nov 23 2005 - kssingvo@suse.de
* Wed Nov 23 2005 kssingvo@suse.de
- added global lpoptions file (bugzilla#118982)
- fixed $ppid test in rccupsrenice (bugzilla#119822)
- fixed short description in rccupsrenice (bugzilla#121873)
- changed filtering of mozilla-ps (bugzilla#130623)
* Mon Sep 12 2005 - kssingvo@suse.de
* Mon Sep 12 2005 kssingvo@suse.de
- fixed segfault in cupstestppd (bugzilla#116468)
* Thu Sep 08 2005 - kssingvo@suse.de
* Thu Sep 08 2005 kssingvo@suse.de
- fixed rccupsrenice: can handle mutliple pids in $ppid now (bugzilla#115863)
- fixed rccupsrenice: link points to correct script
* Mon Sep 05 2005 - kssingvo@suse.de
* Mon Sep 05 2005 kssingvo@suse.de
- fixed rccupsrenice: requires changed to cupsd (bugzilla#115261)
* Fri Sep 02 2005 - kssingvo@suse.de
* Fri Sep 02 2005 kssingvo@suse.de
- fixed length of stftime array in lpstat (bugzilla#105732)
* Thu Sep 01 2005 - kssingvo@suse.de
* Thu Sep 01 2005 kssingvo@suse.de
- rccupsrenice checks if cupsd is running before processing (bugzilla#114650)
* Tue Aug 23 2005 - kssingvo@suse.de
* Tue Aug 23 2005 kssingvo@suse.de
- coolo wants a speedup of system boot:
rccups: cupsd gets now a lower ionice value if booting in level 5
and rccupsrenice (new introduced) brings those io values back,
later when system is up and running
* Tue Jul 26 2005 - kssingvo@suse.de
* Tue Jul 26 2005 kssingvo@suse.de
- removed backends pipe and novell; now in cups-backends
* Mon Jul 11 2005 - kssingvo@suse.de
* Mon Jul 11 2005 kssingvo@suse.de
- further changes for PIE
- renamed latest patches to my naming schema
* Thu Jun 30 2005 - uli@suse.de
* Thu Jun 30 2005 uli@suse.de
- build with -fPI[CE] (not -fpi[ce]) to avoid GOT overflows in
certain packages (e.g. scribus) on s390*
* Mon Jun 20 2005 - ro@suse.de
* Mon Jun 20 2005 ro@suse.de
- build as PIE
* Wed Jun 15 2005 - mfabian@suse.de
* Wed Jun 15 2005 mfabian@suse.de
- Bugzilla #41006 "Charset detection in CUPS":
add missing includes and fix charset and language detection.
* Mon Jun 13 2005 - kssingvo@suse.de
* Mon Jun 13 2005 kssingvo@suse.de
- removed permissions file from package (bugzilla#66305)
- changed permission of xinetd.d file
- fixed SUSE version in testpage (bugzilla#78075)
* Thu Apr 07 2005 - kssingvo@suse.de
* Thu Apr 07 2005 kssingvo@suse.de
- gcc4.0 compilation fixes (thx to mls)
* Thu Mar 10 2005 - kssingvo@suse.de
* Thu Mar 10 2005 kssingvo@suse.de
- fixed problem in lppasswd file generation (bugzilla#64370)
- fixed problem in library with authorization
- cupstestppd checks now PageSize more properly
* Tue Mar 01 2005 - kssingvo@suse.de
* Tue Mar 01 2005 kssingvo@suse.de
- fixed lpstat segfault issue (bugzilla#66328)
* Mon Feb 21 2005 - kssingvo@suse.de
* Mon Feb 21 2005 kssingvo@suse.de
- added "hplip" to rccups (bugzilla#65378)
* Tue Feb 15 2005 - kssingvo@suse.de
* Tue Feb 15 2005 kssingvo@suse.de
- introduced norootforbuild
* Fri Jan 21 2005 - kssingvo@suse.de
* Fri Jan 21 2005 kssingvo@suse.de
- update to version 1.1.23 and adaption of patches
- added xpdf buffer overflow fix; CAN-2005-0064 (bugzilla#49840)
* Sat Jan 15 2005 - schwab@suse.de
* Sat Jan 15 2005 schwab@suse.de
- Use <owner>:<group> in permissions file.
* Sun Dec 19 2004 - kssingvo@suse.de
* Sun Dec 19 2004 kssingvo@suse.de
- added additional xpdf buffer overflow patches (missing in this
version)
* Wed Dec 15 2004 - kssingvo@suse.de
* Wed Dec 15 2004 kssingvo@suse.de
- updated novell backend (bugzilla#41773)
- updated pipe backend (bugzilla#33659)
* Wed Nov 17 2004 - kssingvo@suse.de
* Wed Nov 17 2004 kssingvo@suse.de
- updated to cups-1.1.22
- adapted spec file, patches, etc.
* Mon Nov 08 2004 - kukuk@suse.de
* Mon Nov 08 2004 kukuk@suse.de
- Include common-* PAM config files in cups configuration
* Fri Sep 24 2004 - kssingvo@suse.de
* Fri Sep 24 2004 kssingvo@suse.de
- added creation of group ntadmin in %%pre (bugzilla#45719)
* Mon Sep 20 2004 - kssingvo@suse.de
* Mon Sep 20 2004 kssingvo@suse.de
- cupstestppd fails on some doubtful Sharp PPDs (bugzilla#45648)
- removed ed from neededforbuild list
* Wed Sep 15 2004 - kssingvo@suse.de
* Wed Sep 15 2004 kssingvo@suse.de
- fix for umlaut names when download of queue ppds (bugzilla#44975)
* Tue Sep 14 2004 - kssingvo@suse.de
* Tue Sep 14 2004 kssingvo@suse.de
- cups-1.1.21 is now released
- cupsomatic removed (will be replaced by foomatic-rip/foomatic-filters)
- more useable messages in preauth patch
* Thu Sep 02 2004 - kssingvo@suse.de
* Thu Sep 02 2004 kssingvo@suse.de
- ignores now short living childs in ppds.dat generation case
* Wed Sep 01 2004 - kssingvo@suse.de
* Wed Sep 01 2004 kssingvo@suse.de
- fixed security problem in cupsomatic, CAN-2004-0801 (bugzilla#44233)
* Tue Aug 31 2004 - kssingvo@suse.de
* Tue Aug 31 2004 kssingvo@suse.de
- first try for cups-1.1.21rc2
- renumbered patches
- adapted old SuSE patches to this version
- removed /var/adm/notify -- ancient and no longer needed
* Thu Aug 12 2004 - kssingvo@suse.de
* Thu Aug 12 2004 kssingvo@suse.de
- added test for /.buildenv to make users happy (bugzilla#43503) :-)
* Wed Apr 21 2004 - kssingvo@suse.de
* Wed Apr 21 2004 kssingvo@suse.de
- removed needless "rm -rf $RPM_BUILD_ROOT" in %%install
- added -fno-strict-aliasing compile option (*sic*)
- added missing mime handling of pswrite (bugzilla#33862)
* Tue Apr 13 2004 - kssingvo@suse.de
* Tue Apr 13 2004 kssingvo@suse.de
- removed x-devel-packages from neededforbuild
* Tue Apr 06 2004 - kssingvo@suse.de
* Tue Apr 06 2004 kssingvo@suse.de
- fixed segfault in library (bugzilla#38381) - tested and works fine
* Mon Mar 22 2004 - kssingvo@suse.de
* Mon Mar 22 2004 kssingvo@suse.de
- fixed image links in web interface (bugzilla#36403)
- fixed cupstestppd (bugzilla#36688)
* Wed Mar 17 2004 - kssingvo@suse.de
* Wed Mar 17 2004 kssingvo@suse.de
- cupstestppd failed if PPD file has default for non-existance names (STR#476)
- patch for CPU excess if CGI is sending faster than client receiving (STR#595)
- faster scan of ppd files (bugzilla#33222)
- patch for broken HTTP authentication cache (STR#517)
- redirect administration tasks to primary server (STR#491)
* Wed Mar 17 2004 - kssingvo@suse.de
* Wed Mar 17 2004 kssingvo@suse.de
- added pswrite filter script to produce PostScript1 output
- beautified filter ogonki "mktemp -q /tmp/dvitops.XXXXXX" -> ogonki.XXXXXX
- removed cups-1.1.19-no_dvi.patch, fixed cups-mime.patch instead
- added PS1 and PS2 PPD files (bugzilla#34938)
* Tue Mar 16 2004 - kssingvo@suse.de
* Tue Mar 16 2004 kssingvo@suse.de
- backport of signed char usage for weird platforms (STR#518)
- cups-lpd mini-daemon rejects jobs if queue behing is rejecting (STR#515)
- fix for too fast CGI data delivery (STR#484)
* Mon Mar 08 2004 - kssingvo@suse.de
* Mon Mar 08 2004 kssingvo@suse.de
- backport of fixes in CVS repository for scheduler and library,
with many fixes, like crash on remote reject, close client on
errors, propper http flushing, etc. -- first print tests work fine.
* Mon Mar 08 2004 - kssingvo@suse.de
* Mon Mar 08 2004 kssingvo@suse.de
- many backports of fixes in CVS repository
- upgrade of pdftops to version 2.03
* Mon Feb 23 2004 - kssingvo@suse.de
* Mon Feb 23 2004 kssingvo@suse.de
- memory overwrite fixed in rastertoepson
- fixed md5sum revealing problem (bugzilla#32862)
- fixed naming of some usb printers
* Wed Feb 11 2004 - kssingvo@suse.de
* Wed Feb 11 2004 kssingvo@suse.de
- activated incidentally removed usermode patch (bugzilla#34438)
- added "printbill" to rccups
* Fri Jan 16 2004 - kukuk@suse.de
* Fri Jan 16 2004 kukuk@suse.de
- Add pam-devel to neededforbuild
* Wed Nov 26 2003 - kssingvo@suse.de
* Wed Nov 26 2003 kssingvo@suse.de
- fixed permission of directory interfaces (bugzilla#33337)
- added new option "-p" to generate ppds.dat only and exit (bugzilla#33222)
- added openslp support
- upgraded to 1.1.20 (final)
* Wed Oct 01 2003 - kssingvo@suse.de
* Wed Oct 01 2003 kssingvo@suse.de
- changed LC_MESSAGES -> LC_CTYPE (= fixed bugzilla#26006)
* Thu Sep 25 2003 - kssingvo@suse.de
* Thu Sep 25 2003 kssingvo@suse.de
- update to 1.1.20rc2
* Wed Sep 17 2003 - kssingvo@suse.de
* Wed Sep 17 2003 kssingvo@suse.de
- authentication method for /admin changed (bugzilla#31158)
* Mon Sep 15 2003 - kssingvo@suse.de
* Mon Sep 15 2003 kssingvo@suse.de
- fixed PPDs defaults: Letter -> A4 (bugzilla#30662)
* Thu Sep 11 2003 - kukuk@suse.de
* Thu Sep 11 2003 kukuk@suse.de
- Set sticky bit for /var/spool/cups/tmp
* Thu Sep 11 2003 - kssingvo@suse.de
* Thu Sep 11 2003 kssingvo@suse.de
- changed rcfile, as suggested in bugzilla#28444
* Tue Sep 09 2003 - kssingvo@suse.de
* Tue Sep 09 2003 kssingvo@suse.de
- fixed typo in configuration for preauth security patch
* Mon Sep 08 2003 - kssingvo@suse.de
* Mon Sep 08 2003 kssingvo@suse.de
- fix for the SLP browsing patch (missing/wrong initialize of variables)
* Wed Sep 03 2003 - kssingvo@suse.de
* Wed Sep 03 2003 kssingvo@suse.de
- fix for boolean options in filters (CUPS STR#249)
- fix for check of written bytes in 4 backends (CUPS STR#253)
- fix for segfault when browsing and SLP is set on (CUPS STR#259)
@ -1237,235 +1239,235 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
- fix for Landscape PDF offset rotation position (CUPS STR#243)
- generated /etc/cups/printcap and link /etc/printcap due to UserMode
(bugzilla#29671)
* Tue Sep 02 2003 - kssingvo@suse.de
* Tue Sep 02 2003 kssingvo@suse.de
- fixed %%_libdir problem in xinetd.d/cups-lpd (bugzilla#29877)
* Mon Sep 01 2003 - kssingvo@suse.de
* Mon Sep 01 2003 kssingvo@suse.de
- last fix of bugzilla#29418 didn't work in reality. on specfile again.
- "-y" for fillup_and_insserv
* Mon Sep 01 2003 - kssingvo@suse.de
* Mon Sep 01 2003 kssingvo@suse.de
- DOCDIR removed to fix bugzilla#29418
- specfile: daemon has now security patches -> start it on boot per default
- specfile: restart of daemon on package update
* Fri Aug 29 2003 - kukuk@suse.de
* Fri Aug 29 2003 kukuk@suse.de
- Set explicit correct permissions of /etc/cups contents, else
cups will do it.
* Tue Aug 26 2003 - kssingvo@suse.de
* Tue Aug 26 2003 kssingvo@suse.de
- changed attributes for files (bugzilla#28736)
* Mon Aug 25 2003 - kssingvo@suse.de
* Mon Aug 25 2003 kssingvo@suse.de
- fix for locale destroying (bugzilla#29218)
* Mon Aug 25 2003 - kssingvo@suse.de
* Mon Aug 25 2003 kssingvo@suse.de
- made restrictrions in cupsd.conf to take preauthorization effect
* Thu Aug 21 2003 - kssingvo@suse.de
* Thu Aug 21 2003 kssingvo@suse.de
- cupsd runs now as lp:lp (as suggested in bugzilla#28444)
* Thu Aug 21 2003 - kssingvo@suse.de
* Thu Aug 21 2003 kssingvo@suse.de
- added preauthorization patch from okir - seems to work - thx
* Thu Aug 21 2003 - kssingvo@suse.de
* Thu Aug 21 2003 kssingvo@suse.de
- fixed USB backend to report manufacturer and model, if description
string is missing (cups STR#174)
- fixed problem with some embedded Type1C fonts (cups STR#177)
- fixed problem when reading files and using the POSIX locale (cups STR#159)
* Wed Aug 20 2003 - kssingvo@suse.de
* Wed Aug 20 2003 kssingvo@suse.de
- added official patch for cupstestppd problem (bugzilla#27950)
- fixed problem with "keepalive on" (bugzilla#28154)
- fixed encode options to honor "yes" and "on" as values too
* Mon Aug 18 2003 - kssingvo@suse.de
* Mon Aug 18 2003 kssingvo@suse.de
- fixed metadata in sysconfig file (bugzilla#28861)
* Wed Aug 13 2003 - kssingvo@suse.de
* Wed Aug 13 2003 kssingvo@suse.de
- fixed cupstestppd (bugzilla#27950)
* Thu Jul 31 2003 - coolo@suse.de
* Thu Jul 31 2003 coolo@suse.de
- don't strip explicitly, but let the brp scripts handle it
* Tue Jul 29 2003 - kssingvo@suse.de
* Tue Jul 29 2003 kssingvo@suse.de
- fixed ogonkify (bugzilla#28307)
* Thu Jul 10 2003 - kssingvo@suse.de
* Thu Jul 10 2003 kssingvo@suse.de
- fixed 64bit problem in printers.cgi (bugzilla#24786)
- removed dvi printing support due to missing packages (bugzilla#27032)
* Fri Jul 04 2003 - kssingvo@suse.de
* Fri Jul 04 2003 kssingvo@suse.de
- splitted out foomatic-filters package, which is cups independed
(except Coolo's faulty checking)
* Mon Jun 23 2003 - kssingvo@suse.de
* Mon Jun 23 2003 kssingvo@suse.de
- fixed mandir problem under non-i386 architecture
* Mon Jun 23 2003 - lmuelle@suse.de
* Mon Jun 23 2003 lmuelle@suse.de
- remove smb backand from file list and init script; it's now part of the
samba-client package
* Tue Jun 17 2003 - kssingvo@suse.de
* Tue Jun 17 2003 kssingvo@suse.de
- added ptal to Should-Start in rccups (bugzilla#27159)
* Thu Jun 12 2003 - kukuk@suse.de
* Thu Jun 12 2003 kukuk@suse.de
- Add missing directories to filelist
* Mon Jun 02 2003 - kssingvo@suse.de
* Mon Jun 02 2003 kssingvo@suse.de
- 1.1.19 is released -> updated
* Fri May 30 2003 - ro@suse.de
* Fri May 30 2003 ro@suse.de
- remove unpackaged files from buildroot
* Tue Apr 29 2003 - kssingvo@suse.de
* Tue Apr 29 2003 kssingvo@suse.de
- updated to 1.1.19rc3
- removed unnecessary patches
- removed README.SuSE (bugzilla#26479)
* Wed Apr 09 2003 - kssingvo@suse.de
* Wed Apr 09 2003 kssingvo@suse.de
- added patch for cgi-interface: hostname is now mapped to localhost
- updated PrintAnalyzer script
* Wed Mar 12 2003 - kssingvo@suse.de
* Wed Mar 12 2003 kssingvo@suse.de
- fixed "endless attempts to print" problem (bugzilla#25152)
* Wed Mar 12 2003 - kssingvo@suse.de
* Wed Mar 12 2003 kssingvo@suse.de
- installs now correct pam file (bugzilla#23277)
* Mon Mar 10 2003 - kssingvo@suse.de
* Mon Mar 10 2003 kssingvo@suse.de
- fixed location of foomatic-rip filters -> /usr/bin
- added link for foomatic-rip
- updated foomatic-rip (to latest, fixed version)
* Thu Mar 06 2003 - kssingvo@suse.de
* Thu Mar 06 2003 kssingvo@suse.de
- fixed typo for manpage installation of foomatic-rip
- fixed file list of cups and cups-client (foomatic-rip is part of cups
and therefore the corresponding package should contain the manpage too)
* Mon Mar 03 2003 - kssingvo@suse.de
* Mon Mar 03 2003 kssingvo@suse.de
- updated cupsomatic to linuxprinting.org (hopefully fixed accounting problem)
* Thu Feb 27 2003 - kssingvo@suse.de
* Thu Feb 27 2003 kssingvo@suse.de
- fix for add printer with KDE util (from CVS head)
* Wed Feb 26 2003 - kssingvo@suse.de
* Wed Feb 26 2003 kssingvo@suse.de
- fixed again filelist :)
- fixed documenation path (buzgzilla#24083)
- fixed PPD file parsing (from CVS head)
- tested daemon
* Wed Feb 26 2003 - ro@suse.de
* Wed Feb 26 2003 ro@suse.de
- fix filelist (file listed twice)
* Wed Feb 26 2003 - kssingvo@suse.de
* Wed Feb 26 2003 kssingvo@suse.de
- updated foomatic-gswrapper
- added new foomatic-rip: filter, config file and manpage
* Mon Feb 24 2003 - kssingvo@suse.de
* Mon Feb 24 2003 kssingvo@suse.de
- updated backends novell and pipe
- renamed sysconfig metadata: sysconfig.cups -> cups.sysconfig
- renamed permissions file: permissions.cups -> cups.permissions
- fixed problem in lpoptions (no more loops! :)
* Thu Feb 20 2003 - mmj@suse.de
* Thu Feb 20 2003 mmj@suse.de
- Add sysconfig metadata [#22629]
* Fri Feb 07 2003 - kukuk@suse.de
* Fri Feb 07 2003 kukuk@suse.de
- Use pam_unix2.so instead of pam_unix.so
* Tue Jan 28 2003 - kssingvo@suse.de
* Tue Jan 28 2003 kssingvo@suse.de
- fixed "Error message when starting cups daemon" problem (bugzilla#22472)
- removed unnecessary DocumentRoot setting cupsd.conf
* Tue Jan 28 2003 - kssingvo@suse.de
* Tue Jan 28 2003 kssingvo@suse.de
- changed replacement of distribution in testprint.ps
- rccups: moved hotplug from required start to should-start (bugzilla#23054)
- added /usr/bin/cupstestppd (bugzilla#23143)
- created xinetd.d file for cups-lpd
* Thu Jan 23 2003 - kssingvo@suse.de
* Thu Jan 23 2003 kssingvo@suse.de
- added usb patch (for epson printers)
- added herrno patch in IPP protocol
* Fri Jan 17 2003 - kssingvo@suse.de
* Fri Jan 17 2003 kssingvo@suse.de
- added two backends (pipe + novell), written by jsrain@suse.cz
- welcome back foomatic filter (makes more sense to have it here)
* Fri Dec 20 2002 - kssingvo@suse.de
* Fri Dec 20 2002 kssingvo@suse.de
- updated to 1.1.18, adapted testpage.diff for new version
* Mon Dec 16 2002 - kssingvo@suse.de
* Mon Dec 16 2002 kssingvo@suse.de
- fixed test for link problem in rccups
* Tue Dec 10 2002 - kssingvo@suse.de
* Tue Dec 10 2002 kssingvo@suse.de
- removed foomatic filter. with next suse release will be in pkg cups-drivers
* Wed Dec 04 2002 - kssingvo@suse.de
* Wed Dec 04 2002 kssingvo@suse.de
- updated to version 1.1.17, removed lib64 patch (now already in source tree)
* Thu Nov 07 2002 - kssingvo@suse.de
* Thu Nov 07 2002 kssingvo@suse.de
- updated %%files for all cups subpackages.
(Now new cups files are included too :-)
* Thu Nov 07 2002 - kssingvo@suse.de
* Thu Nov 07 2002 kssingvo@suse.de
- removed debuging option in spec file.
* Thu Nov 07 2002 - kssingvo@suse.de
* Thu Nov 07 2002 kssingvo@suse.de
- updated to version 1.1.16, removed or adapted SuSE patches
* Tue Sep 10 2002 - ro@suse.de
* Tue Sep 10 2002 ro@suse.de
- added prereq for groupadd (#19300)
* Thu Sep 05 2002 - ro@suse.de
* Thu Sep 05 2002 ro@suse.de
- fix postinstall
* Thu Sep 05 2002 - kssingvo@suse.de
* Thu Sep 05 2002 kssingvo@suse.de
- changed %%post: removed "insserv" to make yast2 and security happy
* Mon Sep 02 2002 - kssingvo@suse.de
* Mon Sep 02 2002 kssingvo@suse.de
- changed cupsd.conf for 127.0.0.2 access (bugzilla#18764)
* Mon Sep 02 2002 - kssingvo@suse.de
* Mon Sep 02 2002 kssingvo@suse.de
- added directory /usr/share/cups/drivers for cupsaddsmb/samba
* Tue Aug 27 2002 - kssingvo@suse.de
* Tue Aug 27 2002 kssingvo@suse.de
- fixed foomatic and foomatic-gswrapper (bugzilla#18425)
* Wed Aug 21 2002 - kssingvo@suse.de
* Wed Aug 21 2002 kssingvo@suse.de
- gave %%files sections a %%deffattr and gave special files and dirs
a required %%attr permissions of lp.sys (bugzilla#18126)
* Tue Aug 20 2002 - uli@suse.de
* Tue Aug 20 2002 uli@suse.de
- fixed hardcoded path CUPS_SERVERBIN (fixes ghostscript on lib64
archs)
* Tue Aug 20 2002 - mmj@suse.de
* Tue Aug 20 2002 mmj@suse.de
- Correct PreReq
* Mon Aug 12 2002 - kssingvo@suse.de
* Mon Aug 12 2002 kssingvo@suse.de
- cups-devel now requires exact matching version of cups-libs
- added /var/log/cups to cups-libs (bugzilla#17617)
* Sat Jul 27 2002 - adrian@suse.de
* Sat Jul 27 2002 adrian@suse.de
- add %%run_ldconfig
* Mon Jul 22 2002 - kssingvo@suse.de
* Mon Jul 22 2002 kssingvo@suse.de
- fix for author patch: crashed on reload signal (tested for stability)
* Fri Jul 19 2002 - kssingvo@suse.de
* Fri Jul 19 2002 kssingvo@suse.de
- using now fillup to generate sysconfig file
- replaced delayed exit patch by CUPS authors one
* Thu Jul 18 2002 - kssingvo@suse.de
* Thu Jul 18 2002 kssingvo@suse.de
- again rccups: rc.config only parsed, if present (for backward compatibility)
* Thu Jul 18 2002 - kssingvo@suse.de
* Thu Jul 18 2002 kssingvo@suse.de
- updated rccups to satisfy new SuSE requirements
- added delayed exit of cupsd patch (for processing many PPD files)
* Wed Jul 10 2002 - kssingvo@suse.de
* Wed Jul 10 2002 kssingvo@suse.de
- adapted the pam file for SuSE (according to Thorstens proposal)
* Tue Jul 09 2002 - kssingvo@suse.de
* Tue Jul 09 2002 kssingvo@suse.de
- upgraded to version 1.1.15 and adapted all the old patches
- moved %%{_sysconfdir}/cups to libs (as suggested by jsmeix)
* Tue Jul 02 2002 - kssingvo@suse.de
* Tue Jul 02 2002 kssingvo@suse.de
- added symbolic link /usr/bin/lpc (bugzilla #16652)
- changed umask in rccups (bugzilla #16567)
* Thu Jun 13 2002 - draht@suse.de
* Thu Jun 13 2002 draht@suse.de
- Running cupsd if no printer is configured makes no sense.
Do not activate cupsd after installation in %%post.
* Tue Jun 04 2002 - kssingvo@suse.de
* Tue Jun 04 2002 kssingvo@suse.de
- fixed g++/cups-config problems in other cups subpackages
* Tue Jun 04 2002 - kssingvo@suse.de
* Tue Jun 04 2002 kssingvo@suse.de
- added 'cups-config' to devel
* Wed May 08 2002 - kssingvo@suse.de
* Wed May 08 2002 kssingvo@suse.de
- fixed linker problem (rpath) under x86_64
- therefore old x86_64 fix is no longer necessary: removed.
* Mon Apr 22 2002 - kssingvo@suse.de
* Mon Apr 22 2002 kssingvo@suse.de
- added %%ifarch x86_64 to avoid linking problems in specfile.
* Thu Apr 18 2002 - kssingvo@suse.de
* Thu Apr 18 2002 kssingvo@suse.de
- updated to 1.1.14
- removed unnecessary patches
- adapted testpage.ps patch to new file
- fixed permission problem with lppasswd
- fixed %%files section (now includes all %%dirs too)
* Wed Apr 10 2002 - ro@suse.de
* Wed Apr 10 2002 ro@suse.de
- don't call autoreconf, we can't use autoheader and automake here
* Tue Feb 26 2002 - kssingvo@suse.de
* Tue Feb 26 2002 kssingvo@suse.de
- fixed too restrictive IPP security fix
- fixed documentation path (#13889)
* Mon Feb 25 2002 - kssingvo@suse.de
* Mon Feb 25 2002 kssingvo@suse.de
- reorganized online documentation. old structure might confuse people (#13849)
* Wed Feb 20 2002 - kssingvo@suse.de
* Wed Feb 20 2002 kssingvo@suse.de
- completed the IPP security fix again (hopefully the last time)
* Mon Feb 18 2002 - kssingvo@suse.de
* Mon Feb 18 2002 kssingvo@suse.de
- completed the IPP security fix
* Tue Feb 12 2002 - kssingvo@suse.de
* Tue Feb 12 2002 kssingvo@suse.de
- updated perl scripts cupsomatic, and foomatic-gswrapper
* Tue Feb 12 2002 - kssingvo@suse.de
* Tue Feb 12 2002 kssingvo@suse.de
- made patch cups-cs-utf8.dif again. got build problems with last version.
* Mon Feb 11 2002 - kssingvo@suse.de
* Mon Feb 11 2002 kssingvo@suse.de
- Added iso-8859-2 patch for czech utf-8 locale.
Thanks to Petr Blahos <pblahos@suse.cz>.
* Mon Feb 11 2002 - kssingvo@suse.de
* Mon Feb 11 2002 kssingvo@suse.de
- added IPP security fix
* Fri Feb 01 2002 - draht@suse.de
* Fri Feb 01 2002 draht@suse.de
- log tcp-wrappers based connection refusals to cups' own logfiles
instead of syslog.
* Fri Feb 01 2002 - ro@suse.de
* Fri Feb 01 2002 ro@suse.de
- changed neededforbuild <libpng> to <libpng-devel-packages>
* Tue Jan 29 2002 - draht@suse.de
* Tue Jan 29 2002 draht@suse.de
- added support for tcp-wrappers (cups-1.1.12-libwrap-addition.dif)
token for /etc/hosts.{allow,deny} is "cupsd".
* Mon Jan 21 2002 - schwab@suse.de
* Mon Jan 21 2002 schwab@suse.de
- Fix gcc version check.
* Tue Jan 08 2002 - pblahos@suse.cz
* Tue Jan 08 2002 pblahos@suse.cz
- cups-client does not provide print_daemon anymore. print_daemon
is required by aps but cups-client does not satisfy aps
regarding this.
- START_CUPS variable removed
- up to 1.1.12
* Sun Nov 11 2001 - bjacke@suse.de
* Sun Nov 11 2001 bjacke@suse.de
- fixes specfile
* Sat Nov 10 2001 - bjacke@suse.de
* Sat Nov 10 2001 bjacke@suse.de
- add standard postscript PPD
- set DefaultPage{Size,Region} to A4 in ppd files
- now reqiures ghostscript_any
@ -1473,110 +1475,110 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
- personalize test page
- move old font directory if existing and send mail
- up to 1.1.11
* Mon Oct 22 2001 - ro@suse.de
* Mon Oct 22 2001 ro@suse.de
- remove ghostscript-fonts-std from neededforbuild, this is only
a runtime requirement
* Tue Sep 04 2001 - bjacke@suse.de
* Tue Sep 04 2001 bjacke@suse.de
- work around cups' broken tmp file handling (#10142)
* Sun Sep 02 2001 - bjacke@suse.de
* Sun Sep 02 2001 bjacke@suse.de
- move client.conf to libs package
- activate cat8 man pages
- add README.SuSE
- update lphelp
* Thu Aug 30 2001 - bjacke@suse.de
* Thu Aug 30 2001 bjacke@suse.de
- split into cups-client and cups(-server) package
- add %%ghosty smb printer backend support
- re-add ogonky for non-latin1 charsets (#9864)
- add printanalyzer script in doc
* Mon Aug 27 2001 - utuerk@suse.de
* Mon Aug 27 2001 utuerk@suse.de
- removed cups.conf (now provided by susehelp)
* Mon Aug 27 2001 - kukuk@suse.de
* Mon Aug 27 2001 kukuk@suse.de
- Remove -j parameter from spec file
* Sat Aug 25 2001 - bjacke@suse.de
* Sat Aug 25 2001 bjacke@suse.de
- update to 1.1.10-1 (many fixes)
- fix output for dvi's (bug #9862)
- new poll_ppd_base
* Sun Aug 19 2001 - bjacke@suse.de
* Sun Aug 19 2001 bjacke@suse.de
- split out cups-libs from cups
- add ssl directory
- make correct links for cups libraries
* Thu Aug 16 2001 - bjacke@suse.de
* Thu Aug 16 2001 bjacke@suse.de
- use ghostscript fonts which are the same as the cups fonts and adjust
dependecy for ghostscript-fonts-std
* Sun Aug 12 2001 - bjacke@suse.de
* Sun Aug 12 2001 bjacke@suse.de
- enable SSL
* Fri Aug 10 2001 - bjacke@suse.de
* Fri Aug 10 2001 bjacke@suse.de
- correct init script
* Fri Jul 20 2001 - max@suse.de
* Fri Jul 20 2001 max@suse.de
- new version 1.1.9 .
- updated init script to new skeleton (Bug #8981).
* Mon Jun 18 2001 - max@suse.de
* Mon Jun 18 2001 max@suse.de
- added support for PS files created by Netscape.
* Sun Apr 15 2001 - schwab@suse.de
* Sun Apr 15 2001 schwab@suse.de
- Fix missing declarations.
* Thu Apr 12 2001 - max@suse.de
* Thu Apr 12 2001 max@suse.de
- moved foomatic-gswrapper and cupsomatic
from cups-drivers to cups
* Thu Apr 12 2001 - max@suse.de
* Thu Apr 12 2001 max@suse.de
- patched cupsd to use /dev/urandom instead of /dev/random.
This fixes bug #6703
* Wed Apr 11 2001 - max@suse.de
* Wed Apr 11 2001 max@suse.de
- spec file overhaul
- using RPM_BUILD_ROOT now
- removed /etc/printcap from file list
- removed dependency to cups-drivers
* Tue Apr 10 2001 - kendy@suse.cz
* Tue Apr 10 2001 kendy@suse.cz
- Wake up Epson Stylus USB printers before sending the print job.
- Added czech translations (czech.dif).
* Mon Apr 02 2001 - utuerk@suse.de
* Mon Apr 02 2001 utuerk@suse.de
- added cups.conf for susehelp
* Fri Mar 23 2001 - kendy@suse.cz
* Fri Mar 23 2001 kendy@suse.cz
- USB printers can be now addressed using URI
usb:<device_without_number>?vendor=<xxxx>&prod_id=<yyyy>
where <xxxx> and <yyyy> are USB identification numbers.
(e.g. usb:/dev/usb/lp?vendor=04a9&prod_id=1052 for Canon BJC-6100)
- fixed pplication/dvi -> application/dvi in conf/mime.convs
* Mon Feb 26 2001 - mhafner@suse.de
* Mon Feb 26 2001 mhafner@suse.de
- update to 1.1.6-3 (fixing several security issues)
* Tue Jan 30 2001 - mhafner@suse.de
* Tue Jan 30 2001 mhafner@suse.de
- update to 1.1.6 (fixes possible DoS attack)
* Mon Jan 08 2001 - bjacke@suse.de
* Mon Jan 08 2001 bjacke@suse.de
- added missing reqiures for cups-drivers
* Fri Dec 22 2000 - mhafner@suse.de
* Fri Dec 22 2000 mhafner@suse.de
- update to version 1.1.5
* Mon Dec 04 2000 - mhafner@suse.de
* Mon Dec 04 2000 mhafner@suse.de
- cups configuration changed - Browsing now Off by default
* Thu Nov 30 2000 - mhafner@suse.de
* Thu Nov 30 2000 mhafner@suse.de
- added DVI filter
* Wed Nov 29 2000 - ro@suse.de
* Wed Nov 29 2000 ro@suse.de
- fixed spec
* Tue Nov 28 2000 - ro@suse.de
* Tue Nov 28 2000 ro@suse.de
- fixed startscript
* Fri Nov 24 2000 - mhafner@suse.de
* Fri Nov 24 2000 mhafner@suse.de
- added rc.config fillup and SuSEconfig script to automatically
set browse address if demanded
* Wed Nov 22 2000 - mhafner@suse.de
* Wed Nov 22 2000 mhafner@suse.de
- split into system and development package
* Fri Oct 06 2000 - mhafner@suse.de
* Fri Oct 06 2000 mhafner@suse.de
- documentation root changed
* Fri Oct 06 2000 - mhafner@suse.de
* Fri Oct 06 2000 mhafner@suse.de
- update to version 1.1.4
- small changes in spec file
* Mon Sep 25 2000 - mhafner@suse.de
* Mon Sep 25 2000 mhafner@suse.de
- make post-script succeed unconditionally
* Tue Sep 19 2000 - mhafner@suse.de
* Tue Sep 19 2000 mhafner@suse.de
- update to version 1.1.3
* Thu Sep 14 2000 - mhafner@suse.de
* Thu Sep 14 2000 mhafner@suse.de
- restart daemon if already started
- added two little tools (poll_ppd_base, lphelp)
- added a few compatibility links
* Thu Sep 14 2000 - mhafner@suse.de
* Thu Sep 14 2000 mhafner@suse.de
- turned automatic generation of printcap on
- turned implicit classes off since they are buggy
* Wed Sep 13 2000 - mhafner@suse.de
* Wed Sep 13 2000 mhafner@suse.de
- fixed directory structure
- added links to lpd and rclpd
* Fri Sep 01 2000 - adrian@suse.de
* Fri Sep 01 2000 adrian@suse.de
- added Conflicts line
* Mon Aug 28 2000 - adrian@suse.de
* Mon Aug 28 2000 adrian@suse.de
- initial package