Commit b78c88ba authored by Nils Goroll's avatar Nils Goroll

bump the version to 0.2

parent 3d0b141f
......@@ -8,8 +8,8 @@ Varnish Device Classification Service Module
:Manual section: 3
:Authors: Nils Goroll
:Date: 2014-04-13
:Version: 0.1
:Date: 2014-05-16
:Version: 0.2
SYNOPSIS
========
......@@ -468,7 +468,18 @@ Development of this module was sponsored by Deutsche Telekom AG - Products & Inn
HISTORY
=======
Version 0.1: Initial version, mostly feature-complete
* Version 0.1: Initial version, mostly feature-complete
* Version 0.2: Rename: `x-variant` -> `X-DeviceClass`, `type_mtd` ->
`type_class`, change return values. `dcs.type_class` will now return one of:
::
new value old value
--------- ---------
desktop dsk
smartphone mob
tablet tab
BUGS
====
......
AC_PREREQ(2.69)
AC_COPYRIGHT([Copyright 2014 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([dcs_classifier], [0.1])
AC_INIT([dcs_classifier], [0.2])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/gen_dcs_classifier.pl)
AM_CONFIG_HEADER(dcs_config.h)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment