Difference between revisions of "Bugs"

From AminetWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
File bugs here, move them to [[Changelog]] when they are fixed. Use the following format:
 
File bugs here, move them to [[Changelog]] when they are fixed. Use the following format:
  
{| border="1" cellspacing="0" cellpadding="5" align="left"
+
{| border="1" cellspacing="0" cellpadding="5"
 
! ID
 
! ID
 
| YYYY-MM-DD-number
 
| YYYY-MM-DD-number
Line 10: Line 10:
 
! Description
 
! Description
 
| Some description
 
| Some description
 +
|}
 +
 +
 +
 +
{| border="1" cellspacing="0" cellpadding="5"
 +
! ID
 +
| 2006-03-28
 +
|-
 +
! Status
 +
| NEW
 +
|-
 +
! Description
 +
| recent.php apparently considers the version string in misc/emu/sms_sdl-0.9.4a-r7.1-ARO.lha to be too long, so it tries to shorten it. All that happens is that three dots get added, i.e. "0.9.4a-r7.1" becomes "0.9.4a-r7.1...".
 
|}
 
|}

Revision as of 02:42, 28 March 2006

File bugs here, move them to Changelog when they are fixed. Use the following format:

ID YYYY-MM-DD-number
Status NEW
Description Some description


ID 2006-03-28
Status NEW
Description recent.php apparently considers the version string in misc/emu/sms_sdl-0.9.4a-r7.1-ARO.lha to be too long, so it tries to shorten it. All that happens is that three dots get added, i.e. "0.9.4a-r7.1" becomes "0.9.4a-r7.1...".