Ver Fonte

Add doc about versioning and release schedule

Tatsuhiro Tsujikawa há 9 anos atrás
pai
commit
e059cca2be
1 ficheiros alterados com 16 adições e 0 exclusões
  1. 16 0
      README.rst

+ 16 - 0
README.rst

@@ -78,6 +78,22 @@ Here is a list of features:
 * IPv6 support with Happy Eyeballs
 * Disk cache to reduce disk activity
 
+
+Versioning and release schedule
+-------------------------------
+
+We use 3 numbers for aria2 version: MAJOR.MINOR.PATCH.  We will ship
+MINOR update on 15th of every month.  We may skip a release if we have
+no changes since the last release.  The feature and documentation
+freeze happens 10 days before the release day (5th day of the month)
+for translation teams.  We will raise an issue about the upcoming
+release around that day.
+
+We may release PATCH releases between regular releases if we have
+security issues.
+
+MAJOR version will stay at 1 for the time being.
+
 How to get source code
 ----------------------