summaryrefslogtreecommitdiff
path: root/make-version.pl
AgeCommit message (Collapse)AuthorFilesLines
2014-06-12From Gisle Vanem on -dev: don't print modelines info when run with -h.Jeff Morriss1-1/+3
Also remove trailing white space. Change-Id: Ic56140f617a2cbf9fa93fb427282eab0b6cff9c6 Reviewed-on: https://code.wireshark.org/review/2113 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-05-231.11.4 → 1.99.0.Gerald Combs1-2/+2
Change-Id: I5b0f713fdbc63e78f4f52177317c0e536aca3044 Reviewed-on: https://code.wireshark.org/review/1761 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
2011-11-18Use the source directory argument.Gerald Combs1-5/+5
svn path=/trunk/; revision=39926
2011-11-18Maybe it's not a good idea to modify configure.in or config.nmake duringGerald Combs1-6/+16
compilation. Add a "--set-svn" option which only affects svnversion.h and make it the default behavior. svn path=/trunk/; revision=39923
2011-11-18Don't clobber release information in configure.in.Gerald Combs1-1/+1
svn path=/trunk/; revision=39921
2011-11-17Update some comments.Gerald Combs1-9/+8
svn path=/trunk/; revision=39913
2011-11-17Make sure we terminate WiresharkCurrentVersion so we won't have toGerald Combs1-1/+1
reapply r39907. svn path=/trunk/; revision=39908
2011-11-17Don't clobber release information for now.Gerald Combs1-4/+0
svn path=/trunk/; revision=39893
2011-11-17Create/update svnversion.h unless we're only running with --get-*.Gerald Combs1-3/+3
svn path=/trunk/; revision=39892
2011-11-17Add an SVN_REVISION variable to config.nmake. This can be used toGerald Combs1-68/+216
retrieve our SVN revision in releases. Use make-version.pl to set all version information. Be more explicit about the tasks it performs: - Fetching the SVN revision which corresponds to our code. The revision can be fetched via "svn info", "git svn info", SubWCRev", config.nmake, or by prodding .svn. - Setting the version numbers (the "major.minor.micro" triplet). - Setting the release information (revision/build number, local build identifier) Remove the "is_release" configuration option and dist-hook target. When run with a "--set-*" option or no options make sure we leave a valid svnversion.h behind. svn path=/trunk/; revision=39891
2011-11-15From Michael Mann:Anders Broman1-1/+18
Make it possible to use TortoiseSVN's SubWCRev.exe to update svnversion.h https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5441 svn path=/trunk/; revision=39842