File: ChangeLog

package info (click to toggle)
muroar 0.1.2-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 196 kB
  • ctags: 140
  • sloc: ansic: 569; sh: 236; makefile: 128
file content (53 lines) | stat: -rw-r--r-- 1,537 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
v. 0.1.2 - Mon Jul 05 2010 21:12 CEST
	* a bit work on the comments in the code
	* added more codec consts
	* moved BEEP command into seperate file
	* added NOOP command
	* added DECnet support
	* fixed endianess problems on some platforms

v. 0.1.1 - Mon May 03 2010 20:54 CEST
	* Some Code cleanup
	* Updated Makefile so we do not build muroarstream 'staticly'
	* corrected wrong name of two CMD consts
	* corrected a lot typos
	* Added a lot comments
	* Use own IO functions

v. 0.1.0 - Mon Mar 15 2010 21:33 CET
	* fixed copyright statements
	* get better in sync with Debian package
	* added additional consts
	* added support for autof* options
	* small -fPIC fix for win32
	* added manpages for all public functions of this lib
	* added completion file for bash
	* added support for /etc/roarserver symlink

v. 0.1rc2 - Sun Feb 28 2010 17:08 CET
	* added use of SONAME
	* added support for AF_UNIX sockets
	* started with Debian control files
	* some small fixes
	* added manpage for muroarstream(1)
	* added very simple support for beeps

v. 0.1rc1 - Sat Feb 06 2010 26:27 CET
	* Added tool muroarstream

v. 0.1rc0 - Fri Oct 30 2009 21:09 CET
	* Added install/semi-install/uninstall
	* Added a function needed to test for server
	* Wrote some Docs
	* Less magic numbers

v. 0.1beta1 - Wed Oct 14 2009 22:12 CEST
	* added TODO list
	* wrote a simple configure
	* reduced memory usage (> 800 byte less)

v. 0.1beta0 - Fri Oct 09 2009 22:42 CEST
	* first release
	* basic support for streams
	* basic magics
	* basic IO abstraktion