File: changelog

package info (click to toggle)
nslu2-utils 0.10%2Br71-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 304 kB
  • ctags: 5
  • sloc: sh: 2,408; perl: 780; makefile: 56
file content (206 lines) | stat: -rw-r--r-- 8,165 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
nslu2-utils (0.10+r71-9) unstable; urgency=low

  * Add armel architecture.

 -- Joey Hess <joeyh@debian.org>  Fri, 16 Feb 2007 14:18:30 -0500

nslu2-utils (0.10+r71-8) unstable; urgency=low

  * List LED names in leds.8. Closes: #406560
  * Correct a misparse of /etc/fstab if it contains nfs mount points with a
    source directory ending in a "/". (Ie, "foo:/home/")

 -- Joey Hess <joeyh@debian.org>  Sat, 10 Feb 2007 01:29:05 -0500

nslu2-utils (0.10+r71-7) unstable; urgency=medium

  * Make /etc/fstab parsing more robust:
     - Parse LABEL and UUID strings and convert them to a device.
       Closes: #403012
     - Prompt the user if the device doesn't exist.

 -- Martin Michlmayr <tbm@cyrius.com>  Mon, 05 Feb 2007 22:48:49 +0100

nslu2-utils (0.10+r71-6) unstable; urgency=low

  * Fix fstab parsing to ignore comments. Closes: #405566

 -- Joey Hess <joeyh@debian.org>  Thu,  4 Jan 2007 11:20:56 -0500

nslu2-utils (0.10+r71-5) unstable; urgency=low

  * Make initramfs-tools hook scripts executable; since they're patched in,
    the executability isn't preserved when autobuilding.

 -- Joey Hess <joeyh@debian.org>  Sat, 25 Nov 2006 18:03:58 -0500

nslu2-utils (0.10+r71-4) unstable; urgency=low

  * Fix typoed NSLU2. Closes: #399568

 -- Joey Hess <joeyh@debian.org>  Mon, 20 Nov 2006 16:16:15 -0500

nslu2-utils (0.10+r71-3) unstable; urgency=low

  * Patch from Daniel Kahn Gillmor correcting inverted speeds in "leds fast"
    and "leds slow". Closes: #397744

 -- Joey Hess <joeyh@debian.org>  Thu,  9 Nov 2006 18:33:20 -0500

nslu2-utils (0.10+r71-2) unstable; urgency=low

  * Fix leds beep to use /dev/input/event0 and correct path to beep
    program.
  * Suggest beep package.

 -- Joey Hess <joeyh@debian.org>  Wed,  8 Nov 2006 14:54:16 -0500

nslu2-utils (0.10+r71-1) unstable; urgency=low

  [ Joey Hess ]
  * Add note to README.Debian about using avahi-autoipd.
  * Since initramfs-tools ignores hook script nonzero exit codes, deal with
    errors differently -- print a warning message, instruct the user to hit
    ctrl-c, and pause for user input.
  * Remove NSLU2_IXP400_REQUIRED and /etc/nslu2.conf, since the user can just
    hit enter to force building an initramfs missing the kernel module.
  * Depend on flash-kernel, replace nslu2-flashkernel with a wrapper that
    calls it; nslu2-flashkernel is deprecated and /etc/kernel-img.conf
    should be modified to use flash-kernel.
  * Support the debian 2.6.18-1-ixp4xx kernel, which as of version 2.6.18-4,
    includes a free IXP ethernet driver, that needs only some non-free
    firmware. Add code to check for the firmware if building an initramfs for
    this version of the kernel.

  [ Martin Michlmayr ]
  * In nslu2-flashkernel check whether the APEX flash partition exists,
    otherwise give a link to upgrade instructions.

  [ Joey Hess ]
  * Add code to the postinst to run flash-kernel on upgrade, IFF the APEX
    flash partition exists. It's not necessary to run it on fresh install
    since flash-kernel-installer in d-i will handle that.
  * Update slugos-init files to r71.
  * Add udev rule file to create /dev/rtc0 -> /dev/rtc symlink.
  * Add /etc/rcS.d/S10nslu2-rtc.sh, which modprobes rtc-dev before hwclock.sh
    runs.
  * Use the heartbeat led trigger for cpu-idle.
  * For the user led state, set ready to on, and status to cpu-idle, this
    looks better than the upstream setting of ready to cpu-idle and status to
    off.
  * Fix an unnecessary nonzero exit from the leds program.
  * Include leds.8 in the package.
  * Modified zleds startup script to turn on the disk led. For now
    it always turns on disk 1.
  * Document led states in README.Debian.

 -- Joey Hess <joeyh@debian.org>  Sun,  5 Nov 2006 13:52:48 -0500

nslu2-utils (0.10+r58-6) unstable; urgency=low

  * Update slugimage to SVN revision 73.

 -- Martin Michlmayr <tbm@cyrius.com>  Sat, 30 Sep 2006 15:13:25 +0200

nslu2-utils (0.10+r58-5) unstable; urgency=high

  * Don't run nslu2-flashkernel in the postinst until I can clarify the
    interaction with initramfs-tools in order to make sure this script
    is only run if initramfs generation was successful.  Closes: #382767

 -- Martin Michlmayr <tbm@cyrius.com>  Sun, 13 Aug 2006 18:27:43 +0200

nslu2-utils (0.10+r58-4) unstable; urgency=low

  [ Martin Michlmayr ]
  * Fix the path of the config file printed in a warning of the initramfs
    hook.
  * When this package is upgraded, run nslu2-flashkernel after updating the
    initramfs.
  * nslu2-flashkernel: Print an error if /proc is not mounted.

 -- Martin Michlmayr <tbm@cyrius.com>  Wed, 26 Jul 2006 14:14:05 +0200

nslu2-utils (0.10+r58-3) unstable; urgency=low

  [ Joey Hess]
  * Use new feature of initramfs-tools 0.60 that allows overriding the root
    device more cleanly.
  * Typo fix in description. Closes: #365789
  * New svn location for slugimage repo.

  [ Martin Michlmayr ]
  * Improve fstab parsing.
  * Typo fix in nslu2-flashkernel.8 man page.

 -- Martin Michlmayr <tbm@cyrius.com>  Thu, 13 Jul 2006 14:05:31 +0200

nslu2-utils (0.10+r58-2) unstable; urgency=low

  * Add initramfs-tools integration based on scripts originally by tbm:
    - Include ixp ethernet modules in initramfs if they're available.
    - Add hook script to handle the root=/dev/ram mess with the slug
      bootloader.
  * Split slugimage out into its own arch indep package since it can be used
    on other architectures.
  * Build-depend on debhelper 5.0.30, which is needed to support building this
    package on !arm !armeb architectures.
  * Remove postinst code to create obsolete /dev/leds file.
  * Add call to update-initramfs in postinst.
  * Add nslu2-flashkernel.
  * Add NEWS.Debian file documenting upgrade process from d-i beta2 installs.

 -- Joey Hess <joeyh@debian.org>  Fri, 14 Apr 2006 11:48:56 -0400

nslu2-utils (0.10+r58-1) unstable; urgency=low

  * Updated slugimage to CVS version 1.65:
    - don't require a RedBoot and SysConf partition (simply make it empty, the
      upgrade won't touch it anyway) or a Trailer.
    - Abort much earlier if there's no output file and --pack is specified
    - remove tmp files also in case of errors
    - Only put in an empty RedBoot/Sysconf or a specified Trailer when the
      default files (RedBoot, SysConf, Trailer) don't exist -- otherwise we're
      modifying expected behaviour of this script.
    - Abort if no input file is given with --unpack
  * Updated slugos-init to monotone r58, which requires the led support from
    kernel 2.6.17 to drive leds. (Untested since that kernel isn't in Debian
    yet though.)
  * Updated leds man page to document new syntax of the rewritten program.
  * Comment out rcS sourcing in leds program, since it's not appropriate to
    Debian, and add a hack to avoid needing to install the functions file for
    leds to work.

 -- Joey Hess <joeyh@debian.org>  Thu, 13 Apr 2006 09:05:32 -0400

nslu2-utils (0.10-3) unstable; urgency=low

  * Add the slugimage utility. (Although this might do better in a separate
    binary package so it's not packaged with the initscripts and so it's
    available on non-arm systems. Feedback welcome..)
  * Wrote a man page for slugimage.
  * Set tbm and rwhitby as co-maintainers.

 -- Joey Hess <joeyh@debian.org>  Fri, 27 Jan 2006 18:56:26 -0500

nslu2-utils (0.10-2) unstable; urgency=low

  * Add example of how to set up a predefined lease file to README.Debian
  * Minor improvements to README.Debian.

 -- Joey Hess <joeyh@debian.org>  Tue, 24 Jan 2006 16:58:04 -0500

nslu2-utils (0.10-1) unstable; urgency=low

  * Initial release.
  * Wrote a man page for the leds command.
  * Fix typo in leds usage message.
  * Add a debian-specific fix for the missing rtc0 -> rtc link with udev
    that doesn't use links.conf (since as that file notes, it does not
    exist).
  * Modified leds startup script to turn on the disk led, so that the leds
    can be used to differentiate booting debian and booting openslug. For now
    it always turns on disk 1.
  * Add postinst to create the leds device for systems not using udev.

 -- Joey Hess <joeyh@debian.org>  Sat,  7 Jan 2006 13:37:07 -0500