Subversion Repositories Kolibri OS

Rev

Rev 1737 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1737 clevermous 1
************************
2
              * Kolibri OS  0.7.7.0+ *
3
              *    February 2010     *
4
              ************************
5
 
6
   The latest release of the OS is available on the official site:
7
            http://kolibrios.org
8
 
9
   If you have questions - look for support on our forum:
10
            http://board.kolibrios.org (rus+eng)
11
 
12
             ***********************************
13
             *  What is new in this release?   *
14
             ***********************************
15
 
16
    The following changes, revisions, fixes in the kernel have been made:
17
 
18
  From Evgeny Grechnikov (Diamond) - Russian Federation
19
    1) Improvement of drives detection using BIOS service (V86)
20
    2) Kernel bugfixes.
21
 
22
  From Sergey Semyonov (Serge) - Russian Federation
23
    1) Driver for ATI videocards updated.
24
    2) Linux-like kernel mutexes
25
 
26
  From Mihail Semenyako (mike.dld) - Republic of Belarus
27
    1) Refactoring of window subsystem.
28
 
29
  From 
30
    1) Processing API functions in order to completely remove the shift-register-call
31
    2) Refactoring, optimization, bugfixes of some places in the kernel.
32
 
33
  From A.Jerdev (art_zh) - United Kingdom
34
    1) Memory-mapped I/O (MMIO) access from the userworld.
35
    2) PCIe Extended configuration space access (auto-adjust for AMD-NPT since Athlon64).
36
 
37
  From turbanoff
38
    1) Read from ext2fs/ext3fs.
39
 
40
  From Marat Zakiyanov (Mario79) - Russian Federation
41
    1) Improvements in the processing of mouse clicks.
42
 
43
  From hidnplayr
44
    1) Rewriting of the entire network subsystem.
45
 
46
  From Asper
47
   1) Drivers for the sound cards VT823(X) and EMU10K1X.
48
 
49
  From tsdima
50
    1) Driver for the sound card ForteMedia fm801.
51
 
52
  From Maxis
53
    1) changes in free memory checks.
54
 
55
 
56
 
57
 
58
 
59
    The following changes, revisions, fixes in applications have been made:
60
 
61
   * New versions of applications and new applications:
62
 
63
    VIEW3DS  - macgub, version 0.054
64
    FASM     - Pavel Rymovski (Heavyiron), updated to version 1.69.11
65
               IgorA, use the library box_lib, russification,
66
               Marat Zakiyanov (Mario79) fix bugs encountered
67
               Evgeny Grechnikov (Diamond), fix of window wrapping
68
    PCIDEV   - art_zh,  MMIO sample dumps added;  vendors database
69
                trimmed to reduce the distro size.
70
    BOARD    - Evgeny Grechnikov (Diamond), do not throw out existing
71
                messages at the program start
72
    UNVWATER - Asper, demo ported from OctaOS
73
                (the author is Octavio Vega Fernandez).
74
    HEED     - staper, version 0.14: use the library box_lib;
75
                Ctrl+C/X/V, Ctrl+B to select a block
76
               Marat Zakiyanov (Mario79), using of OpenDialog component,
77
                little optimization of the code
78
    SHELL    - Albom, version 0.4.2
79
    CPU      - Evgeny Grechnikov (Diamond) at the suggestion of
80
               Kirill Lipatov (Leency), do not show system processes
81
                by default
82
    HTMLV    - Kirill Lipatov (Leency), version 0.62a
83
    EOLITE   - Kirill Lipatov (Leency), version 0.98.7a
84
    RTFREAD  - Sorcerer, cosmetic fix
85
               dunkaist, menu_bar and scroll_bar from box_lib, 'end' hotkey
86
    E80      - Albom, version 0.5.1
87
    KIV      - Evgeny Grechnikov (Diamond), file name in the window
88
                title, configurable keyboard shortcuts for next/prev
89
                images in the current folder
90
    SUDOKU   - staper, port of Sudoku game - that is a puzzle with digits, where you
91
                have to fill free cells with digits from 1 to 9 so that every row,
92
                every column and every small square 3x3 contain each digit just one time.
93
                There are 9 levels in the game.
94
    REVERSI  - staper, port of strategy game Reversi (Othello)
95
    MSQUARE  - staper, math puzzle "magic square": sum of the numbers in rows, columns
96
                (less often in diagonals) should be equal
97
    FINDN-S  - Artemonische, a simple game in which you have to collect all the numbers
98
                in the order of 10 to 90
99
    PANEL    - Evgeny Grechnikov (Diamond), a little change in the panel clock
100
                and reanimation of backlight on the Alt+[Shift+]Tab press.
101
    AC97SND  - Asper, support of playlists in m3u format.
102
    @NOTIFY  - SoUrcerer, program for popup text messages
103
    DOSBOX   - Evgeny Grechnikov (Diamond), version 0.74
104
    ASCIIVJU - Konstantin Dutkevich (Nazarus), program shows ASCII table
105
    PIPETKA  - Rock_maniak_forever, program to get color of a pixel on the screen
106
    SNAKE    - dunkaist, yet another implementation of classic game
4451 hidnplayr 107
	DOWNLOADER	- Updated to work with new stack by hidnplayr, bugfixes by mario
108
	FTPC	 - Command-line FTP client from hidnplayr
109
	FTPD	 - New FTP daemon with ini-based config from hidnplayr
110
	PING	 - ICMP echo (ping) program from hidnplayr
111
	IRCC     - New IRC client from hidnplayr
112
	NETCFG   - Network configuration utility from hidnplayr
113
	NETSTAT  - Network status program from hidnplayr
114
	NSLOOKUP - Name service lookup utility from CleverMouse
115
	SYNERGYC - Synergy software keyboard/mouse sharing client from hidnplayr
116
	TELNET	 - New telnet client from hidnplayr
117
	TFTPC	 - New TFTP client from hidnplayr
118
	ZEROCONF - Updated to work on new stack, bugfixes by hidnplayr
119
 
1737 clevermous 120
 
121
 
122
   * New versions of dynamic libraries and new dynamic libraries:
123
    libini   - Evgeny Grechnikov (Diamond), added function to read
124
                keyboard shortcuts
125
    box_lib  - IgorA, update component tree_list, new component
126
                text_editor, documentation on the library
127
               Marat Zakiyanov (Mario79) refinement of ˇpenDialog component, rewriting
128
                of some applications to use it, new component PathShow
4451 hidnplayr 129
 
130
	console	 - numpad support and some escape code support from hidnplayr
131
			   bugfixes by Serge, SoUrcerer and Leency
132
 
133
	http	 - HTTP library from hidnplayr
1737 clevermous 134
 
135
 
136
 
137
/-----------------------------------------------\
138
* Dates of publication of the distribution kits *
139
\-----------------------------------------------/
140
 
141
RE N1           30.08.2003
142
RE N2           07.10.2003
143
RE N3           26.11.2003
144
RE N4           23.12.2003
145
RE N5           15.02.2004
146
RE N6           27.03.2004
147
KOLIBRI N1      16.05.2004
148
RE N7           11.06.2004
149
KOLIBRI N2      28.08.2004
150
RE N8           01.12.2004
151
KOLIBRI N3      22.02.2005
152
        Beta 2: 20.03.2005
153
KOLIBRI N4      07.06.2005
154
KOLIBRI 0.5.0.0 04.10.2005
155
        0.5.1.0 12.10.2005
156
        0.5.2.0 02.12.2005
157
        0.5.3.0 18.03.2006
158
        0.5.8.0 09.07.2006
159
        0.5.8.1 25.07.2006
160
 
161
        0.6.0.0 04.09.2006
162
        0.6.3.0 31.10.2006
163
        0.6.5.0 14.02.2007
164
 
165
        0.7.0.0 07.06.2007
166
        0.7.1.0 23.09.2007
167
        0.7.5.0 31.01.2009
168
        0.7.7.0 13.12.2009
169
 
170
/----------------\
171
* KolibriOS TEAM *
172
\----------------/
173
 
174
This list contains all, who has actively helped to creation and development
175
of KolibriOS, whoever possible.
176
 (people are enumerated in the order by time of participation in the project,
177
  from bottom to top - from past to future, through present)
178
 
179
* Trans                                \
180
* VaStaNi                              |
181
* Ivan Poddubny                        |
182
* Marat Zakiyanov (Mario79)            |
183
* Mihail Semenyako (mike.dld)          |  system programming
184
* Sergey Kuzmin (Wildwest)             |
185
* Andrey Halyavin (halyavin)           |  loaders,
186
* Mihail Lisovin (Mihasik)             |  kernel improvements and so on
187
* Andrey Ignatiev (andrew_programmer)  |
188
* NoName                               |
189
* Evgeny Grechnikov (Diamond)          |
190
* Iliya Mihailov (Ghost)               |
191
* Sergey Semyonov (Serge)              |
192
* Johnny_B                             |
193
* kasTIgar                             |
194
* SPraid                               |
195
* Rus                                  |
196
* Alver                                |
197
* Maxis                                |
198
* Galkov                               |
199
* CleverMouse                          |
200
* tsdima                               |
201
* turbanoff                            |
202
* Asper                                |
203
* art_zh                               /
204
 
205
* Mihail Lisovin (Mihasik)             \
206
* Andrey Ivushkin (Willow)             |
207
* Mihail Semenyako (mike.dld)          |
208
* Pavlushin Evgeny (Exis)              |
209
* Ivan Poddubny                        |  application programming
210
* Marat Zakiyanov (Mario79)            |
211
* Sergey Kuzmin (Wildwest)             |
212
* Andrey Halyavin (halyavin)           |  creation of new,
213
* Hex                                  |  port of existing
214
* Andrey Ignatiev (andrew_programmer)  |  or revisions of old
215
* ealex                                |  applications for Kolibri
216
* Olaf                                 |
217
* Evgeny Grechnikov (Diamond)          |
218
* Navanax                              |
219
* Johnny_B                             |
220
* Pavel Rymovski (Heavyiron)           |
221
* Vitaly Bendik (mistifi(ator)         |
222
* Iliya Mihailov (Ghost)               |
223
* Maxim Evtihov (Maxxxx32)             |
224
* Vladimir Zaitsev (Rabid Rabbit)      |
225
* vectoroc                             |
226
* Alexey Teplov ()                |
227
* Sergey Semyonov (Serge)              |
228
* YELLOW                               |
229
* iadn                                 |
230
* Maciej Guba (macgub)                 |
231
* Mario Birkner (cYfleXX)              |
232
* hidden player (hidnplayr)            |
233
* trolly                               |
234
* nilgui                               |
235
* kaitz                                |
236
* DedOk                                |
237
* SPraid                               |
238
* Rus                                  |
239
* Alver                                |
240
* Dron2004                             |
241
* Gluk                                 |
242
* Aleksandr Bogomaz (Albom)            |
243
* Kirill Lipatov (Leency)              |
244
* Vasiliy Kosenko (vkos)               |
245
* IgorA                                |
246
* staper                               |
247
* chaykin                              |
248
* Alexander Meshcheryakov              |
249
    (Self-Perfection)                  |
250
* CleverMouse                          |
251
* tsdima                               |
252
* art_zh                               |
253
* Asper                                |
254
* Pterox                               |
255
* Artemonische                         |
256
* dunkaist                             /
257
 
258
* Hex                                  \
259
* Diamond                              /  documentation
260
 
261
* CodeWorld                            \  forum http://meos.sysbin.com
262
* mike.dld                             /  site http://kolibrios.org; svn-server
263
 
264
* Alexey Teplov ()                \          (KolibriOS logo)
265
* goglus                               |  design  (KolibriOS background)
266
* Kirill Lipatov (Leency)              /          (KolibriOS icons)
267
 
268
* Pavel Rymovski (Heavyiron)           \
269
* Vitaly Bendik (mistifi(ator)         |
270
* vectoroc                             |
271
* Veliant                              |  testing,
272
* AqwAS                                |  countenance
273
* Mike                                 |
274
* camper                               |
275
* Dmitry the Sorcerer                  |
276
* Ataualpa                             |
277
* Maxis                                |
278
* Galkov                               |
279
* ChE                                  /
280
 
281
and others...
282
 
283
						KolibriOS team