kpdyer / fteproxy

programmable proxy for censorship circumvention
https://fteproxy.org/
Apache License 2.0
149 stars 21 forks source link

please clean up git tags #135

Closed leggewie closed 10 years ago

leggewie commented 10 years ago

It looks like there are a couple of erroneous git tags. It would be nice to have them cleaned up.

$ git tag 0.2.10 0.2.11 0.2.12 0.2.13 0.2.3 0.2.4 0.2.5 0.2.6 0.2.7 0.2.8 0.2.9 384a4b0ba5a5 7f5d659 9e43e9a4258e6316ad758818125b35e8808795d8 a3df7b4bf5 d58d71e8f67e9f28a76ca4b6de20295abe60062f e4e9fc6a24282851ce36f7553dd9b65c44e5bfcc

kpdyer commented 10 years ago

Done! Turns out it was easier to delete the old tags, instead of renaming.

0.2.6 was the first release that was in anything public. So, I think it's good enough if we have the tags for >=0.2.3.

$ git tag
0.2.10
0.2.11
0.2.12
0.2.13
0.2.3
0.2.4
0.2.5
0.2.6
0.2.7
0.2.8
0.2.9
leggewie commented 10 years ago

thanks