summaryrefslogtreecommitdiff
path: root/make-version.pl
AgeCommit message (Collapse)AuthorFilesLines
2015-10-141.12.8 → 1.12.9.Gerald Combs1-1/+1
Change-Id: Ida58dbef0bdca8149f9825ebf2e99e279ebd0b09 Reviewed-on: https://code.wireshark.org/review/11045 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-08-121.12.7 → 1.12.8.Gerald Combs1-1/+1
Change-Id: Ia337e5792d62873e6ae459e28c9b353d8bb119b9 Reviewed-on: https://code.wireshark.org/review/10002 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-06-171.12.6 → 1.12.7.Gerald Combs1-1/+1
Change-Id: Ia910cc3d4d89d5ec2213dccaf98c95730b6c34ec Reviewed-on: https://code.wireshark.org/review/8960 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-05-121.12.5 → 1.12.6.Gerald Combs1-1/+1
Change-Id: Id450c1ec647ea6cb0f9d5a6e1c376eb62bd05067 Reviewed-on: https://code.wireshark.org/review/8438 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-03-041.12.4 → 1.12.5Gerald Combs1-1/+1
Change-Id: I3d7907247f9bc14e3104aa9cb98f588967953d1b Reviewed-on: https://code.wireshark.org/review/7529 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-01-071.12.3 → 1.12.4.Gerald Combs1-1/+1
Change-Id: I57e5b7a2294077167616ff24bed0e772d455f9d4 Reviewed-on: https://code.wireshark.org/review/6383 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-11-121.12.2 → 1.12.3.Gerald Combs1-1/+1
Change-Id: I7770b51dbb40c405db395463ceef5c46ae28be73 Reviewed-on: https://code.wireshark.org/review/5259 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-09-161.12.1 → 1.12.2.Gerald Combs1-1/+1
Change-Id: If6c86cdc23a766667e987321a9bce44bb860006f Reviewed-on: https://code.wireshark.org/review/4131 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-07-311.12.0 → 1.12.1.Gerald Combs1-2/+2
Change-Id: I059be7c092f52f5f7d3a29357abd8c9b05204905 Reviewed-on: https://code.wireshark.org/review/3306 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-06-13Fix package version stamping.Gerald Combs1-1/+1
Change-Id: I1615364071563c4f56b071d7d68e4660dd989296 Reviewed-on: https://code.wireshark.org/review/2198 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-05-23Initialize master-1.12.Gerald Combs1-2/+2
Change-Id: Idc679d0c7f13934fceb4d196d76abdefc51f4450 (cherry picked from commit 543ff5713546c82f9bc44af3198136501593e09f) Reviewed-on: https://code.wireshark.org/review/1760 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-04-151.11.3 → 1.11.4.Gerald Combs1-5/+5
Change-Id: I0bf8792b9b524ae4d8e1022b234e2510972c7019 Reviewed-on: https://code.wireshark.org/review/1154 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-04-15Build 1.11.3.Gerald Combs1-4/+4
Change-Id: I8c8f1c22a2cba97e69b27e5fb0b4de9981668966 Reviewed-on: https://code.wireshark.org/review/1153 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-04-14Pull in some changes from master-1.10/make-version.pl.Gerald Combs1-19/+11
Matches versioning behavior in stable branches. Change-Id: Ic4d451e7e9941b65d24a76bfaf57de2b4fb58239 Reviewed-on: https://code.wireshark.org/review/1124 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-02-08"origin" appears to be a safer bet than "@{upstream}".Gerald Combs1-2/+2
Change-Id: Icd00c62d9b908771bf2b73b8e5b49d519570ff8b Reviewed-on: https://code.wireshark.org/review/142 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-57/+65
Rename "SVNPATH" to "GITBRANCH" since that seems more appropriate. Rename "svnversion.h" to "version.h" as Evan suggested. Update some URLs. In make-version.pl, make sure we don't set an improper upstream branch name. Use the number of commits + short hash from `git describe` for package names by default. Change-Id: I922bba8d83eabdf49284a119f55b4076bc469b96 Reviewed-on: https://code.wireshark.org/review/139 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-02-05use the right src dir in git command for svnversion.hdidier1-5/+5
make-version.pl wasn't using the right source dir for git commands when not compiling from inside source tree. add --git-dir=$srcdir/.git parameter. Change-Id: I45ca4874d96abaed1c559c022d0ace66239652c8 Reviewed-on: https://code.wireshark.org/review/122 Reviewed-by: Evan Huus <eapache@gmail.com> Tested-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-01-29We have a usable tag now. There's no need to fake a version number.Gerald Combs1-8/+2
Change-Id: Ic6a704013b38e9be130be40098e9293e9196bfec
2014-01-15Make it more clear that we're faking a git description for now.Gerald Combs1-0/+1
svn path=/trunk/; revision=54810
2014-01-15Copy over recent changes from trunk-1.8 along with some localGerald Combs1-5/+83
modifications. ------------------------------------------------------------------------ r54807 | gerald | 2014-01-14 16:35:34 -0800 (Tue, 14 Jan 2014) | 2 lines Start using the output of 'git describe'. ------------------------------------------------------------------------ r54805 | gerald | 2014-01-14 15:38:16 -0800 (Tue, 14 Jan 2014) | 2 lines Start adding support for plain git. ------------------------------------------------------------------------ svn path=/trunk/; revision=54809
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 ↵Michael Mann1-3/+3
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9607) This is a VERY PRELIMINARY version of tfshark. It's an attempt to jumpstart FileShark and its architecture. Right now it's mostly just a very stripped down version of tshark with all of the necessary build modifications (including now building filetap library since tfshark depends on it) This code has helped me identify what I believe to be all of the necessary layers for a complete fileshark architecture. And those layers will slowly be added in time (patches always welcome!). svn path=/trunk/; revision=54646
2013-11-181.11.2 → 1.11.3.Gerald Combs1-5/+5
svn path=/trunk/; revision=53412
2013-11-18Build 1.11.2.Gerald Combs1-4/+4
svn path=/trunk/; revision=53411
2013-11-151.11.1 → 1.11.2.Gerald Combs1-5/+5
svn path=/trunk/; revision=53346
2013-11-15Build 1.11.1.Gerald Combs1-4/+4
svn path=/trunk/; revision=53344
2013-10-151.11.0 → 1.11.1.Gerald Combs1-5/+5
svn path=/trunk/; revision=52629
2013-10-15Try building 1.11.0.Gerald Combs1-4/+4
svn path=/trunk/; revision=52628
2013-08-28svn version 1.7.11 no longer has local .svn directories,Jörg Mayer1-1/+1
just one at the top level. So on my system, /trunk no longer contains a .svn directory. Check in parent directory as well. svn path=/trunk/; revision=51566
2013-04-221.9.3 → 1.11.0.Gerald Combs1-2/+2
svn path=/trunk/; revision=48972
2013-03-281.9.2 → 1.9.3.Gerald Combs1-6/+6
svn path=/trunk/; revision=48627
2013-03-28Build 1.9.2.Gerald Combs1-4/+4
svn path=/trunk/; revision=48625
2013-03-18Add a wireshark-version:[] replacement and --sort-and-group-- blockGerald Combs1-11/+11
definition to asciidoc.conf. Add support for asciidoc.conf to make-version.pl. Set some SVN keywords. Fill in the new protocol list. svn path=/trunk/; revision=48405
2013-03-121.9.1 → 1.9.2.Gerald Combs1-5/+5
svn path=/trunk/; revision=48271
2013-03-12Build 1.9.1.Gerald Combs1-4/+4
svn path=/trunk/; revision=48270
2013-02-201.9.0 → 1.9.1.Gerald Combs1-5/+5
svn path=/trunk/; revision=47771
2013-02-20Build 1.9.0.Gerald Combs1-4/+4
svn path=/trunk/; revision=47770
2013-02-10If we're using git, try pulling the SVN revision out of the commit body.Gerald Combs1-16/+23
svn path=/trunk/; revision=47619
2012-09-24Add back extra packaging information if it's present.Gerald Combs1-6/+8
svn path=/trunk/; revision=45112
2012-09-18Update configure.ac modifications to reflect r44986.Gerald Combs1-9/+7
svn path=/trunk/; revision=44990
2012-09-15Add support for bzr checkouts (similar to git checkouts) to make-version.pl.Evan Huus1-1/+35
Also, add modelines. svn path=/trunk/; revision=44920
2012-09-10Update svnversion.h with (short) SHA-1 commit id and branch when use git ↵Alexis La Goutte1-0/+27
repository svn path=/trunk/; revision=44850
2012-08-23The name configure.in has been deprecated for many years.Jörg Mayer1-6/+6
Use configure.ac instead. svn path=/trunk/; revision=44630
2012-08-15Don't clobber PACKAGE_URL or PACKAGE_BUGREPORT.Gerald Combs1-2/+2
svn path=/trunk/; revision=44523
2012-06-051.7.2 → 1.9.0.Gerald Combs1-2/+2
svn path=/trunk/; revision=43120
2012-04-061.7.1 → 1.7.2.Gerald Combs1-5/+5
svn path=/trunk/; revision=41971
2012-04-06Build 1.7.1.Gerald Combs1-4/+4
svn path=/trunk/; revision=41970
2012-04-05For some broken environments we need also set LC_ALL.Jakub Zawadzki1-1/+3
svn path=/trunk/; revision=41957
2012-01-11Copy over updates from the 1.6 branch.Gerald Combs1-0/+68
svn path=/trunk/; revision=40437
2011-11-18Try to preserve native line endings when we rewrite files.Gerald Combs1-14/+14
svn path=/trunk/; revision=39938