~ubuntu-branches/ubuntu/lucid/rlpr/lucid

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Brian Mays
  • Date: 2002-03-20 11:21:15 UTC
  • Revision ID: james.westby@ubuntu.com-20020320112115-whl7m242ig71nu3h
Tags: upstream-2.02
ImportĀ upstreamĀ versionĀ 2.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Changes in release 2.02:
 
2
 
 
3
* fixed connect() to report the correct error message upon failure.
 
4
* changed Makefiles to never use += operator (for portability).
 
5
* revised code to compile correctly on newer releases of GNU libc.
 
6
* updated pointers to packages in README.
 
7
* fixed --no-bind to work when running as root.
 
8
* fixed Makefiles so error.o is now only put in librlpr once.
 
9
* fixed broken configure.in custom checks for MAXHOSTNAMELEN and off_t.
 
10
* added custom check for h_errno definition in <netdb.h>
 
11
* fixed test(1) brokenness in check-server.sh
 
12
 
 
13
Changes in release 2.01:
 
14
 
 
15
* fixed bug that would cause rlpr to send from unprivileged ports
 
16
* fixed some longstanding argument parsing problems
 
17
* added `--hostname' option
 
18
* fixed bug that caused rlpr to be interrupted with SIGPOLL
 
19
* added generic support for vendor extensions to lpr
 
20
* added support for some hp/ux lpr extensions
 
21
* changed the default timeout to be more reasonable
 
22
* small fixes to make the code compile properly on aix 4.1.x
 
23
* small fixes to make the code compile properly on freebsd
 
24
* made ~/.rlprrc truly optional
 
25
 
 
26
Changes in release 2.00:
 
27
 
 
28
* complete rewrite of rlpr, rlpq, and rlprd - much more modular
 
29
* addition of new rlprm command
 
30
* complete re-architecture of build environment (deep directories now)
 
31
* new hooks for internationalization support
 
32
* build procedure now uses automake in addition to autoconf
 
33
* remote printing commands now support a --timeout option in case
 
34
  remote end dies
 
35
* new --send-data-first option to rlpr to work with buggy lpd's
 
36
* rlpr now works with hp jetdirect printers
 
37
* rlpr now includes a shiny-new progress meter, useful when printing
 
38
  files over slow links
 
39
* all printing commands default to `lp' printer now, like bsd
 
40
* RLPR_PROXY has been removed; use RLPR_PROXYHOST instead
 
41
* uses automake, autoconf, etc..