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 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289
|
faumachine (20100527-2) unstable; urgency=medium
* Cherry-pick debian/patches/fix_dsdt.patch from cvs to fix
FTBFS (Closes: #591142).
* debian/rules: Add minimal patch system. Should go away again with
next upload.
* Drop Conflicts/Replaces of the -data package against the faumachine
package: There never was a file conflict in the first place, since
the ROMs used to live in /usr/lib and were moved to /usr/share.
* Update Standards-Version to 3.9.1 (only change needed is the one
mentioned above).
-- Stefan Potyra <sistpoty@ubuntu.com> Sun, 01 Aug 2010 16:24:38 +0200
faumachine (20100527-1) unstable; urgency=low
* New upstream bugfix version: Fix bashism in configure.ac
(Closes: #582986).
-- Stefan Potyra <sistpoty@ubuntu.com> Thu, 27 May 2010 11:07:40 +0200
faumachine (20100421-1) unstable; urgency=low
* New upstream bugfix version: Fix BIOS problems with newer gcc.
-- Stefan Potyra <sistpoty@ubuntu.com> Wed, 21 Apr 2010 13:04:01 +0200
faumachine (20100324-1) unstable; urgency=low
* New upstream version, highlights:
+ many cleanups and bug fixes.
+ fix build failure with gcc-4.5 prerelease (Closes: #564985).
* debian/control:
+ Bump standards-version.
+ Update build-dependency to match new libfauhdli-dev
version. Update dependency of faumachine against fauhdlc to newer
version.
+ add ${misc:Depends} to faumachine-data.
+ Update operator for Conflicts/Replaces relationship.
* debian/source/format: explicitly select 1.0.
-- Stefan Potyra <sistpoty@ubuntu.com> Wed, 24 Mar 2010 11:48:13 +0100
faumachine (20091119-1) unstable; urgency=low
* New upstream version, highlights:
+ Support multilevel cow files.
+ Allow fault injection for CD.
+ New media handling for CDs, DVDs and floppies.
+ Properly invalidate code chaches on DMA access.
+ Improve fault injection dialog.
+ Add SMART capabilities and fault injection support to hard disk.
+ And many other bugfixes.
* debian/rules: Fix clean target.
* Add missing conflicts/replaces of faumachine-data against older
faumachine (as the ROM files moved to faumachine-data).
* Bump build-dependency of libfauhli-dev again due to complete API
rewrite.
-- Stefan Potyra <sistpoty@ubuntu.com> Thu, 19 Nov 2009 16:20:17 +0100
faumachine (20090922-1) unstable; urgency=low
* New upstream version.
* debian/control:
+ adjust section to otherosfs instead of devel.
+ Bump Standards-Version to 3.8.3, no changes needed.
+ Drop ghostscript build-dependency, not needed.
+ Update version of libfauhdli-dev build-dependency, as the API
changed.
+ Update version of the faumachine's fauhdlc Dependency, as the
ABI of the intermediate code changed as well.
+ Add DM-Upload-Allowed field.
* debian/faumachine-data.install: Install ROMs in the data-package
(as these moved from lib to share).
* debian/faumachine.install: Remove usr/lib entry, there are no files
in usr/lib any longer.
* debian/rules: remove deprecated dh_desktop call.
-- Stefan Potyra <sistpoty@ubuntu.com> Tue, 22 Sep 2009 15:06:34 +0200
faumachine (20090512-1) unstable; urgency=low
* New upstream version, highlights:
+ allow selection of CPU architecture via faum-script
+ improved keyboard simulation
+ lots of bug fixes
* debian/control:
+ add hard dependency on faumachine-data to faumachine.
+ add lpia to Architecture field.
+ bump [build]-dependencies on libfauhdli-dev, fauhdlc for current
upstream release, since the API changed.
-- Stefan Potyra <sistpoty@ubuntu.com> Tue, 12 May 2009 18:16:55 +0200
faumachine (20090302-1) unstable; urgency=low
* New upstream bugfix release, highlights:
+ many bug fixes in ide disk simulator.
+ bug fixes in FAUmachine's bios.
* debian/copyright:
+ no longer mention dropped files
+ refer to copyright holders as legal entities, thanks to Steve
Langasek.
-- Stefan Potyra <sistpoty@ubuntu.com> Mon, 02 Mar 2009 11:32:37 +0100
faumachine (20090219-1) unstable; urgency=low
* Initial upload to unstable (Closes: #489236).
* New upstream version, highlights:
+ using FAUcc compiler for compiling 16bit BIOS
+ using VHDL compiler/interpreter fauhdl[ci]
+ using VHDL sources as setup
+ many bugfixes
-- Stefan Potyra <sistpoty@ubuntu.com> Fri, 20 Feb 2009 14:41:41 +0100
faumachine (0.20061117.1) unstable; urgency=low
* improved timing support
* original Award BIOS support
-- FAUmachine Team <info@faumachine.org> Fri, 17 Nov 2006 10:00:00 +0200
faumachine (0.20060918.1) unstable; urgency=low
* x86_64 guest support
* x86_64 host support
* cirrus support
* many bugfixes
* support for FedoraCore-5
* support for SuSE-10.1
-- FAUmachine Team <info@faumachine.org> Mon, 18 Sep 2006 10:00:00 +0200
faumachine (0.20060310.1) unstable; urgency=low
* new acceleration kernel module
* ACPI support
-- FAUmachine Team <info@faumachine.org> Fri, 10 Mar 2006 09:59:13 +0200
faumachine (0.20051010.1) unstable; urgency=low
* improved logo
* improved BIOS startup screens
* improved USB support
* 1MB BIOS support
* several bug fixes in floppy support
* floppy controller / floppy device separated
* new config file format
* improved chipset (power management and SMBus device support)
* improved patternmatcher
-- FAUmachine Team <info@faumachine.org> Thu, 06 Oct 2005 09:59:13 +0200
faumachine (0.20050728.1) unstable; urgency=low
* New logo
* enhanced IDE DMA support
* enhanced USB support
* bugfixes
* gcc-4 support
* enhanced timing
-- FAUmachine Team <info@faumachine.org> Thu, 28 Jul 2005 09:30:32 +0200
faumachine (0.20050720.1) unstable; urgency=low
* QEMU simulation method is now default
* enhanced IDE DMA support
* most components now connected via signals
* BIOS mouse support
* bugfixes
* floppy disk support
* more test cases
-- FAUmachine Team <info@faumachine.org> Tue, 12 Jul 2005 15:49:32 +0200
faumachine (0.20050303.1) unstable; urgency=low
* experimental Windows XP support using the QEMU simulator
-- FAUmachine Team <info@faumachine.org> Thu, 03 Mar 2005 14:31:23 +0100
faumachine (0.20050222.1) unstable; urgency=low
* Bugfixes
* DMA mode for IDE controller
* GTK fullscreen support
* QEMU cpu support
* SuSE-9.2 support
* Source package split
-- FAUmachine Team <info@faumachine.org> Tue, 22 Feb 2005 11:18:24 +0100
faumachine (0.20041116.1) unstable; urgency=low
* BIOS and JIT can be changed without recompilation
* BIOS and VGA BIOS now built using gcc
* improved PCI support
* OPENBSD support
* improved SuSE-9.0, SuSE-9.1 support
* DOS, FreeDOS, DR-DOS support
* more test cases
-- FAUmachine Team <info@faumachine.org> Tue, 16 Nov 2004 09:54:29 +0100
faumachine (0.20040805.1) unstable; urgency=low
* Bugfixes
-- FAUmachine Team <info@faumachine.org> Thu, 5 Aug 2004 15:41:47 +0200
faumachine (0.20040723.1) unstable; urgency=low
* SuSE-9.0, SuSE-9.1 support (but very slow up to now)
* JIT improved and enabled by default
* GTK frontend
* eepro100 NIC support
* Hayes compatible serial modem support
* VHDL configuration improved: modem, eepro100, virtual time support
* IDE subsystem interface seperation (no extern changes visible)
* It's now possible to specify the geometrie of a hardisk using media.chs file
* General cleanup, Bugfixes
-- FAUmachine Team <info@faumachine.org> Fri, 23 Jul 2004 09:38:28 +0200
faumachine (0.20040218.1) unstable; urgency=low
* Changes for linux-2.6.*
* New JIT (not enabled by default)
* VHDL procedures improved
* new user interface: remote access, console in calling tty,
multiple UI for one FAUmachine.
* sound support
* New configuration format for nodes! You may have to remove your
previous ~/.FAUmachine directory and your old nodes.
-- FAUmachine Team <info@faumachine.org> Tue, 18 Feb 2004 16:34:57 +0100
faumachine (0.20040119.1) unstable; urgency=low
* Bugfixes
* testautomation: serial interface supports real serial ports with
cross over cabling now, this affords controlling real machines
over serial interface.
-- FAUmachine Team <info@faumachine.org> Mon, 19 Jan 2004 09:43:10 +0100
faumachine (0.20031110.1) unstable; urgency=low
* Speed improvements
* Cleanup
-- FAUmachine Team <info@faumachine.org> Mon, 10 Nov 2003 10:53:31 +0100
faumachine (0.20030905.1) unstable; urgency=low
* Bugfix release
-- Martin Waitz <tali@debian.org> Tue, 05 Sep 2003 13:59:44 +0200
faumachine (0.20030715.1) unstable; urgency=low
* Bugfix release
-- Martin Waitz <tali@debian.org> Tue, 15 Jul 2003 13:59:44 +0200
faumachine (0.20030708.1) unstable; urgency=low
* First public snapshot
-- Martin Waitz <tali@debian.org> Tue, 8 Jul 2003 08:53:34 +0200
faumachine (0.20030701.1) unstable; urgency=low
* new CVS Snapshot
-- Martin Waitz <tali@debian.org> Fri, 1 Jul 2003 17:06:52 +0200
faumachine (0.20030617.1) unstable; urgency=low
* Initial Release.
-- Martin Waitz <tali@debian.org> Mon, 23 Jun 2003 10:01:58 +0200
|