@Database Changes_To_V1.03.guide @Node Main "Changes to HydraBBS between V1.02 and V1.03" Changes to HydraBBS between V1.02 and V1.03 =========================================== Please read *ALL* of this file, or you won't know about some of the great new features of this release. Go on, it'll only take you a couple of minutes. This document is stored as HBBS:Docs/Misc/Upgrades/Changes_To_V1.03.Guide Details ======= Sysop Information - @{"More..." link SysopInformation} Developer Information - N/A Files Changed - @{"More..." link FilesChanged} @EndNode @Node SysopInformation "Sysop Information" Sysop Information ================= * Control About text changed to fit on screens with a width of 640. * SysopListViewer Added the backfill, so now it looks right on screen with more than 8 colours. * NewUserAnnouncer Created door, see the docs for installing and configuring it! @{"HBBS:Docs/Doors/NewUserAnnouncer.Guide" link HBBS:Docs/Doors/NewUserAnnouncer.Guide/MAIN} * MailAdd Fixed SERIOUS bug, an attempt was made to free memory incorrectly, causing a software failure or crash! (oops!) Fortunatly, none of the doors I had coded actually used this door in versions prior to V1.03. It's only when I created the NewUserAnnouncer door that I noticed this! * Mail General Fixed potential memory loss if a door accidently specified MailMsg->Data and a filename when calling PostMailMsg() @EndNode @Node FilesChanged "Files Changed" Files Changed for V1.03 ======================= Core Files ---------- HBBS:Control HBBS:Setup.info HBBS:Utils/SysopListViewer HBBS:Doors/System/NewUserAnnouncer/NewUserAnnouncer.HBBS HBBS:Doors/Mail/Mail_Add.HBBS Misc ---- HBBS:Docs/Misc/Upgrades/Changes_To_V1.03.guide HBBS:Docs/Misc/Upgrades/Changes_To_V1.03.guide.info HBBS:Docs/Misc/Upgrades/Changes_To_V1.02.guide.info HBBS:Docs/Misc/Upgrades/Changes_To_V1.01.guide.info HBBS:Docs/Doors/DoorIndex.Guide HBBS:Docs/Doors/NewUserAnnouncer.Guide HBBS:Docs/Doors/NewUserAnnouncer.Guide.info HBBS:Storage/Example_Configs/Commands/System HBBS:Storage/Example_Configs/Doors/System/NewUserAnnouncer/NewUserAnnouncer.CFG HBBS:Storage/Example_Screens/Special/Joined.TXT HBBS:Docs/Misc/Index.Guide.info Developer Files --------------- HBBS:Developer/Include/HBBS/release.h @EndNode