File: RELEASE_NOTES

package info (click to toggle)
xmake 1.05-2
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 104 kB
  • ctags: 119
  • sloc: ansic: 1,371; makefile: 57
file content (27 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (2)
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

XMake  V1.05	-

	* XMake's search-and-replace was using a static 1024 byte buffer
	  which could overflow.  XMake now uses a dynamically sized buffer.

	* Added -v option

XMake  V1.04	-

	* XMake code officially placed in the public domain

XMake  V1.03	-

	* defs.h now has CPP definition for GCC commented out, gcc
	  users should use that rather then cpp if you do not have cpp.

XMake  V1.02	-

	* now properly exits if a failure occurs

XMake  V1.01	-

	* fixed serious memory corruption bug

XMake  V1.00	- initial release