This commit is contained in:
lexborisov 2017-03-12 21:11:01 +03:00
parent cf3f280fc6
commit 51ccc7c083
4 changed files with 12 additions and 8 deletions

View File

@ -1,7 +1,12 @@
0.0.6
===========
* Completely redesigned engine. Now base module for all it is MyCORE
* Now Modest engine split by modules: mycore, modest, mycss, myencoding, myfont, myhtml, myport, myunicode, myurl
0.0.5
===========
Now()
* Small fixes
* Added URL parser by specification https://url.spec.whatwg.org/
0.0.4

View File

@ -3,9 +3,9 @@ MODEST_BUILD_OS := UNDEF
#********************
# Version
#***************
MODEST_VERSION_MAJOR := 1
MODEST_VERSION_MAJOR := 0
MODEST_VERSION_MINOR := 0
MODEST_VERSION_PATCH := 0
MODEST_VERSION_PATCH := 6
MODEST_VERSION_STRING := $(MODEST_VERSION_MAJOR).$(MODEST_VERSION_MINOR).$(MODEST_VERSION_PATCH)

View File

@ -8,13 +8,12 @@ Modest is a fast HTML renderer implemented as a pure C99 library with no outside
* Mailing List: [https://groups.google.com/forum/#!forum/modest-engine](https://groups.google.com/forum/#!forum/modest-engine)
* IRC: [#modest-engine on `irc.freenode.net <http://freenode.net>`](http://webchat.freenode.net?channels=%23modest-engine)
* Or you can ask questions on [stackoverflow.com](https://stackoverflow.com/questions/ask?tags=modest) by modest tag
* Public [tracker by trello](https://trello.com/b/sdqpT8Ep/modest)
## Now
```text
The current version is 0.0.5 - devel
The current version is 0.0.6 - devel
```
## Introduction

View File

@ -29,8 +29,8 @@
#include <stdint.h>
#include <inttypes.h>
#define MyCORE_VERSION_MAJOR 1
#define MyCORE_VERSION_MINOR 0
#define MyCORE_VERSION_MAJOR 0
#define MyCORE_VERSION_MINOR 1
#define MyCORE_VERSION_PATCH 0
//#define MyCORE_BUILD_WITHOUT_THREADS