Skip to content

Commit

Permalink
Call this release 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Cotton committed Apr 28, 2014
1 parent da73093 commit 07d5644
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CondorAgent/__init__.py
Expand Up @@ -2,7 +2,7 @@

###### COPYRIGHT NOTICE ########################################################
#
# Copyright (C) 2007-2013, Cycle Computing, LLC.
# Copyright (C) 2007-2014, Cycle Computing, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you
# may not use this file except in compliance with the License. You may
Expand Down
2 changes: 1 addition & 1 deletion CondorAgent/post_submit.py
Expand Up @@ -2,7 +2,7 @@

###### COPYRIGHT NOTICE ########################################################
#
# Copyright (C) 2007-2013, Cycle Computing, LLC.
# Copyright (C) 2007-2014, Cycle Computing, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you
# may not use this file except in compliance with the License. You may
Expand Down
2 changes: 1 addition & 1 deletion CondorAgent/post_submit_cleanup.py
Expand Up @@ -3,7 +3,7 @@

###### COPYRIGHT NOTICE ########################################################
#
# Copyright (C) 2007-2013, Cycle Computing, LLC.
# Copyright (C) 2007-2014, Cycle Computing, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you
# may not use this file except in compliance with the License. You may
Expand Down
2 changes: 1 addition & 1 deletion CondorAgent/schedd.py
@@ -1,6 +1,6 @@
###### COPYRIGHT NOTICE ########################################################
#
# Copyright (C) 2007-2013, Cycle Computing, LLC.
# Copyright (C) 2007-2014, Cycle Computing, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you
# may not use this file except in compliance with the License. You may
Expand Down
2 changes: 1 addition & 1 deletion CondorAgent/test_post_submit.py
@@ -1,6 +1,6 @@
###### COPYRIGHT NOTICE ########################################################
#
# Copyright (C) 2007-2013, Cycle Computing, LLC.
# Copyright (C) 2007-2014, Cycle Computing, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you
# may not use this file except in compliance with the License. You may
Expand Down
2 changes: 1 addition & 1 deletion CondorAgent/util.py
@@ -1,6 +1,6 @@
###### COPYRIGHT NOTICE ########################################################
#
# Copyright (C) 2007-2013, Cycle Computing, LLC.
# Copyright (C) 2007-2014, Cycle Computing, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you
# may not use this file except in compliance with the License. You may
Expand Down
2 changes: 1 addition & 1 deletion CondorAgent/win32.py
@@ -1,6 +1,6 @@
###### COPYRIGHT NOTICE ########################################################
#
# Copyright (C) 2007-2013, Cycle Computing, LLC.
# Copyright (C) 2007-2014, Cycle Computing, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you
# may not use this file except in compliance with the License. You may
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
@@ -1,5 +1,5 @@
Condor Agent
Copyright (C) 2007-2013 Cycle Computing, LLC.
Copyright (C) 2007-2014 Cycle Computing, LLC.

This source code is covered by the Apache License, Version 2.0, which
can be found in the accompanying LICENSE-2.0.txt file, or online at
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,8 +8,8 @@ CondorAgent is deployed as either a shell script wrapped Python program (which r

## Download

* [Windows](https://s3.amazonaws.com/download.cyclecomputing.com/condor-agent/condor_agent-1.25-win32.zip)
* [other OSes](https://s3.amazonaws.com/download.cyclecomputing.com/condor-agent/condor_agent-1.25-python.tar.gz)
* [Windows](https://s3.amazonaws.com/download.cyclecomputing.com/condor-agent/condor_agent-1.26-win32.zip)
* [other OSes](https://s3.amazonaws.com/download.cyclecomputing.com/condor-agent/condor_agent-1.26-python.tar.gz)

## Options

Expand Down Expand Up @@ -132,7 +132,7 @@ We can query the system for information about this job now with:

## Copyright

Copyright (C) 2007-2013, Cycle Computing, LLC.
Copyright (C) 2007-2014, Cycle Computing, LLC.

## License

Expand Down
11 changes: 11 additions & 0 deletions RELEASENOTES.txt
@@ -1,6 +1,17 @@
Condor Agent Release Notes
==========================

Release 1.26
------------
Added:
<nothing>

Fixed:
* Case #13400: Fixed a bug introduced in 1.25 where condor_agent.py would try to register a handler
for SIGQUIT on Windows. Windows does not support that signal, so now only non-Windows operating
systems will attempt to handle SIGQUIT.


Release 1.25
------------
Added:
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Expand Up @@ -2,7 +2,7 @@

REM ###### COPYRIGHT NOTICE ########################################################
REM #
REM # Copyright (C) 2007-2013, Cycle Computing, LLC.
REM # Copyright (C) 2007-2014, Cycle Computing, LLC.
REM #
REM # Licensed under the Apache License, Version 2.0 (the "License"); you
REM # may not use this file except in compliance with the License. You may
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -2,7 +2,7 @@

###### COPYRIGHT NOTICE ########################################################
#
# Copyright (C) 2007-2013, Cycle Computing, LLC.
# Copyright (C) 2007-2014, Cycle Computing, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you
# may not use this file except in compliance with the License. You may
Expand Down
2 changes: 1 addition & 1 deletion condor_agent
Expand Up @@ -2,7 +2,7 @@

###### COPYRIGHT NOTICE ########################################################
#
# Copyright (C) 2007-2013, Cycle Computing, LLC.
# Copyright (C) 2007-2014, Cycle Computing, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you
# may not use this file except in compliance with the License. You may
Expand Down
4 changes: 2 additions & 2 deletions condor_agent.py
Expand Up @@ -2,7 +2,7 @@

###### COPYRIGHT NOTICE ########################################################
#
# Copyright (C) 2007-2013, Cycle Computing, LLC.
# Copyright (C) 2007-2014, Cycle Computing, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you
# may not use this file except in compliance with the License. You may
Expand Down Expand Up @@ -50,7 +50,7 @@
################################################################################
# GLOBALS
################################################################################
__version__ = "1.25"
__version__ = "1.26"

# URL Patterns for REST Calls
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

###### COPYRIGHT NOTICE ########################################################
#
# Copyright (C) 2007-2013, Cycle Computing, LLC.
# Copyright (C) 2007-2014, Cycle Computing, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you
# may not use this file except in compliance with the License. You may
Expand Down

0 comments on commit 07d5644

Please sign in to comment.