Preparing the 0.4 version

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1494 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-06-27 08:02:12 +00:00
parent 7e4102d103
commit 2ad181d97b
2 changed files with 11 additions and 1 deletions

10
debian/changelog vendored
View File

@@ -1,3 +1,13 @@
domframework (0.4-1) testing; urgency=low
* markdown: BUG for == titles / -- titles
* markdown : BUG : * * * - - - shoud be SEPARATORS
* markdown : BUG : the mails/url are not working caused by htmlentities
* markdown : BUG : bad closing </li> in <ul> list
* markdown : BUG : - line1\nline2 : should be the continuity of <li>, not <p>
* markdown : BUG : the ### TITLEx doesn't work caused by the search empty line
at the ned and at the start of the regex
-- Dominique Fournier <dominique@fournier38.fr> Fri, 27 Jun 2014 10:01:47 +0100
domframework (0.3-1) testing; urgency=low domframework (0.3-1) testing; urgency=low
* dbLayer : Create a operationnal list table for sqlite/mysql/pgsql * dbLayer : Create a operationnal list table for sqlite/mysql/pgsql
* authorization model * authorization model

View File

@@ -1,5 +1,5 @@
#!/bin/bash -x #!/bin/bash -x
VERSION="0.3" VERSION="0.4"
rm -rf /tmp/domframeworkpack rm -rf /tmp/domframeworkpack
mkdir /tmp/domframeworkpack mkdir /tmp/domframeworkpack
cd /tmp/domframeworkpack cd /tmp/domframeworkpack