SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for BasiliskII-1.0-0.15mdk.i586.rpm :
Mon Jun 7 12:00:00 2004 Gwenole Beauchesne 1.0-0.15mdk
- add TUN/TAP support
- rearrange menu entry to make it 10.0 happy ;-)

Fri Oct 3 12:00:00 2003 Gwenole Beauchesne 1.0-0.14mdk
- Make sure 32-bit program still run correctly on AMD64

Thu Oct 2 12:00:00 2003 Gwenole Beauchesne 1.0-0.13mdk
- Update to CVS snapshot 2003/09/02:
- Fixes to new code generator for x86 & amd64
- Import \"keyboardtype\" support from Win32 version

Sat Sep 13 12:00:00 2003 Giuseppe Ghib� 1.0-0.12mdk
- Disabled parallel building
- Added Patch11 to avoid compilation errors.
- Use %configure2_5x.

Sat Aug 2 12:00:00 2003 Michael Scherer 1.0-0.11mdk
- fix compilation (patch#10, #define log printf).
- clean BuildRequires.
- icons xpm => png

Thu Mar 13 11:00:00 2003 Gwenole Beauchesne 1.0-0.10mdk
- Implement a generic setzflg_l() for Pentium 4, thus permitting to
re-enable translation of ADDX/SUBX/BTST/BCL/BCHG/BSET instructions.
i.e. make it faster for P4, although not optimally.

Thu Mar 13 11:00:00 2003 Gwenole Beauchesne 1.0-0.9mdk
- Update to CVS snapshot 2003/03/13:
- fix align_target() for 0 byte padding requests
- workaround Pentium 4 change in BSF instructions that now defines
all flags except only ZF. Yes, manual said others were supposed to
be undefined but I don\'t know other means to fastly set ZF and
only ZF. i.e. Disable translation of ADDX/SUBX/BTST/BCLR/BCHG/BSET
instructions in that case.

Wed Mar 12 11:00:00 2003 Gwenole Beauchesne 1.0-0.8mdk
- Update to CVS snapshot 2003/03/12:
- add x86-64 support, start renewing the x86 code generator
- new prefs options \"dsp\" and \"mixer\" to set the OSS device names
instead of the hardcoded \'/dev/dsp\' and \'/dev/mixer\'

Thu Oct 3 12:00:00 2002 Gwenole Beauchesne 1.0-0.7mdk
- Re-enable $RPM_OPT_FLAGS
- Update to CVS snapshot 2002/10/03:
- Determine loop and jump alignments at runtime according to host CPU
- Re-enable translation of FMUL instruction as it doesn\'t serve anything
to hide the real bug, which is not related to the translation of that
- Implement sort of basic block inlining. In other words, follow
constant jumps instructions (e.g. BSR) until some event arises
(spcflags check). Also make sure the lazy translation cache
invalidator still works by keeping up a chain of information on
the block trace to checksum. Well, you\'d probably don\'t see a
difference, the bottleneck is elswhere. :-/

Tue Oct 1 12:00:00 2002 Gwenole Beauchesne 1.0-0.6mdk
- Update to CVS snapshot 2002/10/01:
- Fix fullscreen DGA mode with DirectColor visuals
- Get rid of cpuopti asm-postprocessor as the JIT is fast enough
- Optimize runtime assembler with shorter equivalents when the
accumulator (%eax) is referenced along with immediates
- Misc portability fixes to the FPU ieee core

Wed Sep 18 12:00:00 2002 Gwenole Beauchesne 1.0-0.5mdk
- New snapshot: integrate JIT compiler and make it default on x86

Tue Sep 17 12:00:00 2002 Gwenole Beauchesne 1.0-0.4mdk
- Update to CVS snapshot 2002/09/17:
- Fix FSCALE implementation
- Portability fixes to the IEEE fpu core, make it default even on x86

Fri Sep 13 12:00:00 2002 Gwenole Beauchesne 1.0-0.3mdk
- Update to CVS snapshot 2002/09/13:
- Start merge with B2/JIT tree, new FPU emulation architecture
- Implement \"ignoresegv\" feature on Linux/x86, Linux/ppc, Darwin/ppc
- Serial port baud rates are now set correctly
- It is now possible to make the serial drivers pipe their
input/output to programs by using a \'|\' followed by a command line
as the modem or printer port setting (instead of a device name
like \'/dev/ttyS0\') [Brian Johnson]
- The option \"--config FILE\" tells B2 to use a different config file

Thu Sep 5 12:00:00 2002 Lenny Cartier 1.0-0.2mdk
- rebuild

Thu Jun 27 12:00:00 2002 Gwenole Beauchesne 1.0-0.1mdk
- Update to CVS snapshot 2002/06/22
- Remove ExclusiveArch: since it does even work on IA-64
- Disable most of RPM_OPT_FLAGS, lower optimizations to -O2
- Patch0: Regenerate to shorten X server match string to \"Mandrake\"

Mon Aug 20 12:00:00 2001 Gwenole Beauchesne 0.9-3mdk
- Update to CVS snapshot 2001/08/20, which brings:
- Bug fixes to runtime depth and resolution switching code
- Compilation fixes with gcc-3.0.1
- Disable constants merging since it breaks the FPU emulation core.
i.e. Add -fno-merge-constants to CXXFLAGS
- Set \"basilisk2\" as an alternative name for the binary and the man page

Mon Jul 2 12:00:00 2001 Gwenole Beauchesne 0.9-2mdk
- updated to CVS snapshot 2001/07/02, which brings:
- runtime resolution switching
- runtime depth switching ({1,2,4,8}-bit on {16,32}-bit displays)

Tue Jun 5 12:00:00 2001 Gwenole Beauchesne 0.9-1mdk
- release 0.9
- updated description
- added mdk menus and icons
- added \"Conflicts\" tag with BasiliskII-jit

Mon Apr 9 12:00:00 2001 Gwenole Beauchesne 0.9-0.4mdk
- sanitized specfile (s/Copyright/License, BuildRequires, etc.)
- updated to CVS snapshot 09042001, which brings:
- thread initialization for \"serial\" emulation
- fix for do_fmod() in i386-optimized FPU core

Wed Mar 28 12:00:00 2001 Gwenole Beauchesne 0.9-0.3mdk
- fixed sheep_net module auto-rebuild in %post
- fixed sheep_net module removal in %postun
- shortened ServerVendor matching string to \"Linux Mandrake\" (patch1)
- updated to CVS snapshot 27032001, which brings:
- updated sheep_net module for 2.4.x kernels but not packaged per Chmou\'s request
- performance improvements to screen update code
- fix and additions to 68040 emulation (MOVE16 instructions)

Sun Mar 11 11:00:00 2001 Giuseppe Ghib� 0.9-0.2mdk
- Fixed %description according to Randy Kramer suggestion.

Sun Mar 11 11:00:00 2001 Giuseppe Ghib� 0.9-0.1mdk
- updated to snapshot 17022001.
- temporary removed sheep_net module (problems with kernel 2.4 compiling).

Fri Nov 17 11:00:00 2000 David BAUDENS 0.8-15mdk
- Rebuild with gcc-2.96 & glibc-2.2

Tue Aug 29 12:00:00 2000 Giuseppe Ghib� 0.8-14mdk
- use of %{_mandir}.
- updated to new snapshot version 13072000.

Mon Aug 7 12:00:00 2000 Frederic Lepied 0.8-13mdk
- automatically added BuildRequires.

Sun May 14 12:00:00 2000 David BAUDENS 0.8-12mdk
- Fix unresolved symbol for sheepnet.

Sat May 13 12:00:00 2000 David BAUDENS 0.8-11mdk
- Don\'t optimize for i586 when this package is builded for another x86 arch.
- Update kernel version.

Sat Apr 29 12:00:00 2000 Giuseppe Ghib� 0.8-10mdk
- merged with my previous changes
- rebuild with latest kernel.
- updated keycodes patch.

Wed Apr 5 12:00:00 2000 Chmouel Boudjnah 0.8-9mdk
- Spec-helper.
- Fix groups.
- Add Prereq kernel for sheepnet pacakge to don\'t fail on depmod.

Wed Mar 22 11:00:00 2000 Giuseppe Ghib�
- updated to 14032000 snapshot.

Mon Feb 7 11:00:00 2000 Giuseppe Ghib�
- updated to 0.8-1 (0012000).

Fri Jan 21 11:00:00 2000 Chmouel Boudjnah 0.8-8mdk
- don\'t build on alpha.

Thu Jan 13 11:00:00 2000 Francis Galiegue
- reintegrated CFLAGS hack, but made it architecture dependant. Leave only -O2
for archs other than ix86.

Tue Jan 11 11:00:00 2000 Francis Galiegue
- Removed CFLAGS= in ./configure - non portable

Mon Jan 3 11:00:00 2000 Giuseppe Ghib�
- updated to snapshot 22111999.

Mon Dec 20 11:00:00 1999 Giuseppe Ghib�
- rebuild for new kernel version.

Sat Nov 6 11:00:00 1999 Giuseppe Ghib�
- updated to snapshot 02111999.

Mon Oct 25 12:00:00 1999 Giuseppe Ghib�
- mandrake adaptions
- removed patch for changing \'keycodes\' path
- added patch for \'keycodes\' files (XFree86 vendor string)
- split package in main and sheepnet
- added BuildPreReq

Sat Aug 14 12:00:00 1999 Arne Coucheron
[250799-2]
- corrected the path definition of the keycode file

Sat Aug 14 12:00:00 1999 Arne Coucheron
[250799-1]
- first RPM build


 
ICM