Skip to content

Commit

Permalink
towards 1.08
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed Jun 25, 2012
1 parent 6448154 commit 58b6f79
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

m2tklib ChangeLog
M2tklib ChangeLog

2011-07-04 v1.00 Oliver Kraus <[email protected]>
* First release
Expand All @@ -25,7 +25,7 @@ m2tklib ChangeLog
* fixed arduino event-source to support DATA_UP and _DOWN
2012-04-15 v1.07 Oliver Kraus <[email protected]>
* M2tk for U8glib
2012-06-xx v1.08 Oliver Kraus <[email protected]>
2012-06-26 v1.08 Oliver Kraus <[email protected]>
* Fixed char width calculation for numeric u8glib fonts (issue 54)
* Fixed bug on the top element calculation for STRLSIT/INFO elements
* Extra column for STRLIST element
Expand All @@ -35,4 +35,4 @@ m2tklib ChangeLog
* New element: M2_2LMENU
* Serial console input and/or output (20x4 LCD simulator)



7 changes: 7 additions & 0 deletions gpl-3.0.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
This is the GPL V3 for M2tklib core files.
Please note that some parts are covered by different licenses.
See also license.txt.




GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Expand Down
7 changes: 7 additions & 0 deletions release/INSTALL_AVR.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

=== M2TKLIB ===
http://code.google.com/p/m2tklib/

Install instructions for Atmel Studio 6 are here:
http://code.google.com/p/m2tklib/wiki/as6

2 changes: 1 addition & 1 deletion release/avr_u8g/create_release
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cp Makefile m2tk_u8g/u8g_examples/u8g_logo
cp ../../ChangeLog ./m2tk_u8g/doc/m2/.
cp ../../gpl-3.0.txt ./m2tk_u8g/doc/m2/.
cp ../../license.txt ./m2tk_u8g/doc/m2/.
#cp ../INSTALL_ARDUINO.TXT ./libraries/M2tklib/INSTALL.TXT
cp ../INSTALL_AVR.TXT ./libraries/M2tklib/INSTALL.TXT
cp ../../src/*.c ./m2tk_u8g/src/.
cp ../../src/*.h ./m2tk_u8g/src/.
cp ../../dev/avr_u8g/*.[hc] ./m2tk_u8g/src/.
Expand Down
2 changes: 1 addition & 1 deletion release/print_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/bin/echo -n "1.08pre4"
/bin/echo -n "1.08"

0 comments on commit 58b6f79

Please sign in to comment.