15.Nov.2024
|
Internet radio: TuneFinder 1.1b (update)
Marcin Spoczynski's TuneFinder enables users to search internet radio stations with various filter options. Results are displayed in a list with detailed station information, and the app includes options to save selections as either a complete PLS playlist for playing them via AmigaAMP directly from within Tunefinder or as individual station files (amiga-news.de reported). Version 1.1 provides the following changes:
- Redefined GUI to single screen layout
- Added configurable result limit in settings
- Improved save settings functionality
- Enhanced GUI highlighting and visibility
- Improved REXX communications
- Added German translation (Thomas Blatt)
- Added Polish translation
- Added Amigaguide doc
Update: (06:24, 20.11.24, dr)
Version 1.1b is now available, which provides a fixed list of countries and an Italian language catalog.
Download: TuneFinder.lha (60 KB) (dr)
[News message: 15. Nov. 2024, 22:41] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
15.Nov.2024
|
Universal PCI driver system: OpenPCI 10.2 (Update)
Thomas 'Thor' Richter's universal PCI driver system "OpenPCI" supports all known PCI solutions for the Amiga without recourse to the software of the respective manufacturer. The current version 9.3 fixes two minor bugs:
- the PCI config area parser skipped over Type 1 PCI headers and hence could have never supported bridges
- the library now only enables the IO and Memory BARs after the final BAR configuration has been written, hopefully avoiding trouble for devices that react strange if BARs contain invalid values.
Update: (17.11.24, 15:00, cg)
By now, Richter has released version 10.2, which includes the following changes:
- Preferences are now parsed before BAR registers
are sized. This has the effect that the IGNORE
command for BARs will also prevent that the
ignored BARs are even written to.
- Matching a PCI by class code in PCI-configuration
could have trashed memory.
- The SetInterrupt command in PCI-Configuration failed
to reroute interrupts and thus was mostly useless.
- SetInterrupt and SetPri may have failed to configure
PCI devices correctly on the A1200 mediator.
- In PCI-Configuration, the device function is now
separated by a dot from the device ID to mirror
the syntax of lspci.
- Added a new SLOT keyword to most commands for
PCI-Configuration to identify a device by its bus
number, slot number and (optionally) function number.
(cg)
[News message: 15. Nov. 2024, 22:15] [Comments: 1 - 17. Nov. 2024, 15:06]
[Send via e-mail] [Print version] [ASCII version]
|
14.Nov.2024
|
Porting Amiga applications to Linux: AxRuntime 41.12
Krzysztof 'deadwood' Śmiechowicz' "AxRuntime" is a runtime environment for Linux that emulates the AmigaOS API and thus enables ports of Amiga applications to Linux or the development of applications that can be compiled for both AmigaOS/MorphOS/AROS and Linux. Version 41.12 is based on version 20241102-1 of the ABI v11 developer branch and brings the following new features:
Functionalities:
- Allow loading bigger AROS 64-bit binaries (deadwood)
- Expose bsdsocket.library to AROS 64-bit binaries (deadwood)
- Synchronize current time with host (deadwood)
- Introduced support for running under WSL2 (deadwood)
- Implement clipboard synchronization between AxRuntime ad Linux/Windows hosts (deadwood)
- Have SYS: assign under user home and editable (deadwood)
- Support allocating MEMF_EXECUTABLE memory (deadwood)
Functional fixes:
- bsdsocket.library (bugs: missing timeout support in WaitSelect) (deadwood)
- exec.library (bugs: 32-bit memory allocations not supported) (deadwood)
- exec.library (bugs: NewStackSwap not implemented) (deadwood)
Stability fixes:
- exec.library (initialize spinlocks in MsgPorts created on client side) (deadwood)
- bsdsocket.library (report EPIPE error in send instead of crashing via SIGPIPE signal) (deadwood)
(cg)
[News message: 14. Nov. 2024, 23:40] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
14.Nov.2024
|
AROS x86_64: version 20241102-1 of the ABI v11 developer branch
AROS developer Krzysztof 'deadwood' Śmiechowicz had given his stable branch of AROS for 64-bit Intel and AMD processors the code name ABIv11 to distinguish it from the ABIv1 version in progress in the main AROS repository. The new version replaces its predecessor from April 2023 and contains numerous new features:
Functionalities:
- BoingIconBar closes with CTRL-C (Mazze)
- Simplify adding tethering in Prefs/Network (#115) (deadwood)
- Speed up boot using ahci.device (deadwood)
- Delete files with DEL key in Wanderer (#116) (deadwood)
- Offline wolumes showing correct icons in Wanderer (Kalamatee)
- Improvements to identification of filesystems in icon.library (Kalamatee)
- Added name pattern matching to Break command (Mazze)
- Initial work on supporting RISC-V architecture (Kalamatee)
- Further work in InstallAROS to support EFI booting (Kalamatee)
- Implemented processing ARexx commands in Zune (deadwood)
- Updated to new pthread library from BSzili (deadwood)
Updates:
- AROS build system (deadwood, Kalamatee, Johan G)
- Kernel (Kalamatee)
- Documentation (Mazze)
- Prefs/Boot v1.4 (deadwood)
- Italian and Polish translations (AMIGASYSTEM, retrofaza)
- Use standard C library function names in SDK (deadwood)
- Decoration v1.10 (deadwood)
- grub 2.06 (Kalamatee)
- nvme.device v0.77 (Kalamatee)
- Assign v50.13 (Kalamatee)
- icon.library v44.8 (Kalamatee)
- acpica v20230331 / acpica.library v1.9 (Kalamatee)
- cunit 3.2.7 (Kalamatee)
- boost preprocessor 1.82.0 (Kalamatee)
- Swedish, USA keymaps (Johan G)
64-bit support:
- Title.mui (bugs: wrong size of storage variable) (deadwood)
- 64-bit compliant implementation of random() function (deadwood)
- Listtree.mcc (bugs: wrong literals in 64-bit mode) (deadwood)
- 64-bit fixes in AHI (Kalamatee)
- sfs-handler (fix ExAll() for 64-bit) (Kalamatee)
- crt.library (bugs: wrong stack alignment in vfork()) (Johan G)
- pipe-handler (bugs: wrong size of storage variable) (deadwood)
68k support:
- cdrom-handler (make it work under AmigaOS) (Stefan Reinauer)
Functional fixes:
- AboutWindow.mcc (bugs: closing window does not work) (deadwood)
- InstallAROS (bugs: Windows entry not added to grub) (deadwood)
- Prefs/Pointer (regression fix) (deadwood)
- Italian keymap (deadwood)
- fat-handler (bugs: #107) (deadwood)
- sfs-handler (bugs: #100) (deadwood)
- workbench.library (bugs: #64) (deadwood)
- pciusb.device (bugs: #111) (deadwood)
- String.mui (bugs: #104) (deadwood)
- Wanderer (bugs: #107, #105, #125, #140, #25, #26) (deadwood)
- emul-handler (bugs: wrong errno translation, #107, #134) (deadwood)
- diskimage.device (update to use new C library) (deadwood)
- FTManager (bugs: assign value localized) (retrofaza)
- stdlib.library (bugs: wrong support for '*' in sscanf) (deadwood)
- camd.library, camdusbmidi.class (hitchhikr)
- drom-handler (Stefan Reinauer)
- dos.library (#128) (deadwood)
- ram-handler (bugs: #134) (deadwood)
- ahci.device (bugs: #135, #108) (deadwood)
- exec.library (bugs: pools grow not using pool requirements) (deadwood)
- rtl8139.device (bugs: no support for wrapped buffer) (stegerg)
- e1000.device (optimize performance) (Kalamatee)
- crt.library (bugs: wrong setbuf(), setvbuf() behavior) (Kalamatee)
- i8042.hidd (use ACPI to detect ps/2 devices) (Kalamatee)
- exec.library (correction to Cause()) (Kalamatee)
- serial.hidd (bugs: interrupt handlers not removed when unit disposed) (Kalamatee)
- crt.library (implement asprintf() and vasprintf()) (Kalamatee)
- crt.library (bugs: calling atexit in CTOR set crashes program, fields not zeroed in stat()) (deadwood)
- Status (bugs: COMMAND parameter is case sensitive) (Mazze)
- locale.library (bugs: wrong behavior in OpenCatalog()) (Kalamatee)
- muimaster.library (bugs: wrong rendering of disabled object with children) (Kalamatee)
- afs-handler (bugs: OpenFromLock() returns NULL on success) (Jason S. McMullan)
- List.mui (bugs: memory leak) (deadwood)
- crt.library (bugs: multithreaded opening fds not safe) (deadwood)
- IconList.mui (bugs: #144) (deadwood)
- Prefs/Wanderer (retrofaza)
- mathieeedoubbas.library (bugs: wrong calculations in IEEEDPMul()) (Johan G)
- stdlib.library (bugs: some fields left uninitialized in gmtime_r) (deadwood)
- timer.device (bugs: #157) (deadwood)
Stability fixes:
- Imageadjust.mui (arkade, Kalamatee)
- AboutWindow.mcc (bugs: memory trashing) (deadwood)
- KeyShow (bugs: memory trashing) (deadwood, Mazze)
- Aream.mui (bugs: reading random memory for frames) (deadwood)
- crt.library (bugs: crash in free()) (deadwood)
- debug.library (bugs: buffer overrun) (deadwood)
- pcnet32.device (bugs: #138) (deadwood)
- alsa.audio (bugs: crash on Ubuntu 24.04) (deadwood)
(cg)
[News message: 14. Nov. 2024, 23:35] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
14.Nov.2024
Alinea Computer (ANF)
|
D520 video converter: another production run from Alinea Computer
Press release: The popular D520 external video converter is once again being produced by Alinea Computer. The electronics and firmware are the same as the previous version. However, a new aluminum housing has been chosen and the labeling has been adapted.
The D520 is plugged into the video port of the Amiga and converts the video and optionally the audio output - provided it's also been connected to the Amiga's audio connectors using a provided cable - to a HDMI signal.
In order to better estimate the size of the planned production run, the new D520 can already be pre-ordered at the e-mail address info@alinea-computer.de.
A detailed product description and pictures of the D520 can be found in our store. (cg)
[News message: 14. Nov. 2024, 12:33] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|
13.Nov.2024
MorphZone (forum)
|
MorphOS: E-mail client Iris 1.40 (update)
Jacek 'jacadcaps' Piszczek has published version 1.39 of his e-mail client Iris for MorphOS. Changes include faster caching and displaying of already downloaded messages as well as choosing where to save the folder caches.
Update: (21:52, 14.11.24, dr)
Meanwhile version 1.40 is available which provides some minor improvements and bug fixes. (snx)
[News message: 13. Nov. 2024, 11:53] [Comments: 0]
[Send via e-mail] [Print version] [ASCII version]
|