home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROSdev.lha / AROS / docs / src / history.src < prev    next >
Encoding:
Text File  |  1997-02-07  |  3.6 KB  |  140 lines

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