Commit 4116a5074f55d6f42521f8f4359136a5795eeed3
- Diff rendering mode:
- inline
- side by side
ChangeLog
(4 / 0)
|   | |||
| 1 | 1 | dSS11-WebSetup | |
| 2 | 2 | ||
| 3 | v0.4.0 01.09.2010 Date, time and timezone settings | ||
| 4 | * implemented date, time, timezone and ntp configuration, this implements | ||
| 5 | feature #419 | ||
| 6 | |||
| 3 | 7 | v0.3.0 26.07.2010 Network configuration support | |
| 4 | 8 | * added network configuration functionality, implements feature #410 | |
| 5 | 9 | * added possibility to set hostname, apartment name, UPnP friendly name, |
configure.ac
(1 / 1)
|   | |||
| 2 | 2 | # Process this file with autoconf to produce a configure script. | |
| 3 | 3 | ||
| 4 | 4 | AC_PREREQ([2.63]) | |
| 5 | AC_INIT([dss11-websetup], [0.3.0], [jin@dev.digitalstrom.org]) | ||
| 5 | AC_INIT([dss11-websetup], [0.4.0], [jin@dev.digitalstrom.org]) | ||
| 6 | 6 | AC_CONFIG_AUX_DIR(configure_aux) | |
| 7 | 7 | AM_INIT_AUTOMAKE([1.10 -Wall]) | |
| 8 | 8 |

