1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 01:04:12 +01:00

Bump Vimperator's version string and fix the 2.2 NEWS entry again.

This commit is contained in:
Doug Kearns
2009-11-09 03:52:26 +11:00
parent a7c5da9f6f
commit 865e075953
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#### configuration #### configuration
VERSION = 2.2 VERSION = 2.3a1pre
NAME = vimperator NAME = vimperator
include ../common/Makefile include ../common/Makefile

View File

@@ -1,11 +1,12 @@
2009-XX-XX: 2009-XX-XX:
* version 2.3a1pre
* add basic plugin authorship documentation * add basic plugin authorship documentation
* plugins may now provide full-fleged ':help' documentation * plugins may now provide full-fleged ':help' documentation
* asciidoc is no longer required to build Vimperator * asciidoc is no longer required to build Vimperator
* the help system is newly modularized * the help system is newly modularized
2009-XX-XX: 2009-10-28:
* version 2.2a1pre * version 2.2
* IMPORTANT: Vimperator's licence has changed from the MPL/GPL/LGPL * IMPORTANT: Vimperator's licence has changed from the MPL/GPL/LGPL
tri-license to the MIT license. tri-license to the MIT license.
* IMPORTANT: Map.flags has been replaced with individual properties. * IMPORTANT: Map.flags has been replaced with individual properties.