~ubuntu-branches/ubuntu/saucy/nut/saucy

« back to all changes in this revision

Viewing changes to UPGRADING

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2005-07-20 19:48:50 UTC
  • mto: (16.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050720194850-oo61wjr33rrx2mre
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
check this file to see if you need to make changes to your system.
4
4
 
5
5
---------------------------------------------------------------------------
 
6
Changes from 2.0.1 to 2.0.2:
 
7
 
 
8
 - The newhidups driver, which is the long run USB support approach,
 
9
   needs hotplug files installed to setup the right permissions on
 
10
   device file to operate. Check newhidups manual page for more information.
 
11
 
 
12
---------------------------------------------------------------------------
 
13
Changes from 2.0.0 to 2.0.1:
 
14
 
 
15
 - The cyberpower1100 driver is now called cpsups since it supports
 
16
   more than just one model.  If you use this driver, be sure to remove
 
17
   the old binary and update your ups.conf 'driver=' setting with the
 
18
   new name.
 
19
 
 
20
 - The upsstats.html template page has been changed slightly to reflect
 
21
   better HTML compliance, so you may want to update your installed copy
 
22
   accordingly.  If you've customized your file, don't just copy the new
 
23
   one over it, or your changes will be lost!
 
24
 
 
25
---------------------------------------------------------------------------
 
26
Changes from 1.4.0 to 2.0.0:
 
27
 
 
28
 - The sample config files are no longer installed by default.  If you
 
29
   want to install them, use 'make install-conf' for the main programs,
 
30
   and 'make install-cgi-conf' for the CGI programs.
 
31
 
 
32
 - ACCESS is no longer supported in upsd.conf.  Use ACCEPT and REJECT.
 
33
 
 
34
   Old way:
 
35
 
 
36
        ACCESS grant all adminbox
 
37
        ACCESS grant all webserver
 
38
        ACCESS deny all all
 
39
 
 
40
   New way:
 
41
 
 
42
        ACCEPT adminbox
 
43
        ACCEPT webserver
 
44
        REJECT all
 
45
 
 
46
   Note that ACCEPT and REJECT can take multiple arguments, so this
 
47
   will also work:
 
48
 
 
49
        ACCEPT adminbox webserver
 
50
        REJECT all
 
51
 
 
52
 - The drivers no longer support sddelay in ups.conf or -d on the
 
53
   command line.  If you need a delay after calling 'upsdrvctl
 
54
   shutdown', add a call to sleep in your shutdown script.
 
55
 
 
56
 - The templates used by upsstats have changed considerably to reflect
 
57
   the new variable names.  If you use upsstats, you will need to
 
58
   install new copies or edit your existing files to use the new names.
 
59
 
 
60
 - Nobody needed UDP mode, so it has been removed.  The only users
 
61
   seemed to be a few people like me with ancient asapm-ups binaries.
 
62
   If you really want to run asapm-ups again, bug me for the new patch
 
63
   which makes it work with upsclient.
 
64
 
 
65
 - 'make install-misc' is now 'make install-lib'.  The misc directory
 
66
   has been gone for a long time, and the target was ambiguous.
 
67
 
 
68
 - The newapc driver has been renamed to apcsmart.  If you previously
 
69
   used newapc, make sure you delete the old binary and fix your 
 
70
   ups.conf.  Otherwise, you may run the old driver from 1.4.
 
71
 
 
72
---------------------------------------------------------------------------
6
73
 
7
74
Changes from 1.2.2 to 1.4.0:
8
75