File: changelog

package info (click to toggle)
dumputils 1.0.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 184 kB
  • ctags: 175
  • sloc: ansic: 2,403; makefile: 133; sh: 88
file content (158 lines) | stat: -rw-r--r-- 6,172 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
dumputils (1.0.0-1) unstable; urgency=low

  * Removed postinst (Closes: #353531)
  * Added sysfs support
  * Initalize socked descriptors to -1 instead of 0
  * Added return check from protect_write in copy_map.
  * Removed redundant close on the socket. 
  * Fix to to follow RFC 959 regarding the response codes for STOR
  * Send a QUIT on exit
  * Fixed version.h, which in trun requires a bump to 0.9.4
  * Fixed corrupted System.map output, changed from sizeof() to strlen().
  * Fixed path issue in copy_dump
  * Created define for DATE_SIZE, CONF_FILE, MAX_BUF, PORT
  * Fixed case 11 to fall through
  * Fixed spacing issue
  * Fixed malloc error cond in do_rename
  * Fixed bit val search
  * Fixed error return codes
  * Nuked DUMP_SAVE option
  * Moved from using bounds file to create directory structure, to using uname
  -r and date stamps.
  * Fixed most -Wall warnings.
  * Moved to select() to monitor timeout for accept() call.
  * Added "" to version, to support versions like 0.8.1.
  * Changed socket to O_NOBLOCK on accept() call.
  * Added timeout of ~5sec to accept() call.
  * Applied Jason's patch to make dumps mode 0600 instead of 0644.
  * Added a changelog to upstream 
  * Forcing saving to happen regardless of configdump status.
  * Adding the load of the scsi_dump module to etc/modprobe.d/dumputils
  * Adding device node creation back to postinst for hpde. 
  * Added test for exsisting dump before trying to save it. 
  * Moving init script to S99, to give the network more time to start
 
 -- Troy Heber <troyh@debian.org>  Sun, 19 Feb 2006 14:12:26 -0700

dumputils (0.4-6) unstable; urgency=low

  * Removed provides of lkcdutils and lkcdutils-dev as they were dummy 
    transitional dummy packages and are no longer needed (Closes: #313443).

 -- Micah Anderson <micah@debian.org>  Tue, 14 Jun 2005 15:10:57 -0500

dumputils (0.4-5) unstable; urgency=low

  * Fixed default OFFSET for savedump, previous val was incorrect for 
    AMD64
  * Transition to dumputils is completed (Closes: #302373)
  * Fixed typo in debian/control package description (Closes: #303822)

 -- Micah Anderson <micah@debian.org>  Mon, 13 Jun 2005 10:55:04 -0500

dumputils (0.4-4) unstable; urgency=low

  * Changed debian/control sections to fix override disparity
  * Updated debian/control description for spelling errors (Closes: #303822)

 -- Micah Anderson <micah@debian.org>  Mon,  4 Apr 2005 16:39:25 -0500

dumputils (0.4-3) unstable; urgency=high

  * Updated dumputils description
  * Adding lkcdutils and lkcdutils-dev as dummy transitional pacakges, urgency
    set to high to complete transition quickly.
  * Removed Conflicts: lkcdutils so that transition can happen

 -- Micah Anderson <micah@debian.org>  Mon,  4 Apr 2005 12:59:20 -0500

dumputils (0.4-2) unstable; urgency=medium

  * Release into unstable, urgency needed to be able to
    transition lkcdutils before release.

 -- Micah Anderson <micah@debian.org>  Thu,  3 Mar 2005 11:42:25 -0600

dumputils (0.4-1) experimental; urgency=low
  
  * Added removal of stamps in clean target of debian/rules
  * Removed debian/lkcdutils.diversion and its associated install in
    debian/rules
  * Removed modutils and modprobe information from postinst and moved them to
    debian/dumputils.modutils and debian/dumputils.modprobe so that the
    dh_installmodules in debian/rules will do its thing instead
  * Removed debian/postrm and preinst as it no longer contained locally modified elements
  * Changed debian/rules to use dh_installinit for dumputils initscript
  * Removed dpkg-divert elements from post/pre scripts
  * Removed postinst mknod commands, due to Policy 10.6, created README.Debian
    instructing the user how to do this
  * Added debian/patches/01_remove_ifeq_KVER.dpatch to remove unnecessary
    pieces from the upstream Makefile
  * Added dpatch to Build-Depends so we can patch upstream source and modified
    debian/rules to have patch targets
  * Changed debian/rules so that the replaced lkcd/lkcd_config are put in
    /sbin instead of /usr/sbin
  * Updated debian/control to Suggest: kernel-patch-lkcd and crash and added
    Conflicts: lkcdutils
  * Updated debian/copyright to explicitly list required elements
  * Cleaned up Makefile to handle install on non-deb platforms.
  * Removed the work from the postinst that is now in the Makefile.
  * Added usage to the init.d script
  * Added version support to configdump & savedump

 -- Micah Anderson <micah@debian.org>  Fri, 07 Jan 2005 13:24:08 -0700

dumputils (0.3-1) unstable; urgency=low
  
  * Added unique error (exit) codes. 
  * Created man page to document codes.
  * Use memcopy to access packed structure to prevent unaligned access.
 
 -- Troy Heber <troy.heber@hp.com>  Fri, 12 Nov 2004 09:26:23 -0700  

dumputils (0.2-4) unstable; urgency=low

  * Trying support module install for 2.4 and 2.6 base machines.
  * Better Hack to place file in /etc/modprobe.d

 -- Troy Heber <troy.heber@hp.com>  Thu,  12 Aug 2004 08:42:11 -0600

dumputils (0.2-3) unstable; urgency=low

  * Better Hack to place file in /etc/modprobe.d

 -- Troy Heber <troy.heber@hp.com>  Thu,  12 Aug 2004 07:31:11 -0600

dumputils (0.2-2) unstable; urgency=low

  * Hack to append lkcd modules to /etc/modules

 -- Troy Heber <troy.heber@hp.com>  Tue,  10 Aug 2004 16:35:11 -0600

dumputils (0.2-1) unstable; urgency=low

  * Unified configdump to handle 2.4 and 2.6 kernels.
  * Modified savedump to transparently store to FTP URL's.

 -- Troy Heber <troy.heber@hp.com>  Mon,  19 July 2004 09:35:11 -0600


dumputils (0.1-3) unstable; urgency=low

  * install initscript in /etc/rcS.d instead of the normally runlevels
  * divert lkcdutils binaries to avoid conflict issues at recovery time

 -- dann frazier <dannf@hp.com>  Fri,  9 Apr 2004 17:14:11 -0600

dumputils (0.1-2) unstable; urgency=low

  * configdump should fail if dump active is 0
  * initscript should exit w/ a bad status if executables are missing

 -- dann frazier <dannf@hp.com>  Thu,  8 Apr 2004 14:39:30 -0600

dumputils (0.1-1) unstable; urgency=low

  * Initial Release.

 -- dann frazier <dannf@hp.com>  Wed,  7 Apr 2004 00:52:34 -0600