File: ChangeLog

package info (click to toggle)
libprintsys 0.6-13
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch, trixie, wheezy
  • size: 1,816 kB
  • ctags: 311
  • sloc: sh: 12,862; ansic: 1,620; makefile: 92
file content (36 lines) | stat: -rw-r--r-- 1,713 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
30
31
32
33
34
35
36
2006-04-20  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add po.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath, m4/ChangeLog.
	* configure.in (AC_OUTPUT): Add po/Makefile.in.

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.