home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROSdev.lha / AROS / docs / src / history.src (.txt) < prev    next >
LaTeX Document  |  1997-02-07  |  4KB  |  92 lines

  1. \chapter{History}
  2. \section{AROS 1.11 (current)}
  3. NOTE: This is beta. If you want this code, then have a look at our
  4. \lref{Links}{Links} See also the
  5. \lref{Section about CVS}{CVS}.
  6. Things we currently work on:
  7. \begin{itemize}
  8. \item ANSI C library for AROS
  9. \item A own C compiler for AROS (VBCC)
  10. \item diskfont.library and icon.library
  11. \item AROS on Amiga (maybe even bootable)
  12. \item CLI commands
  13. \item Splitting AROS into small packages
  14. \item Small developer package for Amiga
  15. \end{itemize}
  16. \section{AROS 1.10}
  17. \begin{itemize}
  18. \item Bugfixes
  19. \item Worked on docs
  20. \item Many (50+) new functions in c.lib and amiga.lib
  21. \item Big endian IO functions in aros.library
  22. \item Amiga native and Linux/m68k versions. Amiga is still alpha.
  23. \item A *pre* alpha of VBCC with i386 support. This is only loosely
  24.     connected to AROS. See the README in the directory
  25.     \filename{AROS/compiler/vbcc/}.
  26. \item iffparse.library completed
  27. \item Exec 90% completed, DOS 50% completed, Graphics 15%, Intuition 25%.
  28.     All in all 30% of the whole work is completed.
  29. \end{itemize}
  30. \section{AROS 1.9}
  31. \begin{itemize}
  32. \item Real preemptive multitasking like on Amiga
  33. \item Many files were missing in the dev distribution :-(
  34. \item Some bugfixes
  35. \item FreeBSD/i386 support
  36. \item Amiga users can now participate. Read \filename{README.CVS} for
  37. more info.
  38. \item Much easier to port to a new hardware. Moved OS specific files from
  39. the various directories to \filename{AROS/config/$(ARCH)} and the CPU
  40. specific files to \filename{AROS/config/$(KERNEL)}.
  41. \item HTML docs
  42. \end{itemize}
  43. \section{AROS 1.8}
  44. \begin{itemize}
  45. \item Renamed "\filename{openwin}" to
  46. "\filename{demowin}".
  47. \item Implemented PROPGADGETS
  48. \item Even more bugfixes (librarytest works now :)
  49. \item Many new README's. Developers should have a look at
  50. \filename{README.porting}, \filename{README.contents},
  51. \filename{README.CVS} and \filename{README.jobserv} depending on
  52. what they want to do.
  53. \item Many new function from M. Fleischer (we have now 236 funcions in all)
  54. \item Many new function from I. Templeton (Utility.library)
  55. \item \filename{NIL:} and \filename{RAM:} devices from M.
  56. Fleischer
  57. \item AROS now uses the AFD-COPYRIGHT
  58. \item ***Developers: If you update from 1.7, you *MUST* call "make
  59. clean" because some headers have been added.
  60. \item New CLI commands: \filename{Mount}, \filename{Assign},
  61. \filename{MakeDir}, \filename{Delete}
  62. \end{itemize}
  63. \section{AROS 1.7}
  64. \begin{itemize}
  65. \item The demo "\filename{openwin}" gets more and more complex
  66. \item First steps to introduce Ressource Tracking and Purify into the AmigaOS
  67. \item Intuition supports now Gadgets (well, only |GTYP_BOOLGADGET|
  68. for now)
  69. \item We have a console for |RawKeyConvert()|.
  70. \item Some small bugfixes
  71. \end{itemize}
  72. \section{AROS 1.6}
  73. \begin{itemize}
  74. \item First small steps on graphics and intuition.library.
  75. You can open a window and render in it -
  76. Due to a bug, the rendering won't be visible every time.
  77. A small demo is there which open a window, renders something
  78. (sometimes) and then waits for a key ress.
  79. \item The includes and scripts were missing. They are here now.
  80. \item More things are generated now (function tables and prototypes)
  81. \item Some bug fixes.
  82. \end{itemize}
  83. \section{AROS 1.5}
  84. \begin{itemize}
  85. \item Everything changed :) Throw away the 1.4 and below.
  86. \item Most of Exec and much of DOS
  87. \item A shell is available and some 10 commands to test it
  88.     (like \filename{Dir}, \filename{List},
  89.     \filename{Echo}, etc).
  90. \item CVS is used to allow multiple people to work on this at the same time. Look into \filename{README.CVS} for how to participate.
  91. \end{itemize}
  92.