From b286d5a3e1b0939175342e4b426f3895491dd437 Mon Sep 17 00:00:00 2001 From: Simsys Date: Mon, 11 May 2015 21:53:18 +0200 Subject: [PATCH] v.0.6.7 --- doc/howtorelease.txt | 11 +++++++++++ doc/html/annotated.html | 2 +- doc/html/class_q_hex_edit-members.html | 2 +- doc/html/class_q_hex_edit.html | 2 +- doc/html/classes.html | 2 +- doc/html/commands_8h_source.html | 2 +- doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html | 2 +- doc/html/files.html | 2 +- doc/html/functions.html | 2 +- doc/html/functions_func.html | 2 +- doc/html/functions_prop.html | 2 +- doc/html/hierarchy.html | 2 +- doc/html/index.html | 4 ++-- doc/html/qhexedit_8h_source.html | 2 +- doc/html/qhexedit__p_8h_source.html | 2 +- doc/html/xbytearray_8h_source.html | 2 +- doc/release.txt | 4 ++++ example/qhexedit.pro | 1 + src/qhexedit.h | 2 +- 19 files changed, 33 insertions(+), 17 deletions(-) create mode 100644 doc/howtorelease.txt diff --git a/doc/howtorelease.txt b/doc/howtorelease.txt new file mode 100644 index 0000000..7a4a8a2 --- /dev/null +++ b/doc/howtorelease.txt @@ -0,0 +1,11 @@ +How to release +============== + +1. Make changes, test them +2. Edit qhexedit.h, version number +3. Edit release.txt +4. Make doxygen documentation and check it +5. $ git add * +6. $ git commit -m "v0.x.y" +7. $ git push origin master + diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 52be445..2adb6e0 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -92,7 +92,7 @@ diff --git a/doc/html/class_q_hex_edit-members.html b/doc/html/class_q_hex_edit-members.html index 3ac1ab5..074cf1f 100644 --- a/doc/html/class_q_hex_edit-members.html +++ b/doc/html/class_q_hex_edit-members.html @@ -118,7 +118,7 @@ diff --git a/doc/html/class_q_hex_edit.html b/doc/html/class_q_hex_edit.html index f726415..907bf5f 100644 --- a/doc/html/class_q_hex_edit.html +++ b/doc/html/class_q_hex_edit.html @@ -890,7 +890,7 @@

Property Documentation

diff --git a/doc/html/classes.html b/doc/html/classes.html index 2b47403..84ab2f1 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -96,7 +96,7 @@ diff --git a/doc/html/commands_8h_source.html b/doc/html/commands_8h_source.html index b4d36f9..e1af48b 100644 --- a/doc/html/commands_8h_source.html +++ b/doc/html/commands_8h_source.html @@ -139,7 +139,7 @@ diff --git a/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html b/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html index 0bb035b..d937f02 100644 --- a/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html +++ b/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html @@ -96,7 +96,7 @@ diff --git a/doc/html/files.html b/doc/html/files.html index 23693d0..af09671 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -94,7 +94,7 @@ diff --git a/doc/html/functions.html b/doc/html/functions.html index 190b9f8..017626c 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -173,7 +173,7 @@ diff --git a/doc/html/functions_func.html b/doc/html/functions_func.html index 12ef19a..707ebb3 100644 --- a/doc/html/functions_func.html +++ b/doc/html/functions_func.html @@ -146,7 +146,7 @@ diff --git a/doc/html/functions_prop.html b/doc/html/functions_prop.html index fb458c7..73ed077 100644 --- a/doc/html/functions_prop.html +++ b/doc/html/functions_prop.html @@ -119,7 +119,7 @@ diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index 952cd41..c459589 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -93,7 +93,7 @@ diff --git a/doc/html/index.html b/doc/html/index.html index 4841ffa..1844461 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -78,14 +78,14 @@

QHexEdit is a binary editor widget for Qt.

-
Version
Version 0.6.6
+
Version
Version 0.6.7
hexedit.png
diff --git a/doc/html/qhexedit_8h_source.html b/doc/html/qhexedit_8h_source.html index 51c0e84..62c3bf4 100644 --- a/doc/html/qhexedit_8h_source.html +++ b/doc/html/qhexedit_8h_source.html @@ -213,7 +213,7 @@
diff --git a/doc/html/qhexedit__p_8h_source.html b/doc/html/qhexedit__p_8h_source.html index 9c053c6..84d2b86 100644 --- a/doc/html/qhexedit__p_8h_source.html +++ b/doc/html/qhexedit__p_8h_source.html @@ -212,7 +212,7 @@ diff --git a/doc/html/xbytearray_8h_source.html b/doc/html/xbytearray_8h_source.html index 03e36a6..5d394ce 100644 --- a/doc/html/xbytearray_8h_source.html +++ b/doc/html/xbytearray_8h_source.html @@ -143,7 +143,7 @@ diff --git a/doc/release.txt b/doc/release.txt index a071955..da9989f 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -1,3 +1,7 @@ +Release 0.6.7, 2015-05-11 +------------------------- + - Bugfix Ctrl-C does not work properly + Release 0.6.6, 2015-05-01 ------------------------- - Feature Adding drag and drop diff --git a/example/qhexedit.pro b/example/qhexedit.pro index 90a6db2..94b04fb 100644 --- a/example/qhexedit.pro +++ b/example/qhexedit.pro @@ -30,6 +30,7 @@ FORMS += \ OTHER_FILES += \ ../readme.md \ ../doc/release.txt \ + ../doc/howtorelease.txt \ ../build-example.bat \ ../build-python-bindings.bat \ ../build-example.sh \ diff --git a/src/qhexedit.h b/src/qhexedit.h index d32f7e5..eec113e 100644 --- a/src/qhexedit.h +++ b/src/qhexedit.h @@ -7,7 +7,7 @@ /** \mainpage QHexEdit is a binary editor widget for Qt. -\version Version 0.6.6 +\version Version 0.6.7 \image html hexedit.png */