-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstego.lock
69 lines (63 loc) · 3.74 KB
/
stego.lock
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[ anvil ]
version = "2.0.6"
kern = "amboso-C"
[ build ]
source = "demo.c"
bin = "demo"
makevers = "0.1.0"
tests = "tests"
automakevers = "0.1.0"
[ tests ]
errortestsdir = "error"
testsdir = "ok"
[ versions ]
"0.1.0" = "First release - Unsupported"
"0.1.1" = "abort() on failed operations - Unsupported"
"0.1.2" = "print_kls_2file() - Unsupported"
"0.1.3" = "update prev_offset on kls_push() - Unsupported"
"0.1.5" = "add kls_log(), fixes - Unsupported"
"0.1.6" = "functional Koliseo_Temp - Deprecated, low support"
"0.1.7" = "add Region_List - Deprecated, low support"
"0.1.8" = "improved Region API - Deprecated, low support"
"0.1.9" = "add kls_usageReport() - Deprecated, low support"
"0.1.10" = "add ncurses debug functions - Deprecated, low support"
"0.1.11" = "add kls_formatSize() - Deprecated, low support"
"0.1.12" = "add int API lvl, vargs log - Deprecated, low support"
"0.1.13" = "log API level - Deprecated, low support"
"0.1.15" = "add KLS_PUSH_TYPED() - Deprecated, low support"
"0.1.16" = "add KLS_PUSH_T_TYPED() - Deprecated, low support"
"0.1.17" = "add kls_type_usage() - Deprecated, low support"
"0.1.18" = "kls_push_zero_typed() expects int - Deprecated, low support"
"0.1.19" = "add kls_print_title() - Deprecated, low support"
"0.1.20" = "add kls->has_temp, KLS_PUSH_T doesn't account for AUTOREGION - Deprecated, low support"
"0.1.21" = "add MINGW32_BUILD preprocessor directives - Deprecated, low support"
"0.1.22" = "2add KLS_DEBUG_CORE preprocessor directives to enable API call logs - Deprecated, low support"
"0.2.0" = "Reworked Koliseo_Temp API with split functions - Deprecated, low support"
"0.2.1" = "Fix build for mingw32 - Deprecated, low support"
"0.2.3" = "Add missing NULL checks, bump amboso to 1.6.6 - Deprecated, low support"
"0.2.4" = "Add KLSFmt and KLS_Arg(), fix missing fprintf() args - Deprecated"
"0.2.5" = "Fix push sizes in logs, add address logging - Deprecated"
"0.3.0" = "Clean namespace, add KLS_Conf and KLS_Temp_Conf. Drops KOLISEO_AUTOSET_REGIONS and KOLISEO_AUTOSET_TEMP_REGIONS globals."
"0.3.1" = "Close kls logfile on kls_free(). Drops KOLISEO_DEBUG, KOLISEO_DEBUG_FP globals. Extend KLS_Conf, remove kls_set_conf() from header."
"0.3.2" = "Add backend selection for automatic KLS_Region list."
"0.3.3" = "Fix Koliseo_Temp reglist_kls having a static size"
"0.3.4" = "Add kls_maxRegions_KLS_BASIC, handle KLS_BASIC in kls_insord_p(), fix list macros args"
"0.3.5" = "Shush stderr message, return null on bad kls_temp_start()"
"0.3.6" = "Run indent -i4 -linux on all source files"
"0.3.7" = "Switch to astyle for format, bump amboso to 1.6.10"
"0.3.8" = "Bump amboso to 1.6.11"
"0.3.9" = "Add KLS_GULP_FILE(), bump amboso to 1.7.2"
"0.3.10" = "Fill docs, bump amboso to 1.7.4"
"0.3.12" = "Bump amboso to 1.9.6"
"0.3.13" = "Bump amboso to 1.9.7, add invil"
"0.3.17" = "Global lib install, config options, invil 0.1.5"
"0.3.18" = "invil 0.1.6, fixes broken ./anvil -i"
"0.3.19" = "Add .a rule, bump invil"
"0.3.20" = "Improve configure.ac, refactor MINGW32_BUILD, add SHARED_LIB define"
"0.4.0" = "Refactor usage macros, add KLS_DEFAULT_CONF__"
"0.4.1" = "Region is an optional feature, move pop ops under experimental features"
"0.4.2" = "Add list template, fix KLS_PUSH_ARR_T_NAMED(), bump amboso to 2.0.5, invil to 0.2.9"
"0.4.3" = "Fix format specifiers for ptrdiff_t (thanks to khushal-banks), bump anvil to 2.0.6, invil to 0.2.13"
"0.4.4" = "Drop list template from main header, add configurable block for Koliseo usage while a Koliseo_Temp is active on it, add --enable-locate to include caller location in some APIs, bump invil to 0.2.15"
"0.4.5" = "Set block_on_active_temp on by default, refactor kls_dbg_features()"
"0.4.6" = "Support for user handlers for errors in push calls, drop ncurses and title features, bump amboso to 2.0.7, invil to 0.2.17"