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:
10
debian/changelog
vendored
10
debian/changelog
vendored
@@ -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
|
||||
* dbLayer : Create a operationnal list table for sqlite/mysql/pgsql
|
||||
* authorization model
|
||||
|
||||
2
debian/makePackageDebian
vendored
2
debian/makePackageDebian
vendored
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash -x
|
||||
VERSION="0.3"
|
||||
VERSION="0.4"
|
||||
rm -rf /tmp/domframeworkpack
|
||||
mkdir /tmp/domframeworkpack
|
||||
cd /tmp/domframeworkpack
|
||||
|
||||
Reference in New Issue
Block a user