mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-07 18:01:06 +03:00
Bump index version to 11, add index version changelog
This commit is contained in:
parent
f37d00507b
commit
71db41b869
2 changed files with 12 additions and 1 deletions
11
docs/index_versions.md
Normal file
11
docs/index_versions.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
### 11 (January 2014)
|
||||||
|
|
||||||
|
* Support per-density icon folders (/icons-\*)
|
||||||
|
|
||||||
|
### 10 (January 2014)
|
||||||
|
|
||||||
|
* First version
|
||||||
|
|
||||||
|
### 0 (?)
|
||||||
|
|
||||||
|
* No version yet declared
|
|
@ -620,7 +620,7 @@ def make_index(apps, apks, repodir, archive, categories):
|
||||||
repoel.setAttribute("url", config['repo_url'])
|
repoel.setAttribute("url", config['repo_url'])
|
||||||
addElement('description', config['repo_description'], doc, repoel)
|
addElement('description', config['repo_description'], doc, repoel)
|
||||||
|
|
||||||
repoel.setAttribute("version", "10")
|
repoel.setAttribute("version", "11")
|
||||||
repoel.setAttribute("timestamp", str(int(time.time())))
|
repoel.setAttribute("timestamp", str(int(time.time())))
|
||||||
|
|
||||||
if config['repo_keyalias']:
|
if config['repo_keyalias']:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue