File: ChangeLog

package info (click to toggle)
libprintsys 0.6-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 664 kB
  • sloc: sh: 7,378; ansic: 1,620; makefile: 25
file content (29 lines) | stat: -rw-r--r-- 1,497 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Sun Apr 15 2001 Mark Fasheh <mfasheh@valinux.com>
	* Fixed small bug in pcap.c where pcap would print "(null)" instead
	  of "" for options that didn't exist in the printcap
Sun Apr  8 2001 Mark Fasheh <mfasheh@valinux.com>
	* Backported changes from gnulpr-2_0 branch.  This entailed a
	  replacement of almost every file in src/
	* Bumped version number in configure.in up to 0.3
Wed Feb 28 2000 Ben Woodard <ben@valinux.com>
	* Converted everything to wchar_t
	* Added System type for multi-threaded applications.
	* Added Error type rather than having lib funtions print to stderr
	* Changed many subtle things based upon suggestions made by Sun
	  Printing team.
	* Added send_ref function
	* Made memory allocation more explicit.
Teu Feb 7 2000 Ben Woodard <ben@valinux.com>
	* Merged in stuff from mpruett that seems never to have been committed
	* Added functionality for gnulpr 2.0
Mon Dec 25 13:58:58 PST 2000	Mark Fasheh  <mfasheh@valinux.com>
	* Changed the comment delimiter used in printcap.c from C++ '//'
	  style to standard C style (It was screwing up syntax highlighting
	  in emacs :)
	* Ran the thing through emacs and changed function/type names to
	  have a 'lps' prefix to reflect this libraries independence of
	  gnulpr.  I purposely didn't touch the gnulpr v2 stuff, as I don't
	  know exactly what Ben wants to do with it.
	* Removed a dangling reference to test/Makefile in configure.in
Tue Oct 31 23:35:10 PST 2000	Nick Moffitt <nick@valinux.com>
	* Initial version.