roxen:feature/CMS-439-xml-test-tag-testsuite

Last commit made on 2018-05-16
Get this branch:
git clone -b feature/CMS-439-xml-test-tag-testsuite https://git.launchpad.net/roxen

Branch merges

Branch information

Name:
feature/CMS-439-xml-test-tag-testsuite
Repository:
lp:roxen

Recent commits

a93f590... by Karl Gustav Sterneberg <email address hidden>

XML Test Tags: Added tag "testsuite". [CMS-439]

390cb2d... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Version bumped to 6.2.131 by buildsystem.

0273c89... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Version bumped to 6.2.130 by buildsystem.

d76f51b... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/ws168' into devel

* patches/ws168:
  Filesystem: Fixed typo.

7fa0df2... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Filesystem: Fixed typo.

6dc7340... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/ws200' into devel

* patches/ws200:
  Roxen [NT]: Look some more at Stdio.__HAVE_UTF8_FS__.

2614812... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Roxen [NT]: Look some more at Stdio.__HAVE_UTF8_FS__.

Fixes some more of [WS-294].

5e6e328... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/ws200' into devel

* patches/ws200:
  Documentation: Added some notes about Unicode-NFC normalization.
  HTTP: Fixed path normalization issue.
  Loader: Make the utf8_string type available.

19a70e4... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Documentation: Added some notes about Unicode-NFC normalization.

Document some places where Unicode NFC normalizated paths
are guaranteed.

Fixes [WS-263].

d78436a... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

HTTP: Fixed path normalization issue.

Paths were not Unicode NFC normalized when there were query
variables present.

Fixes some more of [WS-200].