]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/NEWS
release: 0.0.41
[lilypond.git] / flower / NEWS
index ae66f7dbc3156bb58d5f21138744d16cb75df50f..836eccbee0e80a518f3b3fd0682293c03a5edd58 100644 (file)
@@ -1,2 +1,68 @@
-pl 22:
-       - Array::add -> Array::push
\ No newline at end of file
+pl 1.1.6
+       - all of 1.1.4-1 and 1.1.5
+Bugfix 
+       - null_terminated -> is_binary test
+
+pl 1.1.5
+       - memmem interface, conditional compilation
+       - snprintf
+
+pl 1.1.4-1
+       - included in new make structure
+       
+pl 1.1.4
+       - great file-renaming.
+       - String cleanup (binary <-> null terminate), several bugfixes
+       - great renaming of String and String_convert interfaces
+       - more conversions moved (copied actually) to String_convert
+       - String indexing now all base = 0, not found = -1
+       - renamed by to byte
+
+pl 1.1.3
+       - String::mid
+       - memmove test code
+
+pl 1.1.2 
+       - StringConversio::bin2int_i
+       - dumb prioq
+
+pl 1.1.1
+       - separated StringHandle and StringData
+       - String::compare
+
+1.1.0:
+               
+
+------------------
+1.0:
+
+pl 27-3
+       - debug memmove code
+       - StringData bugfix
+       - old String::String( char, int ) bugfix
+
+pl 27-1,2 (not released)
+       patches by JCN
+       - stringutils.cc included again 
+       - bin2hex_str bugfix
+       - String class handles null bytes
+       - StringUtils inlined/outlined by #define
+       - StringConversion (only hex for now)
+
+pl 27
+       - (temporarily?) removed findcursor* t*mat*
+
+pl 26
+       - docxx 3.0
+
+pl 25
+       - merge sstack and Array
+
+pl 24
+       - small fix in vector print
+
+pl 23
+       - win32 patches (JN)
+
+pl 22
+       - Array::add -> Array::push