[HTCondor-devel] Changes in master that are not documented in version history


Date: Wed, 7 Nov 2012 11:07:19 -0600
From: Nathan Panike <nwp@xxxxxxxxxxx>
Subject: [HTCondor-devel] Changes in master that are not documented in version history
Dear colleagues:

As we are going to be branching 7.9.2, I note that the following tickets
are in master at ee01cde and appear not to have version history. I did
not check that version history is required in every instance below.

How I generated the list of tickets:

$ git --no-pager log origin/master --not V7_9_1 | grep -o '#[0-9]\+' | sort -u | sed 's/^.//' > all-tickets
$ git --no-pager log origin/master --not V7_9_1 -- doc/ | grep -o '#[0-9]\+' | sort -u | sed 's/^.//' > doc-tickets
$ diff -u doc-tickets all-tickets | grep '^+[0-9]'

60 Add timing information to classad debug() function
628 Create test for DAG recovery across schedd upgrade/restart
2626 Permit dprintf to log to something besides a file.
2750 Introduce Werror to Mac OS X
2961 Roadmap for v7.9 development series
3046 create a condor_who tool.
3083 Condor compilation support for C++11
3218 Support JobPrio scope across multiple schedulers
3237 Negotiator writes malformed Accountnew.log
3243 Support running on older versions of Mac OS X
3248 Expose 64-bit integers and doubles in ClassAd compatibility layer
3249 cpus=auto doesn't work in multi slot environment
3254 Fix gitignore
3255 Implement JobPrioArray and JobPrioArrayOverflow attrs in submitter ad
3256 Implement Negotiator-Schedd protocol extension for global jobprios
3257 Implement USE_GLOBAL_JOB_PRIOS mechanism in the negotiator
3259 condor_schedd can EXCEPT when acting on SUSPEND_JOBS
3261 C++11 changes break UW-style builds with Clang on Mac
3264 Remove safefile configure script
3268 fix security issue
3269 Grid-type batch doesn't work on systems with glite installed
3270 ClassAd debug() too verbose with new ClassAds
3272 -wide inconsistent between tools
3273 Failed ipv6_getaddrinfo should log return code and strerror
3284 Change default MODIFY_REQUEST_EXPR_REQUESTMEMORY
3299 Missing $ENV(VAR) on submission causes EXCEPT
3302 condor_q -analyze takes a long time in chtc pool
3307 Condor build using Visual Studio 2012

Nathan Panike
[← Prev in Thread] Current Thread [Next in Thread→]
  • [HTCondor-devel] Changes in master that are not documented in version history, Nathan Panike <=