Changeset 7751a641e2a294d986b002dd01264b7d068258a2
- Timestamp:
- 06/09/09 10:24:52 (3 years ago)
- Author:
- Neutron Soutmun <neo.neutron@…>
- Children:
- 7d86850b98014981d02f95c933296d84099e874a
- Parents:
- bae014d9f22e13f6115d53d154e6489f20ae00e4
- git-committer:
- Neutron Soutmun <neo.neutron@…> (06/09/09 10:24:52)
- Message:
-
Bump version to 0.1.4
- Bump version to 0.1.4 and prepare to release.
- Add forgotten example/Makefile.am.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r8a08898
|
r7751a64
|
|
| 1 | 1 | RahuNAS |
| | 2 | 0.1.4 (2009-06-09) |
| | 3 | ===== |
| | 4 | - Bug fix and the major change of the IFB (Intermediate Functional Block) as the |
| | 5 | replacement of IMQ (Intermediate Queueing Device) that more problem with the |
| | 6 | SMP system. |
| 2 | 7 | |
| 3 | | 0.1.2 (2009-31-08) |
| | 8 | * IFB is the replacement of IMQ. (IMQ now deprecated, not support anymore) |
| | 9 | * Prevent double login. |
| | 10 | * Reloading config files supported. |
| | 11 | * HTTP login supported. (early only HTTPS supported) |
| | 12 | * Bug fix. |
| | 13 | |
| | 14 | 0.1.3 (Never Release) |
| | 15 | ===== |
| | 16 | * Only in the internal development test. |
| | 17 | |
| | 18 | 0.1.2 (2009-03-31) |
| 4 | 19 | ===== |
| 5 | 20 | - Bug fix and add virtual server to support multiple network (VLAN, |
-
|
rbae014d
|
r7751a64
|
|
| 4 | 4 | m4_define(major, 0) |
| 5 | 5 | m4_define(minor, 1) |
| 6 | | m4_define(micro, 3) |
| | 6 | m4_define(micro, 4) |
| 7 | 7 | |
| 8 | 8 | AC_PREREQ(2.61) |